File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 env :
6868 HF_TOKEN : ${{ secrets.HF_TOKEN }}
6969 run : |
70- QDRANT_VERSION='v1.16.3 ' ./tests/integration-tests.sh
70+ QDRANT_VERSION='v1.17.1 ' ./tests/integration-tests.sh
7171 shell : bash
7272 - name : Upload failed snapshot if tests fail
7373 if : failure()
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qdrant-client"
3- version = " 1.17.1 "
3+ version = " 1.18.0 "
44description = " Client library for the Qdrant vector search engine"
55authors = [" Andrey Vasnetsov <andrey@qdrant.tech>" ]
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.17 .0"
14+ QDRANT_LATEST=" v1.18 .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