From f7f8c66c01a2f7b27946f1855eb76e9343c571d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:38:08 +0000 Subject: [PATCH] Update pydantic requirement from >=2.0.0 to >=2.13.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.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 1b85dfb4..670e3ba4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,6 +17,6 @@ ruff===0.14.1 # needed for .env file loading in examples python-dotenv>=1.0.0 # needed for enhanced schema generation from function features -pydantic>=2.0.0 +pydantic>=2.13.3 # needed for yaml file generation in examples PyYAML>=6.0.3