Skip to content

Commit 71d54a2

Browse files
authored
update to PyO3 0.21 beta (#1222)
1 parent 4a533aa commit 71d54a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+2520
-2306
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727
rust-version = "1.70"
2828

2929
[dependencies]
30-
pyo3 = { version = "0.20.3", features = ["generate-import-lib", "num-bigint"] }
30+
pyo3 = { version = "0.21.0-beta.0", features = ["generate-import-lib", "num-bigint"] }
3131
regex = "1.10.3"
3232
strum = { version = "0.25.0", features = ["derive"] }
3333
strum_macros = "0.26.1"
@@ -44,7 +44,7 @@ base64 = "0.21.7"
4444
num-bigint = "0.4.4"
4545
python3-dll-a = "0.2.7"
4646
uuid = "1.7.0"
47-
jiter = {version = "0.0.6", features = ["python"]}
47+
jiter = {version = "0.0.7", features = ["python"]}
4848

4949
[lib]
5050
name = "_pydantic_core"
@@ -71,12 +71,12 @@ debug = true
7171
strip = false
7272

7373
[dev-dependencies]
74-
pyo3 = { version = "0.20.3", features = ["auto-initialize"] }
74+
pyo3 = { version = "0.21.0-beta.0", features = ["auto-initialize"] }
7575

7676
[build-dependencies]
7777
version_check = "0.9.4"
7878
# used where logic has to be version/distribution specific, e.g. pypy
79-
pyo3-build-config = { version = "0.20.2" }
79+
pyo3-build-config = { version = "0.21.0-beta.0" }
8080

8181
[lints.clippy]
8282
dbg_macro = "warn"

0 commit comments

Comments
 (0)