From 49fa101696e092a09b9bbf1c3383d03d8f992bcb Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Fri, 12 Dec 2025 17:29:22 +0700 Subject: [PATCH] bump version to 1.16.2 --- pyproject.toml | 2 +- tests/integration-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eabc2ade..e7f74886 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qdrant-client" -version = "1.16.1" +version = "1.16.2" description = "Client library for the Qdrant vector search engine" authors = ["Andrey Vasnetsov "] packages = [ diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index 09085b6b..4b2e4e0f 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -11,7 +11,7 @@ function stop_docker() # Ensure current path is project root cd "$(dirname "$0")/../" -QDRANT_LATEST="v1.16.0" +QDRANT_LATEST="v1.16.2" QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"} IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"} REST_PORT="6333"