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",