Skip to content

Commit cd20ca7

Browse files
chore: update pydantic requirement from <2,>=1.9.0 to >=1.9.0,<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/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits/v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 557f3b9 commit cd20ca7

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
@@ -73,7 +73,7 @@ dev = [
7373
"pytest-xdist>=3.6.1",
7474
]
7575
pydantic-v1 = [
76-
"pydantic>=1.9.0,<2",
76+
"pydantic>=1.9.0,<3",
7777
]
7878
pydantic-v2 = [
7979
"pydantic~=2.0 ; python_full_version < '3.14'",

0 commit comments

Comments
 (0)