Skip to content

Commit fd4c0ba

Browse files
authored
Update to latest CRT (#208)
* On Windows, always perform an SNI check even with an overridden root CA * On Windows, properly honor the verify_peer = false option * Fix instability with raspberry PI and input stream seeking by doing a better job of modeling file seek offset type and size.
1 parent 17da3af commit fd4c0ba

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.11.20',
43+
'awscrt==0.11.22',
4444
],
4545
python_requires='>=3.6',
4646
)

0 commit comments

Comments
 (0)