From ec2a4b69b24e4aa192988e372787c22d28479915 Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Mon, 13 Oct 2025 15:02:45 +0100 Subject: [PATCH] release: 2.41.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 951c0102f..87cb9b3a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.41.1" +version = "2.41.2" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 296641f3b..d174d1195 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.41.1" +version = "2.41.2" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"