From 3a6e556401c8bd6ee654db200bf8925042b4ef0a Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Fri, 12 Jul 2024 10:47:38 -0700 Subject: [PATCH] Bump CRT version to v0.21.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 043a9611..af8db1cc 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.20.10', + 'awscrt==0.21.1', ], python_requires='>=3.7', )