From 2662e14c5034c0783888061154ae1ffbe207df75 Mon Sep 17 00:00:00 2001 From: Vera Xia Date: Tue, 11 Mar 2025 09:12:48 -0700 Subject: [PATCH] update awscrt to 0.24.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2008d3c..5e95eb9d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.23.5', + 'awscrt==0.24.1', ], python_requires='>=3.7', )