From b041ff4f33fc738d3d97103a69eea70f4dda84eb Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Mon, 15 Jun 2020 21:06:25 -0700 Subject: [PATCH] Update to latest awscrt --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b1d782c..38a47c63 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ url='https://github.com/aws/aws-iot-device-sdk-python-v2', packages = ['awsiot'], install_requires=[ - 'awscrt==0.5.15', + 'awscrt==0.6.0', 'futures;python_version<"3.2"', 'typing;python_version<"3.5"', ],