Skip to content

Commit

Permalink
chore: update pydantic requirement from <2.4.0,>=2.1.1 to >=2.1.1,<2.…
Browse files Browse the repository at this point in the history
…5.0 (#412)

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.1.1...v2.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 4d18aca commit 72bc643
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 @@ -21,7 +21,7 @@ dependencies = [
"click~=8.1.6",
"click-help-colors~=0.9",
"cvprac~=1.3.1",
"pydantic>=2.1.1,<2.4.0",
"pydantic>=2.1.1,<2.5.0",
"PyYAML~=6.0",
"requests~=2.31.0",
"rich~=13.5.2",
Expand Down

0 comments on commit 72bc643

Please sign in to comment.