From 6788f1a8806c13169886547bf7d0f63bcfad65f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:45:03 +0000 Subject: [PATCH] deps(py): bump pydantic from 2.12.5 to 2.13.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [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.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e537db7..29e19b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ uvicorn[standard]==0.39.0 gunicorn==23.0.0 # Pydantic for data validation -pydantic==2.12.5 +pydantic==2.13.4 pydantic-settings==2.11.0 # Database — SQLite (dev) + PostgreSQL (prod)