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