diff --git a/Cargo.lock b/Cargo.lock index c3a6be7bd..e6fe5b96c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.14.5" +version = "2.14.6" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 9f6600b6c..2496e39db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.14.5" +version = "2.14.6" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"