From e45d8754b2653506fc344f0dbbf05a6491d8275f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 02:15:16 +0000 Subject: [PATCH] Bump pydantic from 2.11.1 to 2.11.4 in /MLOps_Professional/lab1/sample Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.1 to 2.11.4. - [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.11.1...v2.11.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- MLOps_Professional/lab1/sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLOps_Professional/lab1/sample/requirements.txt b/MLOps_Professional/lab1/sample/requirements.txt index 17b869b..9ac3e8c 100644 --- a/MLOps_Professional/lab1/sample/requirements.txt +++ b/MLOps_Professional/lab1/sample/requirements.txt @@ -1,3 +1,3 @@ -pydantic==2.11.1 +pydantic==2.11.4 fastapi==0.115.12 uvicorn==0.34.0 \ No newline at end of file