Bump edge packages (Python + Rust) to 0.7.2 (#9252)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
qdrant-cloud-bot
2026-06-03 14:55:05 +02:00
committed by timvisee
co-authored by Cursor
parent d75d805533
commit 0476a28c02
3 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -5851,7 +5851,7 @@ dependencies = [
[[package]]
name = "qdrant-edge-py"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"ahash",
"bm25",
+1 -1
View File
@@ -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 -1
View File
@@ -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"