Skip to content

Commit

Permalink
bump to v1.13.0 (#884)
Browse files Browse the repository at this point in the history
  • Loading branch information
joein authored Jan 17, 2025
1 parent fb9e2d0 commit 350205c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion tests/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 350205c

Please sign in to comment.