From 6ae8c1bf9823da02859ff8d076d0c41dc225dc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 12:05:55 +0000 Subject: [PATCH] Bump pydantic-settings from 2.8.0 to 2.8.1 in /lib/modelscan_api Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.8.0 to 2.8.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lib/modelscan_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modelscan_api/requirements.txt b/lib/modelscan_api/requirements.txt index 2bd96acec..16d8a5898 100644 --- a/lib/modelscan_api/requirements.txt +++ b/lib/modelscan_api/requirements.txt @@ -1,5 +1,5 @@ fastapi[standard]==0.115.8 modelscan[tensorflow,h5py]==0.8.3 -pydantic_settings==2.8.0 +pydantic_settings==2.8.1 python-multipart==0.0.20 uvicorn==0.34.0