Skip to content

Commit

Permalink
build(deps): update pydantic requirement from <2.0.0 to <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@v0.0.2...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] authored Oct 2, 2023
1 parent ea5730c commit 35572e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lightning >=2.0.0
hivemind >=1.1.0, <=1.1.5; sys_platform == 'linux'

pydantic <2.0.0 # fixme: lift when resolved
pydantic <3.0.0 # fixme: lift when resolved

0 comments on commit 35572e9

Please sign in to comment.