Skip to content

Commit 5aef825

Browse files
authored
Fix CA override functions (#223)
Update to awscrt 0.12.0. This fixes the issue where "override_default_trust_store" functions did not actually override the system trust store on Linux and Apple platforms.
1 parent d14d5e5 commit 5aef825

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

0 commit comments

Comments
 (0)