mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/9849/head
parent
b08ddaad8b
commit
c0dd9ce454
|
|
@ -6,7 +6,7 @@ pyyaml==4.2b1
|
|||
jsonschema==2.6.0
|
||||
future==0.16.0
|
||||
six==1.11.0
|
||||
mbed-cloud-sdk==2.0.4
|
||||
mbed-cloud-sdk==2.0.5
|
||||
requests>=2.20,<2.21
|
||||
idna>=2,<2.8
|
||||
pyserial>=3,<=3.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue