From c562a1507e84804d25e85ee75424a23f3407a1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:20:41 +0000 Subject: [PATCH] deps(deps): bump pydantic from 2.10.3 to 2.12.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.12.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.10.3...v2.12.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.local.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.local.txt b/requirements.local.txt index a252cdb..8d64146 100644 --- a/requirements.local.txt +++ b/requirements.local.txt @@ -24,7 +24,7 @@ python-dotenv==1.0.1 openpyxl==3.1.5 # Data Validation -pydantic==2.10.3 # Updated from 2.9.2, fixed compatibility +pydantic==2.12.3 # Updated from 2.9.2, fixed compatibility # Date/Time Utilities python-dateutil==2.9.0.post0 diff --git a/requirements.txt b/requirements.txt index 8822f95..d809f5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dotenv==1.0.1 openpyxl==3.1.5 # Data Validation -pydantic==2.10.3 # Updated from 2.9.2, fixed compatibility +pydantic==2.12.3 # Updated from 2.9.2, fixed compatibility # Date/Time Utilities python-dateutil==2.9.0.post0