diff --git a/Cargo.lock b/Cargo.lock index 509ce3901..1a7c8ea30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.41.4" +version = "2.41.5" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index f87a001ad..a7e86ab4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.41.4" +version = "2.41.5" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"