Skip to content

Commit

Permalink
Merge branch 'main' into add-millisecond
Browse files Browse the repository at this point in the history
  • Loading branch information
ollz272 authored Sep 6, 2024
2 parents 0107915 + f2a0bb8 commit 21be1a2
Show file tree
Hide file tree
Showing 12 changed files with 452 additions and 96 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pydantic-core"
version = "2.23.1"
version = "2.23.2"
edition = "2021"
license = "MIT"
homepage = "https://github.com/pydantic/pydantic-core"
Expand Down Expand Up @@ -30,22 +30,22 @@ rust-version = "1.75"
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
# but needs a bit of work to make sure it's not used in the codebase
pyo3 = { version = "0.22.2", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.10.4"
regex = "1.10.6"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
serde_json = {version = "1.0.121", features = ["arbitrary_precision", "preserve_order"]}
serde_json = {version = "1.0.128", features = ["arbitrary_precision", "preserve_order"]}
enum_dispatch = "0.3.13"
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
speedate = "0.14.4"
smallvec = "1.13.2"
ahash = "0.8.10"
url = "2.5.0"
# idna is already required by url, added here to be explicit
idna = "1.0.1"
idna = "1.0.2"
base64 = "0.22.1"
num-bigint = "0.4.6"
python3-dll-a = "0.2.10"
uuid = "1.9.1"
uuid = "1.10.0"
jiter = { version = "0.5", features = ["python"] }
hex = "0.4.3"

Expand Down
Loading

0 comments on commit 21be1a2

Please sign in to comment.