From d48da7f43f6e34928ca759f008671ab706dfdbc5 Mon Sep 17 00:00:00 2001 From: csgulati09 Date: Fri, 18 Oct 2024 16:27:47 +0530 Subject: [PATCH] fix: downgraded pydantic install_requires --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 424c84f..8261638 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ install_requires = httpx mypy>=0.991,<2.0 typing_extensions>=4.7.1,<5.0 - pydantic>=1.10.12 + pydantic>=1.10.0 anyio>=3.5.0,<5 distro>=1.7.0,<2 sniffio @@ -46,7 +46,7 @@ dev = mypy>=0.991,<2.0 black==23.7.0 typing_extensions>=4.7.1,<5.0 - pydantic>=1.10.12 + pydantic>=1.10.0 pytest==7.4.2 python-dotenv==1.0.0 ruff==0.0.292