1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Colin Watson <cjwatson@debian.org>
Date: Sun, 12 Oct 2025 21:31:41 +0100
Subject: Accept pyo3 0.26
Last-Update: 2025-11-05
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index b600845..8fc49b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,5 @@ crate-type = ["cdylib"]
[dependencies]
ammonia = "4.1.2"
-pyo3 = { version = "0.27.1", features = ["abi3-py38", ] }
+pyo3 = { version = ">=0.25.1,<0.30", features = ["abi3-py38", ] }
ouroboros = "0.18"
|