1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Colin Watson <cjwatson@debian.org>
Date: Sun, 12 Oct 2025 21:47:50 +0100
Subject: Accept pyo3 0.26
Last-Update: 2025-10-12
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 865b65a..8f5eff3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ rust-version = "1.77"
[dependencies]
crossbeam-channel = "0.5.15"
notify = { version = ">=6.1.1" }
-pyo3 = { version = "0.25.1", features = [
+pyo3 = { version = ">=0.25.1,<0.27", features = [
"extension-module",
] }
|