let's try abi

This commit is contained in:
Josh Thomas 2025-05-03 15:14:31 -05:00
parent d014f53017
commit 7c59592fda

View file

@ -12,7 +12,7 @@ djls-templates = { path = "crates/djls-templates" }
anyhow = "1.0"
async-trait = "0.1"
pyo3 = "0.24"
pyo3 = { version = "0.24", features = ["abi3-py39"] }
pyo3-async-runtimes = "0.24"
pyo3-build-config = "0.24"
serde = { version = "1.0", features = ["derive"] }