Skip to content

Commit bcfa3f1

Browse files
committed
chore: Constraint pyo3 version
1 parent b277691 commit bcfa3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ default-features = false
2121
[dependencies]
2222
url = "2"
2323
rayon = "1"
24-
pyo3 = { version = ">= 0.11", features = ["extension-module"] }
24+
pyo3 = { version = "^0.11", features = ["extension-module"] }
2525
pyo3-built = "0.4"
2626

2727
[profile.release]

0 commit comments

Comments
 (0)