diff --git a/poetry.lock b/poetry.lock index 396adf2c6..99fb6dfed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3736,26 +3736,26 @@ cffi = {version = "*", markers = "implementation_name == \"pypy\""} [[package]] name = "qdrant-client" -version = "1.8.0" +version = "1.8.2" description = "Client library for the Qdrant vector search engine" optional = false python-versions = ">=3.8" files = [ - {file = "qdrant_client-1.8.0-py3-none-any.whl", hash = "sha256:fa28d3eb64c0c57ec029c7c85c71f6c72c197f92502022655741f3632c518e29"}, - {file = "qdrant_client-1.8.0.tar.gz", hash = "sha256:2a1a3f2cbacc7adba85644cf6cfdee20401cf25764b32da479c81fb63e178d15"}, + {file = "qdrant_client-1.8.2-py3-none-any.whl", hash = "sha256:ee5341c0486d09e4346b0f5ef7781436e6d8cdbf1d5ecddfde7adb3647d353a8"}, + {file = "qdrant_client-1.8.2.tar.gz", hash = "sha256:65078d5328bc0393f42a46a31cd319a989b8285bf3958360acf1dffffdf4cc4e"}, ] [package.dependencies] grpcio = ">=1.41.0" grpcio-tools = ">=1.41.0" -httpx = {version = ">=0.14.0", extras = ["http2"]} +httpx = {version = ">=0.20.0", extras = ["http2"]} numpy = {version = ">=1.21", markers = "python_version >= \"3.8\" and python_version < \"3.12\""} portalocker = ">=2.7.0,<3.0.0" pydantic = ">=1.10.8" urllib3 = ">=1.26.14,<3" [package.extras] -fastembed = ["fastembed (==0.2.2)"] +fastembed = ["fastembed (==0.2.5)"] [[package]] name = "qtconsole" @@ -5292,4 +5292,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "b551964342853508feac9d45069d795f743dbbd641c7b819f4e6cc251e67622e" +content-hash = "099381cfa12dbb1fd1c9239301b8a950bc385b751decf1712c5e02ea1efa1147" diff --git a/pyproject.toml b/pyproject.toml index a71b37da0..c0017fc82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ uvicorn = "*" aleph-alpha-client = ">=4.0.0" python-dotenv = "*" semantic-text-splitter = "^0.8.0" -qdrant-client = "^1.8.0" +qdrant-client = "^1.8.2" rich = "^13.7.1" nbconvert = "^7.16.3" datasets = "^2.18.0"