Skip to content

Commit 2de6ca6

Browse files
goffrieConvex, Inc.
authored and
Convex, Inc.
committed
Upgrade pyo3 to 0.24 (#36143)
GitOrigin-RevId: f665f82eeae160a860a17a82075c769029ec2be7
1 parent 91f8554 commit 2de6ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ proptest-http = { git = "https://github.com/nipunn1313/proptest-http", rev = "0e
115115
prost = { version = "0.13", features = [ "no-recursion-limit" ] }
116116
prost-types = "0.13"
117117
prost-reflect = { version = "0.14.0", features = [ "text-format", "miette" ] }
118-
pyo3 = "0.23.3"
119-
pyo3-async-runtimes = { version = "0.23.0", features = [ "tokio-runtime" ] }
120-
pyo3-build-config = { version = "0.23.3", features = [ "resolve-config" ] }
118+
pyo3 = "0.24"
119+
pyo3-async-runtimes = { version = "0.24", features = [ "tokio-runtime" ] }
120+
pyo3-build-config = { version = "0.24", features = [ "resolve-config" ] }
121121
qdrant_segment = { git = "https://github.com/get-convex/qdrant", rev = "a5d1b7bc9fd04861316b6455204c8a946d43117e", package = "segment" }
122122
qdrant_common = { git = "https://github.com/get-convex/qdrant", rev = "a5d1b7bc9fd04861316b6455204c8a946d43117e", package = "qdrant_common" }
123123
quote = "1.0"

0 commit comments

Comments
 (0)