From 0cf529be1dcbbeb80ff1b9a27d05bbfc68c1629b Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Mon, 3 Jul 2023 14:00:31 +0300 Subject: [PATCH 1/2] lock pydantic version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cc209eb844a..3f2f95f5995 100755 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = appdirs-stubs>=0.1.0 cryptography>=3.4.0 httpx[http2]==0.24.0 - pydantic[dotenv]>=1.8.2 + pydantic[dotenv]>=1.8.2,<=1.10.10 python-dateutil>=2.8.2 readerwriterlock==1.0.9 sqlparse>=0.4.2 From 6b2a92ecf07a2f6c7e0238116f4036d03cb86645 Mon Sep 17 00:00:00 2001 From: Stepan Burlakov Date: Mon, 3 Jul 2023 15:29:33 +0300 Subject: [PATCH 2/2] address comments --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3f2f95f5995..fdac29dfab9 100755 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ install_requires = appdirs-stubs>=0.1.0 cryptography>=3.4.0 httpx[http2]==0.24.0 - pydantic[dotenv]>=1.8.2,<=1.10.10 + pydantic[dotenv]>=1.8.2,<2.0 python-dateutil>=2.8.2 readerwriterlock==1.0.9 sqlparse>=0.4.2