From: Andrey Rakhmatullin <wrar@debian.org>
Date: Sat, 30 Aug 2025 18:45:14 +0500
Subject: Update some requirement versions to sid/experimental ones.

---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 04adc66..3927a7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,9 +21,9 @@ rust-version = "1.74.0"
 license = "Apache-2.0 OR BSD-3-Clause"
 
 [workspace.dependencies]
-asn1 = { version = "0.21.3", default-features = false }
-pyo3 = { version = "0.25", features = ["abi3"] }
-pyo3-build-config = { version = "0.25" }
+asn1 = { version = "0.23.0", default-features = false }
+pyo3 = { version = ">=0.23.5,<0.27", features = ["abi3"] }
+pyo3-build-config = { version = ">=0.23.5,<0.27" }
 openssl = "0.10.72"
 openssl-sys = "0.9.108"
 
