Skip to content

Commit

Permalink
Update pydantic requirement from ^1.8.2 to >=1.8.2,<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@v1.8.2...v2.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 29e829f commit 9987e8a
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 @@ -11,7 +11,7 @@ version = "3.2.0"
[tool.poetry.dependencies]
Sphinx = {version = ">=3.5.3,<6.0.0", optional = true}
httpx = ">=0.23,<0.25"
pydantic = "^1.8.2"
pydantic = ">=1.8.2,<3.0.0"
python = "^3.7"
semver = ">=2.13,<4.0"
sphinx-rtd-theme = {version = ">=0.5.1,<2.1.0", optional = true}
Expand Down

0 comments on commit 9987e8a

Please sign in to comment.