We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd87e4 commit 49fa101Copy full SHA for 49fa101
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qdrant-client"
3
-version = "1.16.1"
+version = "1.16.2"
4
description = "Client library for the Qdrant vector search engine"
5
authors = ["Andrey Vasnetsov <[email protected]>"]
6
packages = [
tests/integration-tests.sh
@@ -11,7 +11,7 @@ function stop_docker()
11
# Ensure current path is project root
12
cd "$(dirname "$0")/../"
13
14
-QDRANT_LATEST="v1.16.0"
+QDRANT_LATEST="v1.16.2"
15
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
16
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
17
REST_PORT="6333"
0 commit comments