From 28a9344eb42372c722f2a397cc973f2083b65c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 11:52:58 +0000 Subject: [PATCH] chore(deps): bump qdrant-client from 1.11.1 to 1.19.0 in /backend Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.11.1 to 1.19.0. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.11.1...v1.19.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index a1f5392..4516b61 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "alembic==1.13.1", "aiosqlite==0.20.0", "asyncpg==0.29.0", - "qdrant-client==1.11.1", + "qdrant-client==1.19.0", "pypdf==4.3.1", "python-docx==1.1.0", "passlib[bcrypt]==1.7.4", diff --git a/backend/requirements.txt b/backend/requirements.txt index d3cb63e..6bbd5f3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,7 +10,7 @@ sqlalchemy==2.0.32 alembic==1.13.1 aiosqlite==0.20.0 asyncpg==0.29.0 -qdrant-client==1.11.1 +qdrant-client==1.19.0 pypdf==4.3.1 python-docx==1.1.0 passlib[bcrypt]==1.7.4