From aeac6c357a9c43b109bb922c572f55710e9e5b09 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Thu, 2 Oct 2025 21:30:55 +0200 Subject: [PATCH] Prepare release v2.40.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 876783d2e..cf0a2840a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.40.0" +version = "2.40.1" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 2ad599877..5c48014b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.40.0" +version = "2.40.1" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"