-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{Release} Release beta 2.17.10 #16404
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
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 |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| from knack.log import get_logger | ||
|
|
||
| __author__ = "Microsoft Corporation <[email protected]>" | ||
| __version__ = "2.17.0" | ||
| __version__ = "2.17.10" | ||
|
|
||
|
|
||
| # A workaround for https://bugs.python.org/issue32502 (https://github.com/Azure/azure-cli/issues/5184) | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |
| logger.warn("Wheel is not available, disabling bdist_wheel hook") | ||
| cmdclass = {} | ||
|
|
||
| VERSION = "2.17.0" | ||
| VERSION = "2.17.10" | ||
| # If we have source, validate that our version numbers match | ||
| # This should prevent uploading releases with mismatched versions. | ||
| try: | ||
|
|
@@ -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
Author
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. Fix:
Member
Author
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. There is already an ongoing PR #15687 to bump |
||
| '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.
Fix: