Skip to content

Commit 15a25be

Browse files
authored
update awscrt to 0.8.0 (#100)
- API CHANGE: awscrt.auth.AwsSigningConfig.signed_body_value is now a string instead of an enum. - API CHANGE: Added check for iOS platform - BUGFIX: websocket no longer hangs if CLOSE frame cannot be sent. - BUGFIX: Fixes a crash when shutting down an mqtt connection with an incomplete request with no callback from aws-c-mqtt Co-authored-by: Dengke Tang <[email protected]>
1 parent dca78ff commit 15a25be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
url='https://github.com/aws/aws-iot-device-sdk-python-v2',
1414
packages = ['awsiot'],
1515
install_requires=[
16-
'awscrt==0.6.2',
16+
'awscrt==0.8.0',
1717
'futures;python_version<"3.2"',
1818
'typing;python_version<"3.5"',
1919
],

0 commit comments

Comments
 (0)