From 0cb382bed13e482ce69499e3ed00a32543ccc22d Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Wed, 20 Dec 2023 17:14:25 +0000 Subject: [PATCH] bump to 2.14.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3a6be7bd..e6fe5b96c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,7 +321,7 @@ dependencies = [ [[package]] name = "pydantic-core" -version = "2.14.5" +version = "2.14.6" dependencies = [ "ahash", "base64", diff --git a/Cargo.toml b/Cargo.toml index 9f6600b6c..2496e39db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pydantic-core" -version = "2.14.5" +version = "2.14.6" edition = "2021" license = "MIT" homepage = "https://github.com/pydantic/pydantic-core"