From 2a251865687cb2d1b8c8784aeb9bb9079bef2ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:14:52 +0000 Subject: [PATCH] fix(deps)(deps): update pydantic requirement in /ml-service/onnx-serving 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.5.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ml-service/onnx-serving/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ml-service/onnx-serving/requirements.txt b/ml-service/onnx-serving/requirements.txt index 52a41e81..6e8a20fc 100644 --- a/ml-service/onnx-serving/requirements.txt +++ b/ml-service/onnx-serving/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]>=0.24.0 onnxruntime>=1.28.0 onnxruntime-gpu>=1.16.0; platform_system == "Linux" numpy>=2.5.1 -pydantic>=2.5.0 +pydantic>=2.13.4 torch>=2.1.0 torchvision>=0.28.0 onnx>=1.15.0