From 37d6af5badc207c61730b573c89fd3317d111a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:00:00 +0000 Subject: [PATCH] build(deps): bump pydantic from 2.8.2 to 2.10.2 in /api Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.2 to 2.10.2. - [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.8.2...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 66d8512b..cbb3eefe 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.111.0 -pydantic==2.8.2 +pydantic==2.10.2 pydantic_core==2.20.1 pydantic-settings==2.3.4 uvicorn==0.30.1