Skip to content

Commit

Permalink
Update pydantic requirement from <2.7.0,>=2.5.3 to >=2.5.3,<2.8.0 (da…
Browse files Browse the repository at this point in the history
…tacontract#139)

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.5.3...v2.7.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 Apr 15, 2024
1 parent f397e7c commit 2065076
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 @@ -15,7 +15,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"typer[all]>=0.9,<0.13",
"pydantic>=2.5.3,<2.7.0",
"pydantic>=2.5.3,<2.8.0",
"pyyaml~=6.0.1",
"requests~=2.31.0",
"fastapi==0.110.1",
Expand Down

0 comments on commit 2065076

Please sign in to comment.