From dcd7e81eee0765e16c95b2de7fb325b2cfe578c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 23:53:05 +0000 Subject: [PATCH] Update pydantic requirement in /backend/app 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/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/app/requirements.txt b/backend/app/requirements.txt index 9ed212cb..09d35421 100644 --- a/backend/app/requirements.txt +++ b/backend/app/requirements.txt @@ -4,7 +4,7 @@ python-multipart pyjwt[crypto] bcrypt sqlalchemy -pydantic>=2.13.4,<3 +pydantic>=2.13.5,<3 pydantic-settings>=2.15.0,<3 psycopg2 aiokafka