-
Notifications
You must be signed in to change notification settings - Fork 212
Please bump msrest dependency #430
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
Comments
What makes this issue even worse is that
This means that it is currently impossible to run e.g. It would be great if this issue can be addressed with some priority because it causes a dependency hell in the Azure ecosystem in general (down-pinning / holding back lots of other Azure related packages just to satisfy azure-devops). |
I'm taking a look at this issue now. msrest 0.7.1 requires 3.6+ so this will mean the next version of this package will drop 2.7 support (which was EOL in 2020) |
@tonybaloney: I see, some recent changes in the setup.py of azure-devops. Do we have any timelines about the new release of azure-devops for 7.0.0? |
@tonybaloney, as @harneetvirk asked: are there any timelines for zure-devops 7.0? That would be super cool! |
We released a new version with support for 7.0 and 7.1 APIs, that depends on the msrest 0.7.1 thanks @tonybaloney |
The
msrest
package was recently updated to 0.7.1 whileazure-devops
still has a version ceiling of 0.7.0.Thus, in order to be compatible with newer installations of the Azure SDK, the package should be ported to
msrest
0.7.0 or newer.The text was updated successfully, but these errors were encountered: