bump version to v1.18.0

This commit is contained in:
George Panchuk
2026-05-11 20:59:32 +07:00
parent e9ec2c0d2b
commit 326adefcc2
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.16.3' ./tests/integration-tests.sh
QDRANT_VERSION='v1.17.1' ./tests/integration-tests.sh
shell: bash
- name: Upload failed snapshot if tests fail
if: failure()

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "qdrant-client"
version = "1.17.1"
version = "1.18.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.17.0"
QDRANT_LATEST="v1.18.0"
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
REST_PORT="6333"