From b2978d77d10dbb4f8077d7669e2fa659cd885a47 Mon Sep 17 00:00:00 2001 From: Alexander Lyzhov Date: Mon, 20 Oct 2025 11:56:39 -0700 Subject: [PATCH] Update certifi dependency in setup.py Updated certifi dependency to the latest version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1d5e681..4d14d5c 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=[ "annotated-types~=0.6.0", "anyio~=4.9.0", - "certifi~=2025.4.26", + "certifi", "distro~=1.9.0", "exceptiongroup~=1.2.2", "h11~=0.16.0",