Skip to content

Commit 1a3e4f3

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Upgrade pyo3 to 0.23 (#31936)
GitOrigin-RevId: d03520fadd61a948dfec40b66bebb2abc943e8b0
1 parent f010a7a commit 1a3e4f3

File tree

5 files changed

+157
-204
lines changed

5 files changed

+157
-204
lines changed

Cargo.lock

Lines changed: 19 additions & 19 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 = { path = "../convex", version = "=0.8.1", default-features = false }
1313
futures = { version = "0.3" }
1414
parking_lot = { version = "0.12" }
15-
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.20.3" }
16-
pyo3-asyncio = { features = [ "tokio-runtime" ], version = "0.20.0" }
15+
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.23.3" }
16+
pyo3-async-runtimes = { version = "0.23.0", 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 = { path = "../convex", version = "=0.8.1", default-features = false, fea
2323
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
2424

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

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

0 commit comments

Comments
 (0)