Skip to content

Commit f26d2db

Browse files
Update pydantic requirement from >=2.0.0 to >=2.13.3 (#987)
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](pydantic/pydantic@v2.0...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8daa87f commit f26d2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ ruff===0.14.1
1717
# needed for .env file loading in examples
1818
python-dotenv>=1.0.0
1919
# needed for enhanced schema generation from function features
20-
pydantic>=2.0.0
20+
pydantic>=2.13.3
2121
# needed for yaml file generation in examples
2222
PyYAML>=6.0.3

0 commit comments

Comments
 (0)