Skip to content

Commit

Permalink
uprev to jiter v0.0.6, uprev pydantic-core (pydantic#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin authored Jan 17, 2024
1 parent 29c5419 commit 4da7192
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pydantic-core"
version = "2.15.0"
version = "2.16.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/pydantic/pydantic-core"
Expand Down Expand Up @@ -43,7 +43,7 @@ base64 = "0.21.7"
num-bigint = "0.4.4"
python3-dll-a = "0.2.7"
uuid = "1.6.1"
jiter = {version = "0.0.5", features = ["python"]}
jiter = {version = "0.0.6", features = ["python"]}

[lib]
name = "_pydantic_core"
Expand Down

0 comments on commit 4da7192

Please sign in to comment.