diff --git a/pyproject.toml b/pyproject.toml index ea82ea35..7a973dc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qdrant-client" -version = "1.7.1" +version = "1.7.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 84bd35f4..22acc27b 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.7.3" +QDRANT_LATEST="v1.7.4" QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"} IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"} REST_PORT="6333"