From e4df32e6b47ba9e01cbe3018ce2f3749043a4397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:53:02 +0000 Subject: [PATCH] chore(deps): update pydantic requirement from ~=2.11.10 to ~=2.12.5 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.11.10...v2.12.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.5 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 6aab31f..d6caa33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ newspaper3k>=0.2.8 duckduckgo_search>=8.1.1 # Utilities -pydantic~=2.11.10 +pydantic~=2.12.5 python-dotenv>=1.1.1 protobuf>=4.25.3 PyYAML>=6.0.1