From 73b118444cde9b14578f87fc866cf4271c8ab512 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 14 Nov 2023 17:38:48 +0000 Subject: [PATCH] uprev to 2.24.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 244ec1cda..40ca98e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.14.2" +version = "2.14.3" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index e938382e4..39da916f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.14.2" +version = "2.14.3" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"