Skip to content

Commit

Permalink
Upgrade pyo3 to 0.23 (#31936)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: d03520fadd61a948dfec40b66bebb2abc943e8b0
  • Loading branch information
goffrie authored and Convex, Inc. committed Dec 5, 2024
1 parent f010a7a commit 1a3e4f3
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 204 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ crate-type = [ "cdylib" ]
convex = { path = "../convex", version = "=0.8.1", default-features = false }
futures = { version = "0.3" }
parking_lot = { version = "0.12" }
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.20.3" }
pyo3-asyncio = { features = [ "tokio-runtime" ], version = "0.20.0" }
pyo3 = { features = [ "abi3", "abi3-py39" ], version = "0.23.3" }
pyo3-async-runtimes = { version = "0.23.0", features = [ "tokio-runtime" ] }
tokio = { features = [ "full" ], version = "1" }
tracing = { version = "0.1" }
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }
Expand All @@ -23,7 +23,7 @@ convex = { path = "../convex", version = "=0.8.1", default-features = false, fea
tracing-subscriber = { features = [ "env-filter" ], version = "0.3.17" }

[build-dependencies]
pyo3-build-config = { version = "0.20.3" }
pyo3-build-config = { version = "0.23.3" }

[features]
default = [ "native-tls-vendored" ]
Expand Down
Loading

0 comments on commit 1a3e4f3

Please sign in to comment.