From 92a259ea10113e0d41dea5b14dc8745e3bf671ef Mon Sep 17 00:00:00 2001 From: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:57:11 -0400 Subject: [PATCH] Version bump to v2.24.2 (#1485) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84ba82432..26acf7dd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,7 +425,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.24.1" +version = "2.24.2" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index fb2fbeb56..99b9db13e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.24.1" +version = "2.24.2" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"