Skip to content

Commit 0072cf6

Browse files
committed
Update PyO3 to 0.27
1 parent 40c1c61 commit 0072cf6

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ num-bigint = ">=0.4.3,<0.5"
1313
owned_chars = ">=0.3.2,<0.4"
1414
# TODO: Migrate off py-clone as recommended in
1515
# https://pyo3.rs/v0.27.1/migration.html?highlight=bound#pyclone-is-now-gated-behind-the-py-clone-feature
16-
pyo3 = { version = ">=0.26,<0.27", features = ["num-bigint", "py-clone"] }
16+
pyo3 = { version = ">=0.27,<0.28", features = ["num-bigint", "py-clone"] }
1717
thiserror = ">=1.0.37,<2"
1818
utf8-chars = ">=2.0.2,<3"
1919
compact_str = ">=0.7.1,<0.8"
@@ -29,7 +29,7 @@ unwrap-infallible = "0.1.5"
2929
rstest = ">=0.18.1,<0.19"
3030

3131
[build-dependencies]
32-
pyo3-build-config = { version = ">=0.26,<0.27", features = ["resolve-config"] }
32+
pyo3-build-config = { version = ">=0.27,<0.28", features = ["resolve-config"] }
3333

3434
# workaround for linkage errors when running cargo test:
3535
# https://pyo3.rs/v0.18.1/faq#i-cant-run-cargo-test-or-i-cant-build-in-a-cargo-workspace-im-having-linker-issues-like-symbol-not-found-or-undefined-reference-to-_pyexc_systemerror

0 commit comments

Comments
 (0)