Skip to content

Commit 3cabaa8

Browse files
authored
Update PyO3 to version 0.25 (#18578)
Updates `pyo3` to version 0.25.1 and, accordingly, `pyo3-log` to v0.12.4 and `pythonize` to v0.25.0. PyO3 v0.25 enables Python 3.14 support.
1 parent 74ca7ae commit 3cabaa8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 12 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.d/18578.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update PyO3 to version 0.25.

rust/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ http = "1.1.0"
3030
lazy_static = "1.4.0"
3131
log = "0.4.17"
3232
mime = "0.3.17"
33-
pyo3 = { version = "0.24.2", features = [
33+
pyo3 = { version = "0.25.1", features = [
3434
"macros",
3535
"anyhow",
3636
"abi3",
3737
"abi3-py39",
3838
] }
39-
pyo3-log = "0.12.3"
40-
pythonize = "0.24.0"
39+
pyo3-log = "0.12.4"
40+
pythonize = "0.25.0"
4141
regex = "1.6.0"
4242
sha2 = "0.10.8"
4343
serde = { version = "1.0.144", features = ["derive"] }

0 commit comments

Comments
 (0)