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.11.0,>=1.8.2 to >=1.8.2,<2.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.8.2...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent e85f1f0 commit 83d9a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"requests",
"backports.zoneinfo;python_version<'3.9'", # backports can be removed when python 3.8 support is dropped
"deprecation~=2.1.0",
"pydantic>=1.8.2,<1.11.0",
"pydantic>=1.8.2,<2.3.0",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 83d9a3a

Please sign in to comment.