From 14d71aef5d65de7d5c3f8744226731e34b9c9047 Mon Sep 17 00:00:00 2001 From: csgulati09 Date: Tue, 3 Dec 2024 15:39:40 +0530 Subject: [PATCH] feat: pydantic requirement --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f7d01af..ad7c6ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ include_package_data = True install_requires = httpx typing_extensions>=4.7.1,<5.0 - pydantic>=1.10.0 + pydantic>=1.10.8 anyio>=3.5.0,<5 distro>=1.7.0,<2 sniffio