Skip to content

Commit 9347c58

Browse files
chore(deps): bump pydantic from 2.5.3 to 2.13.4 in /app/ai-service
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.3 to 2.13.4. - [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.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] <[email protected]>
1 parent 2e4027c commit 9347c58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/ai-service/requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ uvicorn[standard]==0.27.0
77
gunicorn==21.2.0
88

99
# Data validation and settings management
10-
pydantic==2.5.3
10+
pydantic==2.13.4
1111
pydantic-settings==2.1.0
1212

1313
# Environment variable management

app/ai-service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ uvicorn[standard]==0.27.0
88
python-multipart==0.0.6
99

1010
# Data validation and settings management
11-
pydantic==2.5.3
11+
pydantic==2.13.4
1212
pydantic-settings==2.1.0
1313

1414
# Environment variable management

0 commit comments

Comments
 (0)