Skip to content

Commit 20aed64

Browse files
build(deps): update pydantic requirement from >=2.12.5 to >=2.13.4
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.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f859bf commit 20aed64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"tree-sitter>=0.25",
1717
"markdown-it-py>=3.0.0",
1818
"pyyaml>=6.0.3",
19-
"pydantic>=2.12.5",
19+
"pydantic>=2.13.4",
2020
]
2121
classifiers = [
2222
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)