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 367858b commit e4b02fdCopy full SHA for e4b02fd
.gitignore
@@ -7,3 +7,4 @@ build/*
7
8
# docs are updated automatically by .github/workflows/docs.yml
9
docs/
10
+.vscode
setup.py
@@ -40,7 +40,7 @@ def _load_version():
40
"Operating System :: OS Independent",
41
],
42
install_requires=[
43
- 'awscrt==0.15.2',
+ 'awscrt==0.15.3',
44
45
python_requires='>=3.7',
46
)
0 commit comments