From de668f199bcd15216526e7957ab5365cd80ddc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 02:19:56 +0000 Subject: [PATCH] Bump qdrant-client from 1.5.4 to 1.7.3 Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.5.4 to 1.7.3. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.5.4...v1.7.3) --- updated-dependencies: - dependency-name: qdrant-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4ed444d..a6baf4f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1568,26 +1568,26 @@ files = [ [[package]] name = "qdrant-client" -version = "1.5.4" +version = "1.7.3" description = "Client library for the Qdrant vector search engine" optional = true -python-versions = ">=3.8,<3.12" +python-versions = ">=3.8" files = [ - {file = "qdrant_client-1.5.4-py3-none-any.whl", hash = "sha256:b0247886c51d755f70dc1a62545f38ba5c7d72971ab533f1264fb695c21a6d8f"}, - {file = "qdrant_client-1.5.4.tar.gz", hash = "sha256:6ffbca94f7cab23230001710b7dc04684dbc18dadf66982179a37531b4c4b178"}, + {file = "qdrant_client-1.7.3-py3-none-any.whl", hash = "sha256:b062420ba55eb847652c7d2a26404fb1986bea13aa785763024013f96a7a915c"}, + {file = "qdrant_client-1.7.3.tar.gz", hash = "sha256:7b809be892cdc5137ae80ea3335da40c06499ad0b0072b5abc6bad79da1d29fc"}, ] [package.dependencies] grpcio = ">=1.41.0" grpcio-tools = ">=1.41.0" httpx = {version = ">=0.14.0", extras = ["http2"]} -numpy = {version = ">=1.21", markers = "python_version >= \"3.8\""} +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,<2.0.0" +urllib3 = ">=1.26.14,<3" [package.extras] -fastembed = ["fastembed (==0.0.4)"] +fastembed = ["fastembed (==0.1.1)"] [[package]] name = "rapidfuzz" @@ -2215,4 +2215,4 @@ stability = ["stability-sdk"] [metadata] lock-version = "2.0" python-versions = "^3.9,<3.12" -content-hash = "a6da3041f783ada4ad360dcd189d38e1693607c8e27e8b79e1fc3cc4f3eae6a2" +content-hash = "d1a61fe10f238d788cf1f61437f85b675dc7b7ddc62f02664e40d1cc7ffaf937" diff --git a/pyproject.toml b/pyproject.toml index bf07c88..4c791db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python-dotenv = "1.0.0" urllib3 = ">=1.26.18" "cryptography" = ">=41.0.6" stability-sdk = { version = "0.8.3", optional = true } -qdrant-client = { version = "1.5.4", optional = true } +qdrant-client = { version = "1.7.3", optional = true } boto3 = { version = "1.29.6", optional = true } [tool.poetry.extras]