From 90b4cc02ef9e3a9e9ede1f069f24576d102dc2de Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Mon, 12 Oct 2020 20:07:49 +0000 Subject: [PATCH 1/2] Updated to v0.9.3 of Python CRT --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20dca581..b54203fc 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ url='https://github.com/aws/aws-iot-device-sdk-python-v2', packages=['awsiot'], install_requires=[ - 'awscrt==0.9.0', + 'awscrt==0.9.2', ], python_requires='>=3.5', ) From a46bbbdc755b249f558269ad0f48ac22991c8255 Mon Sep 17 00:00:00 2001 From: Justin Boswell Date: Mon, 12 Oct 2020 23:41:06 +0000 Subject: [PATCH 2/2] v0.9.3 dammit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b54203fc..8179fbfe 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ url='https://github.com/aws/aws-iot-device-sdk-python-v2', packages=['awsiot'], install_requires=[ - 'awscrt==0.9.2', + 'awscrt==0.9.3', ], python_requires='>=3.5', )