From 83d9a3a920e6235fba9949bd3ecc89135e39a2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 04:03:17 +0000 Subject: [PATCH] Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.3.0 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](https://github.com/pydantic/pydantic/compare/v1.8.2...v2.2.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b95e38b..19fb604 100644 --- a/setup.py +++ b/setup.py @@ -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",