Skip to content

Commit

Permalink
⬆️ Update pydantic requirement from ~=1.0 to >=1,<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.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 93525cf commit 915c8b6
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 @@ -17,7 +17,7 @@ readme = "README.md"
requires-python=">=3.7,<4"
dependencies = [
"networkx>=2,<4",
"pydantic~=1.0",
"pydantic>=1,<3",
"loguru",
"PyYaml>=6",
"typing_extensions>=4.0.0"
Expand Down

0 comments on commit 915c8b6

Please sign in to comment.