From: Julian Gilbey <jdg@debian.org>
Date: Sun, 12 Oct 2025 21:25:59 +0100
Subject: Use pyo3 version available in Debian

Forwarded: not-needed
Last-Update: 2025-10-12
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 763b205..c8602fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ name = "jellyfish"
 crate-type = ["cdylib"]
 
 [dependencies]
-pyo3 = { version = "0.24.0", features = [] }
+pyo3 = { version = ">=0.24,<0.27", features = [] }
 unicode-segmentation = "^1.6.0"
 unicode-normalization = "^0.1"
 smallvec = "^1.13"
