We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8359890 commit ef9acbfCopy full SHA for ef9acbf
CHANGELOG.md
@@ -25,6 +25,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
25
### Changed
26
27
- Bumped Rust toolchain from 1.83 to 1.86
28
+- Bumped PyO3 to 0.24.
29
30
## [5.1.0a2]
31
Cargo.toml
@@ -11,8 +11,8 @@ djls-worker = { path = "crates/djls-worker" }
11
12
anyhow = "1.0"
13
async-trait = "0.1"
14
-pyo3 = "0.23"
15
-pyo3-async-runtimes = "0.23"
+pyo3 = "0.24"
+pyo3-async-runtimes = "0.24"
16
serde = { version = "1.0", features = ["derive"] }
17
serde_json = "1.0"
18
thiserror = "2.0"
0 commit comments