From 1d69d66cb56d054bf956056262a8d0574b09a369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 04:29:27 +0000 Subject: [PATCH] Update pydantic requirement from <1.11.0,>=1.8.2 to >=1.8.2,<2.2.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.1.1) --- 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 e2012f8..38e3edc 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.2.0", ], classifiers=[ "Programming Language :: Python :: 3",