From 17ae75c231cac504b1a12ae1dfc859cf8b76f9d3 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Wed, 1 Oct 2025 12:45:49 +0100 Subject: [PATCH] release: 2.40.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cf792812e..b769840b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.39.0" +version = "2.40.0" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 515083906..af3a63dc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.39.0" +version = "2.40.0" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"