From aeed44aef2111d32cca22c91bc3f82a0f8c2c4e5 Mon Sep 17 00:00:00 2001 From: Pankaj Date: Mon, 10 Jul 2023 18:53:12 +0530 Subject: [PATCH] Revert pydantic version --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d868255..68b9297 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,6 @@ install_requires = aiohttp asgiref requests - pydantic>=1.10.0,<2.0.0 [options.extras_require]