Skip to content

Commit

Permalink
Update pydantic requirement from <2.0.0,>=1.10.8 to >=2.8.2,<3.0.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.8...v2.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 4f8bc3e commit f14495b
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 @@ dependencies = [
"Jinja2>=2.11.2",
"mlflow-skinny>=2.0.0,<3.0.0",
"pathspec>=0.9.0",
"pydantic>=1.10.8,<2.0.0",
"pydantic>=2.8.2,<3.0.0",
"pyyaml>=6.0",
"requests>=2.30.1,<3.0.0",
"rich>=12.6.0,<=13.0.0",
Expand Down

0 comments on commit f14495b

Please sign in to comment.