Skip to content

Commit 605d4e5

Browse files
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](pydantic/pydantic@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] <support@github.com>
1 parent 35b1704 commit 605d4e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fastapi>=0.140.7
22
uvicorn[standard]>=0.51.0
33
psycopg2-binary>=2.9
44
python-multipart>=0.0.9
5-
pydantic>=2.7
5+
pydantic>=2.13.4
66
# BUG-032: schema migrations for csv_uploads.* — auto-runs at API startup
77
# via alembic upgrade head (see api/db.py bootstrap and alembic/ directory).
88
alembic>=1.13.0

0 commit comments

Comments
 (0)