Skip to content

Commit

Permalink
Update pydantic requirement from <2.4,>=2 to >=2,<2.5
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@v2.0...v2.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent abae478 commit 80720d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"omegaconf<3",
"orjson",
"pandas",
"pydantic>=2,<2.4",
"pydantic>=2,<2.5",
"pydantic-settings",
"pydantic-extra-types",
"pyyaml",
Expand Down

0 comments on commit 80720d7

Please sign in to comment.