mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-07-23 11:11:01 -05:00
bump to v1.12.0 (#803)
This commit is contained in:
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Backward compatibility integration tests
|
||||
run: |
|
||||
export RUNNER_OS=${{ runner.os }}
|
||||
QDRANT_VERSION='v1.10.1' ./tests/integration-tests.sh
|
||||
QDRANT_VERSION='v1.11.5' ./tests/integration-tests.sh
|
||||
shell: bash
|
||||
- name: Run fastembed tests without fastembed
|
||||
run: |
|
||||
|
||||
963
poetry.lock
generated
963
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "qdrant-client"
|
||||
version = "1.11.3"
|
||||
version = "1.12.0"
|
||||
description = "Client library for the Qdrant vector search engine"
|
||||
authors = ["Andrey Vasnetsov <andrey@qdrant.tech>"]
|
||||
packages = [
|
||||
|
||||
@@ -11,7 +11,7 @@ function stop_docker()
|
||||
# Ensure current path is project root
|
||||
cd "$(dirname "$0")/../"
|
||||
|
||||
QDRANT_LATEST="v1.11.5"
|
||||
QDRANT_LATEST="v1.12.0"
|
||||
QDRANT_VERSION=${QDRANT_VERSION:-"$QDRANT_LATEST"}
|
||||
IGNORE_CONGRUENCE_TESTS=${IGNORE_CONGRUENCE_TESTS:-"false"}
|
||||
REST_PORT="6333"
|
||||
|
||||
Reference in New Issue
Block a user