Skip to content

Commit

Permalink
Update pydantic requirement from <2.0,>=1.10 to >=2.8.0,<3.0
Browse files Browse the repository at this point in the history
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@v1.10.0...v2.8.0)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent c61b4fd commit cfb3bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ classifiers = [
]
dependencies = [
"jinja2 ~= 3.1",
"pydantic >= 1.10, < 2.0",
"pydantic >= 2.8.0, < 3.0",
"tomli ~= 2.0; python_version<'3.11'",
"python-box[] ~= 7.0",
"attrs >= 22.1,< 24.0",
Expand Down

0 comments on commit cfb3bd2

Please sign in to comment.