From 605d4e596a36e37c8fd650117f837f321e6bf87f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:37:14 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from >=2.7 to >=2.13.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.7.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index f7884e0..08049ba 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.140.7 uvicorn[standard]>=0.51.0 psycopg2-binary>=2.9 python-multipart>=0.0.9 -pydantic>=2.7 +pydantic>=2.13.4 # BUG-032: schema migrations for csv_uploads.* — auto-runs at API startup # via alembic upgrade head (see api/db.py bootstrap and alembic/ directory). alembic>=1.13.0