Skip to content

Commit a794850

Browse files
build(deps): update pydantic requirement
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.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ee6ff0 commit a794850

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
requires-python = ">=3.9"
2929
dependencies = [
30-
"pydantic~=2.12.5",
30+
"pydantic>=2.12.5,<2.14.0",
3131
"jinja2~=3.1.6",
3232
"tenacity~=9.1.2",
3333
"lazy-loader~=0.4",
@@ -77,7 +77,7 @@ docs = [
7777
"mkdocs~=1.6.1",
7878
"mkdocs-material~=9.6.8",
7979
"mkdocstrings[python]~=0.29.1",
80-
"pydantic~=2.12.5",
80+
"pydantic>=2.12.5,<2.14.0",
8181
"jinja2~=3.1.6",
8282
"networkx~=3.2.1",
8383
"tenacity~=9.1.2",

0 commit comments

Comments
 (0)