From e50d2654dbc1a19de3f7c2bff4a7cd14800c41b9 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Mon, 16 Dec 2024 09:58:12 -0800 Subject: [PATCH 1/2] update CRT to 0.23.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af8db1cc..e2008d3c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.21.1', + 'awscrt==0.23.5', ], python_requires='>=3.7', ) From 0da43f1ccb3d45233ef93ba818877bb14bbaf783 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Mon, 16 Dec 2024 11:54:58 -0800 Subject: [PATCH 2/2] Kick CI