bump version to v1.17.0

This commit is contained in:
George Panchuk
2026-02-19 22:38:17 +07:00
parent e50eb17f49
commit e7101dc5ba
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
QDRANT_VERSION='v1.15.5' ./tests/integration-tests.sh
QDRANT_VERSION='v1.16.3' ./tests/integration-tests.sh
shell: bash
- name: Run fastembed tests without fastembed
run: |

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant-client"
version = "1.16.2"
version = "1.17.0"
description = "Client library for the Qdrant vector search engine"
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
packages = [

View File

@@ -11,7 +11,7 @@ function stop_docker()
# Ensure current path is project root
cd "$(dirname "$0")/../"
QDRANT_LATEST="v1.16.2"
QDRANT_LATEST="v1.17.0"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"