-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Packaging} Bump cryptography from 2.8 to 3.3.2 #15687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
98e1759
26061ea
d1c2311
3dbbfaa
6f73888
be107f1
ba6d1a1
4fc6813
f4e78df
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -131,7 +131,6 @@ | |
| 'azure-synapse-accesscontrol~=0.2.0', | ||
| 'azure-synapse-artifacts~=0.3.0', | ||
| 'azure-synapse-spark~=0.2.0', | ||
| 'cryptography>=2.3.1,<3.0.0', | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. will remove the dependency here impacting extensions etc? since we don't want extension directly depend on azure-cli-core?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| 'fabric~=2.4', | ||
| 'jsmin~=2.2.2', | ||
| 'pytz==2019.1', | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adalrelies oncryptography, so moved it toazure-cli-core.3.4+versions rely on rust and cause install issues on some platforms. Let's set the upper bound for now.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original discussion: pyca/cryptography#5771
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
azure-devops(#16858) andazure-cli-ml(#16880) shouldn't rely onadalorcryptographydirectly. They should use those provided byazure-cli-core.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I will submit issues to
azure-devops(submitted Azure/azure-devops-cli-extension#1108). Machine learning team is working on a new extension to replace the old one, I will request a cleaning of their dependnecies.