diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f8a957..48bfbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/ ### Changed - Bumped Rust toolchain from 1.83 to 1.86 +- Bumped PyO3 to 0.24. ## [5.1.0a2] diff --git a/Cargo.toml b/Cargo.toml index ef43bb1..ba48888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ djls-worker = { path = "crates/djls-worker" } anyhow = "1.0" async-trait = "0.1" -pyo3 = "0.23" -pyo3-async-runtimes = "0.23" +pyo3 = "0.24" +pyo3-async-runtimes = "0.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0"