From aa20d630754b94077d9616a09db61b63679d5016 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:52:56 +0000 Subject: [PATCH] Bump qdrant-client from 1.7.3 to 1.9.0 in /backend Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.7.3 to 1.9.0. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.7.3...v1.9.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index bfe66030..6d209feb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,7 +7,7 @@ openai==1.16.2 tiktoken==0.6.0 uvicorn==0.23.2 fastapi==0.109.1 -qdrant-client==1.7.3 +qdrant-client==1.9.0 python-dotenv==1.0.1 pydantic==1.10.13 orjson==3.9.15