Skip to content

Commit 76c8bcc

Browse files
fix(deps)(deps): bump pydantic from 2.10.3 to 2.13.5 in /ml-service
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.3 to 2.13.5. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.3...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9cdff5 commit 76c8bcc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ml-service/onnx-serving/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uvicorn[standard]>=0.24.0
33
onnxruntime>=1.28.0
44
onnxruntime-gpu>=1.28.0; platform_system == "Linux"
55
numpy>=2.5.1
6-
pydantic>=2.5.0
6+
pydantic>=2.13.5
77
torch>=2.13.0
88
torchvision>=0.28.0
99
onnx>=1.22.0

ml-service/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
fastapi==0.141.1
22
uvicorn[standard]==0.32.1
3-
pydantic==2.10.3
3+
pydantic==2.13.5
44
redis==5.2.1
55

66
# ML dependencies (optional – service degrades gracefully without them)

0 commit comments

Comments
 (0)