Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
Update pydantic requirement from <1.10.0,>=1.8.2 to >=1.8.2,<1.11.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...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 31, 2022
1 parent 594666b commit c0a972d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
"pytz>=2021.1,<2023.0",
"tzlocal>=2.1,<5.0",
"deprecation~=2.1.0",
"pydantic>=1.8.2,<1.10.0",
"pydantic>=1.8.2,<1.11.0",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c0a972d

Please sign in to comment.