From 28fb04eb7b39bcaa1a8e4f0b5db36238571039e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:53:28 +0000 Subject: [PATCH] chore(deps): bump qdrant-client from 1.8.2 to 1.9.0 in /application Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index c7a6401..b072885 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -21,7 +21,7 @@ pydantic_settings==2.1.0 pymongo==4.6.3 PyPDF2==3.0.1 python-dotenv==1.0.1 -qdrant-client==1.8.2 +qdrant-client==1.9.0 redis==5.0.1 Requests==2.32.0 retry==0.9.2