Skip to content
Merged
Prev Previous commit
Next Next commit
need cryptography 2.5 for pkcs12 support
  • Loading branch information
chlowell committed Aug 20, 2021
commit 6a267abd21e5185c174d9472cd6a6677dd2f73b7
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
),
install_requires=[
"azure-core<2.0.0,>=1.11.0",
"cryptography>=2.1.4",
"cryptography>=2.5",
"msal<2.0.0,>=1.12.0",
"msal-extensions~=0.3.0",
"six>=1.12.0",
Expand Down
1 change: 1 addition & 0 deletions shared_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ chardet<5,>=3.0.2
#override azure-data-tables msrest>=0.6.21
#override azure-eventhub azure-core<2.0.0,>=1.14.0
#override azure-identity azure-core<2.0.0,>=1.11.0
#override azure-identity cryptography>=2.5
#override azure-keyvault-administration msrest>=0.6.21
#override azure-keyvault-administration azure-core<2.0.0,>=1.11.0
#override azure-keyvault-certificates msrest>=0.6.21
Expand Down