From c28617e3d81b540ac5b8d2b6e197a85237c3fb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:36:10 +0000 Subject: [PATCH] Update pydantic requirement from >=2.12.5 to >=2.13.3 in /src 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.12.5...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 367f01f..3da1444 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -28,7 +28,7 @@ multidict>=6.7.0 nicegui>=3.4.1 orjson>=3.11.5 propcache>=0.4.1 -pydantic>=2.12.5 +pydantic>=2.13.3 pydantic_core>=2.41.5 Pygments>=2.19.2 python-dotenv>=1.2.1