diff --git a/poetry.lock b/poetry.lock index 5352cf691..4bfc1cb1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4180,13 +4180,13 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "qdrant-client" -version = "1.9.2" +version = "1.10.0" description = "Client library for the Qdrant vector search engine" optional = false python-versions = ">=3.8" files = [ - {file = "qdrant_client-1.9.2-py3-none-any.whl", hash = "sha256:0f49a4a6a47f62bc2c9afc69f9e1fb7790e4861ffe083d2de78dda30eb477d0e"}, - {file = "qdrant_client-1.9.2.tar.gz", hash = "sha256:35ba55a8484a4b817f985749d11fe6b5d2acf617fec07dd8bc01f3e9b4e9fa79"}, + {file = "qdrant_client-1.10.0-py3-none-any.whl", hash = "sha256:423c2586709ccf3db20850cd85c3d18954692a8faff98367dfa9dc82ab7f91d9"}, + {file = "qdrant_client-1.10.0.tar.gz", hash = "sha256:47c4f7abfab152fb7e5e4902ab0e2e9e33483c49ea5e80128ccd0295f342cf9b"}, ] [package.dependencies] @@ -5765,4 +5765,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "417fa067704e8114caf97ff66aee8d958d706f34f4350f015fc919808978e785" +content-hash = "7e6bc81a5e6a9ac4006e386460caf734ff27caf5fb517027479c29a468306610" diff --git a/pyproject.toml b/pyproject.toml index 144b3a55d..6428270e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ pydantic = "2.8.*" aleph-alpha-client = ">=7.1.0" python-dotenv = "*" semantic-text-splitter = "^0.14.0" -qdrant-client = "^1.9.2" +qdrant-client = "^1.10.0" rich = "^13.7.1" datasets = "^2.20.0" requests = "^2.32.3"