mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 14:41:00 -05:00
Bump edge packages (Python + Rust) to 0.7.0 (#9187)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -5848,7 +5848,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant-edge-py"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bm25",
|
||||
|
||||
@@ -25,7 +25,7 @@ from pathlib import Path
|
||||
|
||||
import tomlkit
|
||||
|
||||
VERSION = "0.6.1"
|
||||
VERSION = "0.7.0"
|
||||
|
||||
# Assume this script is in <root>/lib/edge/publish/.
|
||||
REPO_ROOT = Path(__file__).parent.parent.parent.parent
|
||||
|
||||
@@ -76,7 +76,7 @@ fix: ""
|
||||
# Inline package versions.
|
||||
# Why: these are significant for migration logic.
|
||||
# Before: `env!("CARGO_PKG_VERSION")`
|
||||
# After: `"0.6.1"`
|
||||
# After: `"0.7.0"`
|
||||
---
|
||||
id: replace-pkg-version
|
||||
language: rust
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant-edge-py"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
authors = ["Qdrant Team <info@qdrant.tech>"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2024"
|
||||
|
||||
Reference in New Issue
Block a user