Skip to content

Commit a0f3c45

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Upgrade pyo3 to 0.24 (#36143)
GitOrigin-RevId: f665f82eeae160a860a17a82075c769029ec2be7
1 parent 9e578f5 commit a0f3c45

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = [ "cdylib" ]
1212
convex = { version = "=0.9.0", default-features = false }
1313
futures = { version = "0.3" }
1414
parking_lot = { version = "0.12" }
15-
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.23.3" }
16-
pyo3-async-runtimes = { version = "0.23.0", features = [ "tokio-runtime" ] }
15+
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.24" }
16+
pyo3-async-runtimes = { version = "0.24", features = [ "tokio-runtime" ] }
1717
tokio = { features = [ "full" ], version = "1" }
1818
tracing = { version = "0.1" }
1919
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
@@ -23,7 +23,7 @@ convex = { version = "=0.9.0", default-features = false, features = [ "testing"
2323
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
2424

2525
[build-dependencies]
26-
pyo3-build-config = { version = "0.23.3" }
26+
pyo3-build-config = { version = "0.24" }
2727

2828
[features]
2929
default = [ "native-tls-vendored" ]

0 commit comments

Comments
 (0)