Skip to content

Commit

Permalink
Update pydantic requirement from <2,>=1.0 to >=1.0,<3
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.0...v2.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 7dfd4d3 commit 0cac26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def package_files(prefix: str, directory: str, extension: str):
extra_deps['deepspeed'] = [
'numpy<2',
'deepspeed==0.8.3',
'pydantic>=1.0,<2',
'pydantic>=1.0,<3',
]

extra_deps['wandb'] = [
Expand Down

0 comments on commit 0cac26c

Please sign in to comment.