mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Bump edge packages (Python + Rust) to 0.7.2 (#9252)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
timvisee
parent
d75d805533
commit
0476a28c02
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -5851,7 +5851,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant-edge-py"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"bm25",
|
||||
|
||||
@@ -25,7 +25,7 @@ from pathlib import Path
|
||||
|
||||
import tomlkit
|
||||
|
||||
VERSION = "0.7.1"
|
||||
VERSION = "0.7.2"
|
||||
|
||||
# Assume this script is in <root>/lib/edge/publish/.
|
||||
REPO_ROOT = Path(__file__).parent.parent.parent.parent
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant-edge-py"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
authors = ["Qdrant Team <info@qdrant.tech>"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2024"
|
||||
|
||||
Reference in New Issue
Block a user