Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
[python]: Update pydantic requirement from ~=1.7 to >=1.7,<3.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@v1.7...v2.5.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 19, 2023
1 parent abb75a4 commit 635fb69
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 @@ -48,7 +48,7 @@ dependencies = [
"click >= 8.0",
"click-loglevel ~= 0.5",
"linesep ~= 0.4",
"pydantic ~= 1.7",
"pydantic >= 1.7,< 3.0",
]

[project.scripts]
Expand Down

0 comments on commit 635fb69

Please sign in to comment.