Skip to content

Commit e4b02fd

Browse files
authored
update to latest crt python (#369)
1 parent 367858b commit e4b02fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ build/*
77

88
# docs are updated automatically by .github/workflows/docs.yml
99
docs/
10+
.vscode

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.15.2',
43+
'awscrt==0.15.3',
4444
],
4545
python_requires='>=3.7',
4646
)

0 commit comments

Comments
 (0)