Skip to content

Commit

Permalink
Update pydantic requirement from <2 to <3 (#439)
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@v0.0.2...v2.6.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 Jan 30, 2024
1 parent 04a2131 commit 6b709e4
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 @@ -49,7 +49,7 @@ dependencies = [
"tblib>=1.7.0,<2.0.0",
"dataclasses-json",
"ray[default]",
"pydantic<2", # temporary pin until Ray supports pydantic 2.0
"pydantic<3", # temporary pin until Ray supports pydantic 2.0
"rich>=13",
"filelock",
]
Expand Down

0 comments on commit 6b709e4

Please sign in to comment.