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