From ef9acbfad7d2bb103131eb0780d49ba4d91fea26 Mon Sep 17 00:00:00 2001 From: Josh Thomas Date: Sat, 19 Apr 2025 22:54:49 -0500 Subject: [PATCH] bump PyO3 to 0.24 (#79) --- CHANGELOG.md | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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"