Skip to content

Commit 3cb8b69

Browse files
authored
Update awscrt to fix puback bug (#466)
* upgrade the awscrt to fix puback bug * kick-ci
1 parent 8ff8f2b commit 3cb8b69

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
@@ -40,7 +40,7 @@ def _load_version():
4040
"Operating System :: OS Independent",
4141
],
4242
install_requires=[
43-
'awscrt==0.16.18',
43+
'awscrt==0.16.19',
4444
],
4545
python_requires='>=3.7',
4646
)

0 commit comments

Comments
 (0)