We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7061ec commit 3918cc1Copy full SHA for 3918cc1
1 file changed
bindings/python/Cargo.toml
@@ -13,7 +13,7 @@ description = "Python bindings for pink"
13
[dependencies]
14
codegen-sdk-analyzer = { workspace = true }
15
codegen-sdk-resolution = { workspace = true }
16
-pyo3 = { version = "0.25.1", features = ["anyhow", "extension-module"] }
+pyo3 = { version = "0.27.0", features = ["anyhow", "extension-module"] }
17
pyo3-log = "0.12.4"
18
pyo3-bytes = "0.3.0"
19
codegen-sdk-common = { workspace = true }
0 commit comments