Skip to content

Commit c0dd9ce

Browse files
authored
Update mbed-cloud-sdk to latest version 2.0.5
Fixes to subscription patterns and filtering, also a timeout on a blocking subscription now raises a CloudTimeoutError not a Queue.empty exception. Errors received in async-responses will now populate the exception status and reason attributes. Stopping notifications now terminates cleanly without logging an error.
1 parent b08ddaa commit c0dd9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pyyaml==4.2b1
66
jsonschema==2.6.0
77
future==0.16.0
88
six==1.11.0
9-
mbed-cloud-sdk==2.0.4
9+
mbed-cloud-sdk==2.0.5
1010
requests>=2.20,<2.21
1111
idna>=2,<2.8
1212
pyserial>=3,<=3.4

0 commit comments

Comments
 (0)