From e74f28092c8d373cfe5f4480eff90b74ceb762a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:49:34 +0000 Subject: [PATCH] Update pydantic requirement from >=2.0.0 to >=2.13.3 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.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 6629e87..a47448e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.115.0 uvicorn>=0.32.0 sqlalchemy>=2.0.0 -pydantic>=2.0.0 +pydantic>=2.13.3 python-dotenv>=1.0.0 python-multipart>=0.0.12 PyJWT>=2.8.0