diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 719992d1..6a3212d1 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -64,7 +64,7 @@ jobs: - name: Backward compatibility integration tests run: | export RUNNER_OS=${{ runner.os }} - QDRANT_VERSION='v1.11.5' ./tests/integration-tests.sh + QDRANT_VERSION='v1.12.6' ./tests/integration-tests.sh shell: bash - name: Run fastembed tests without fastembed run: | diff --git a/pyproject.toml b/pyproject.toml index 8732609e..df1bb1e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qdrant-client" -version = "1.12.2" +version = "1.13.0" 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 410c2a93..2f9ff979 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.12.5" +QDRANT_LATEST="v1.13.0" QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"} IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"} REST_PORT="6333"