We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36bc4c commit ba6a4e0Copy full SHA for ba6a4e0
.gitignore
@@ -1,3 +1,4 @@
1
+.DS_Store
2
docs/.buildinfo
3
docs/.doctrees/
4
__pycache__/
codebuild/.DS_Store
-6 KB
setup.py
@@ -40,7 +40,7 @@ def _load_version():
40
"Operating System :: OS Independent",
41
],
42
install_requires=[
43
- 'awscrt==0.14.3',
+ 'awscrt==0.14.5',
44
45
python_requires='>=3.6',
46
)
0 commit comments