From 7da9778ad87fae5c620a501725c484117ed74442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 02:44:41 +0000 Subject: [PATCH] deps(deps): bump pydantic from 2.5.3 to 2.12.5 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.12.5. - [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.5.3...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-py314.txt | 2 +- requirements-py38.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9698681..dcfef9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "requests==2.32.5", "gunicorn==23.0.0", "flask-openapi3==4.0.0", - "pydantic==2.12.0", + "pydantic==2.12.5", "Werkzeug>=3.1.0", "google-genai", ] diff --git a/requirements-py314.txt b/requirements-py314.txt index 2891994..2802da7 100644 --- a/requirements-py314.txt +++ b/requirements-py314.txt @@ -6,7 +6,7 @@ gunicorn==23.0.0 google-genai>=1.57.0 vercel==0.3.2 flask-openapi3==3.0.2 -pydantic==2.5.3 +pydantic==2.12.5 Werkzeug>=3.0.0,<3.2.0 Jinja2>=3.1.0,<3.2.0 itsdangerous>=2.1.0,<2.2.0 diff --git a/requirements-py38.txt b/requirements-py38.txt index cf92eaa..dfbf4fb 100644 --- a/requirements-py38.txt +++ b/requirements-py38.txt @@ -5,7 +5,7 @@ requests==2.31.0 gunicorn==23.0.0 vercel==0.2.1 flask-openapi3==4.0.0 -pydantic==2.9.0 +pydantic==2.12.5 Werkzeug>=2.3.0,<4.0.0 Jinja2>=3.1.0,<3.2.0 itsdangerous>=2.1.0,<2.3.0