Skip to content

Commit ae0bdd0

Browse files
committed
use released versions of crates
1 parent 2c1012b commit ae0bdd0

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Cargo.lock

Lines changed: 13 additions & 7 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ base64 = "0.21.7"
4646
num-bigint = "0.4.4"
4747
python3-dll-a = "0.2.7"
4848
uuid = "1.8.0"
49-
jiter = { version = "0.4.1", features = ["python"] }
49+
jiter = { version = "0.5", features = ["python"] }
5050

5151
[lib]
5252
name = "_pydantic_core"
@@ -110,8 +110,3 @@ too_many_lines = "allow"
110110
unnecessary_wraps = "allow"
111111
unused_self = "allow"
112112
used_underscore_binding = "allow"
113-
114-
[patch.crates-io]
115-
pyo3 = { git = "https://github.com/pyo3/pyo3", branch = "release-0.22" }
116-
pyo3-build-config = { git = "https://github.com/pyo3/pyo3", branch = "release-0.22" }
117-
jiter = { git = "https://github.com/pydantic/jiter", branch = "dh/pyo3-0.22" }

0 commit comments

Comments
 (0)