Skip to content

Commit

Permalink
Bump version to v2.28.0 (#1615)
Browse files Browse the repository at this point in the history
Also bump pyo3 to 0.23.4.
  • Loading branch information
Viicos authored Jan 30, 2025
1 parent 0ede4d1 commit 009b948
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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.27.2"
version = "2.28.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/pydantic/pydantic-core"
Expand Down Expand Up @@ -29,7 +29,7 @@ rust-version = "1.75"
[dependencies]
# 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.23.3", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.23.4", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.11.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand Down

0 comments on commit 009b948

Please sign in to comment.