Skip to content

Commit 4482189

Browse files
Bump pydantic from 2.5.3 to 2.7.1 in /backend
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.7.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.5.3...v2.7.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49438e2 commit 4482189

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ asyncio==3.4.3
33
asyncpg==0.29.0
44
fastapi==0.109.2
55
httpx==0.26.0
6-
pydantic==2.6.1
6+
pydantic==2.7.1
77
python-multipart==0.0.9
88
python-jose==3.3.0
99
uvicorn==0.27.1

backend/src/requirements_docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ariadne==0.21
22
fastapi==0.109.1
33
httpx==0.26.0
44
psycopg2-binary==2.9.9
5-
pydantic==2.5.3
5+
pydantic==2.7.1
66
python-multipart==0.0.7
77
python-jose==3.3.0
88
SQLAlchemy==2.0.24

0 commit comments

Comments
 (0)