Skip to content

Commit

Permalink
Fix CA override functions (#223)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
graebm authored Aug 16, 2021
1 parent d14d5e5 commit 5aef825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _load_version():
"Operating System :: OS Independent",
],
install_requires=[
'awscrt==0.11.25',
'awscrt==0.12.0',
],
python_requires='>=3.6',
)

0 comments on commit 5aef825

Please # to comment.