Skip to content

Commit 1550f03

Browse files
committed
Bump pyo3 to 0.28.1
Update Cargo.toml to use pyo3 = 0.28.1 (keeping the "extension-module" feature) and regenerate Cargo.lock to reflect the updated pyo3-related dependencies.
1 parent f620ae4 commit 1550f03

2 files changed

Lines changed: 11 additions & 38 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ colored = "3.0.0"
2929
convert_case = "0.8.0"
3030
toml = "0.9.5"
3131
textwrap = "0.16.1"
32-
pyo3 = { version = "0.26.0", features = ["extension-module"], optional = true }
32+
pyo3 = { version = "0.28.1", features = ["extension-module"], optional = true }
3333
openai-api-rs = { version = "6.0.6", optional = true }
3434
wasm-bindgen = { version = "0.2.95", optional = true }
3535
serde-wasm-bindgen = { version = "0.6.5", optional = true }

0 commit comments

Comments
 (0)