From a4d87bfe7c532dd7ff61e23c30874fcfcb383461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 02:33:11 +0000 Subject: [PATCH] Bump qdrant-client from 1.5.4 to 1.8.0 Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.5.4 to 1.8.0. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.5.4...v1.8.0) --- 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..5ad7ac8 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.8.0" 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.8.0-py3-none-any.whl", hash = "sha256:fa28d3eb64c0c57ec029c7c85c71f6c72c197f92502022655741f3632c518e29"}, + {file = "qdrant_client-1.8.0.tar.gz", hash = "sha256:2a1a3f2cbacc7adba85644cf6cfdee20401cf25764b32da479c81fb63e178d15"}, ] [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.2.2)"] [[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 = "e553f588b8332ac9722af7f3a3bdd99b15c679febd7a9f289edcc45ee052b237" diff --git a/pyproject.toml b/pyproject.toml index bf07c88..59879fe 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.8.0", optional = true } boto3 = { version = "1.29.6", optional = true } [tool.poetry.extras]