From ab014fa3c5552a0d551cc1d16a379b28a526fd4e Mon Sep 17 00:00:00 2001 From: Michael Graeb Date: Mon, 18 Apr 2022 14:49:31 -0700 Subject: [PATCH] Add ECC support for PKCS#11 functionality comes from updated awcrt dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41cbc1e9..c15091d6 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def _load_version(): "Operating System :: OS Independent", ], install_requires=[ - 'awscrt==0.13.6', + 'awscrt==0.13.9', ], python_requires='>=3.6', )