From 29f732a732e6b42de7ffdbe09bfb87d0b2711fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 01:09:30 +0000 Subject: [PATCH] deps(deps): update pydantic requirement from <3,>=2.0 to >=2.13.4,<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.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9665e5a..b6e61f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ fastapi==0.136.1 uvicorn==0.52.0 # pydantic 3 is a breaking major — cap <3 so future installs can't resolve # an incompatible release. (Running env: 2.13.4.) -pydantic>=2.0,<3 +pydantic>=2.13.4,<3 # Database psycopg2-binary==2.9.12