From 69225fb49677b5e6586a1ab8f2e3e5c61853101b Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Wed, 2 Jun 2021 17:46:00 -0700 Subject: [PATCH] Update to latest CRT --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 086bb863..af943f11 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.11.20', + 'awscrt==0.11.22', ], python_requires='>=3.6', )