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 2b01601 commit 981117aCopy full SHA for 981117a
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "qdrant-client"
3
-version = "1.15.0"
+version = "1.15.1"
4
description = "Client library for the Qdrant vector search engine"
5
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
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.15.0"
+QDRANT_LATEST="v1.15.1"
15
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
16
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
17
REST_PORT="6333"
0 commit comments