Skip to content

Commit 21be1a2

Browse files
authored
Merge branch 'main' into add-millisecond
2 parents 0107915 + f2a0bb8 commit 21be1a2

File tree

12 files changed

+452
-96
lines changed

12 files changed

+452
-96
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydantic-core"
3-
version = "2.23.1"
3+
version = "2.23.2"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/pydantic/pydantic-core"
@@ -30,22 +30,22 @@ rust-version = "1.75"
3030
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
3131
# but needs a bit of work to make sure it's not used in the codebase
3232
pyo3 = { version = "0.22.2", features = ["generate-import-lib", "num-bigint", "py-clone"] }
33-
regex = "1.10.4"
33+
regex = "1.10.6"
3434
strum = { version = "0.26.3", features = ["derive"] }
3535
strum_macros = "0.26.4"
36-
serde_json = {version = "1.0.121", features = ["arbitrary_precision", "preserve_order"]}
36+
serde_json = {version = "1.0.128", features = ["arbitrary_precision", "preserve_order"]}
3737
enum_dispatch = "0.3.13"
38-
serde = { version = "1.0.204", features = ["derive"] }
38+
serde = { version = "1.0.209", features = ["derive"] }
3939
speedate = "0.14.4"
4040
smallvec = "1.13.2"
4141
ahash = "0.8.10"
4242
url = "2.5.0"
4343
# idna is already required by url, added here to be explicit
44-
idna = "1.0.1"
44+
idna = "1.0.2"
4545
base64 = "0.22.1"
4646
num-bigint = "0.4.6"
4747
python3-dll-a = "0.2.10"
48-
uuid = "1.9.1"
48+
uuid = "1.10.0"
4949
jiter = { version = "0.5", features = ["python"] }
5050
hex = "0.4.3"
5151

0 commit comments

Comments
 (0)