From e397fce435539f96696b390ea5befb20cdd1e68a Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Sat, 8 Jul 2023 10:56:09 +0200 Subject: [PATCH] update pydantic version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f34cc42..6dab92ab 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ INSTALL_REQUIRES = [ "Django>=4.0", "cryptojwt>=1.8.2", - "pydantic>=1.8.2,<=1.9.0", + "pydantic>=1.8.2,<2.0", "pytz>=2021.3", "aiohttp", "requests",