From 4f40746470da44aad25ddef2cb9a40727e87e1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:29:26 +0000 Subject: [PATCH] Bump qdrant-client from 1.6.4 to 1.11.1 in /llm-server Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.6.4 to 1.11.1. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.6.4...v1.11.1) --- updated-dependencies: - dependency-name: qdrant-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- llm-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-server/requirements.txt b/llm-server/requirements.txt index 77aba08d1..3a8f201dc 100644 --- a/llm-server/requirements.txt +++ b/llm-server/requirements.txt @@ -121,7 +121,7 @@ python-engineio==4.8.2 python-json-logger==2.0.7 python-socketio==5.11.1 PyYAML==6.0.1 -qdrant-client==1.6.4 +qdrant-client==1.11.1 redis==5.0.1 referencing==0.30.2 regex==2023.10.3