File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6464 - name : Backward compatibility integration tests
6565 run : |
6666 export RUNNER_OS=${{ runner.os }}
67- QDRANT_VERSION='v1.11.5 ' ./tests/integration-tests.sh
67+ QDRANT_VERSION='v1.12.6 ' ./tests/integration-tests.sh
6868 shell : bash
6969 - name : Run fastembed tests without fastembed
7070 run : |
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qdrant-client"
3- version = " 1.12.2 "
3+ version = " 1.13.0 "
44description = " Client library for the Qdrant vector search engine"
55authors = [
" Andrey Vasnetsov <[email protected] >" ]
66packages = [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function stop_docker()
1111# Ensure current path is project root
1212cd " $( dirname " $0 " ) /../"
1313
14- QDRANT_LATEST=" v1.12.5 "
14+ QDRANT_LATEST=" v1.13.0 "
1515QDRANT_VERSION=${QDRANT_VERSION:- " $QDRANT_LATEST " }
1616IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:- " false" }
1717REST_PORT=" 6333"
You can’t perform that action at this time.
0 commit comments