From 91d4e7cc1201cbc9c81864f40ceb17228ec1bc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:22:27 +0000 Subject: [PATCH] Update pydantic requirement from >=2.9.2 to >=2.13.3 in /backend 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.9.2...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 256e4ba4b2..4eb2a3b6e1 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -96,7 +96,7 @@ dependencies = [ "PyJWT>=2.8.0", "cryptography>=46.0.7", "openai>=1.52.0", - "pydantic>=2.9.2", + "pydantic>=2.13.3", "gunicorn>=23.0.0", "tinycss2>=1.4.0", "pypdf>=6.10.2",