From f6033837e34ef2e52356f270c68a57dd257d90e2 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:10:53 +0200 Subject: [PATCH] Prepare release 2.41.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e9c6f2c..c1d0e4429 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,7 +431,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.41.0" +version = "2.41.1" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 787b25dc9..df9003113 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.41.0" +version = "2.41.1" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"