From 41a8ebaa03f51d8513260a4586ae85225b31f72a Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Sun, 21 Feb 2021 21:25:42 -0800 Subject: [PATCH] latest-awscrt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 880fcb0b..0b544d06 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.10.6', + 'awscrt==0.10.7', ], python_requires='>=3.5', )