Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

0.7.0 incompatible with python 3.5? #251

Closed fbrosseau closed 2 years ago

fbrosseau commented 2 years ago

Hello,

As documented in release notes, 0.7.0 now requires azure-core. However, unless I am mistaken, that one requires python >= 3.6, which conflicts with msrest's constraints, because msrest claims to support older ones. So now, msrest fails to install on 3.5.

Would it be possible to re-release with a >= 3.6 constraint?

simon-castano commented 2 years ago

0.7.0 also breaks python 2.7 compatibility

lmazuel commented 2 years ago

@fbrosseau @simon-castano I will release a 0.7.1 Monday with python_requires to indicate the end of support of versions pre-3.6 more explicitly (and yank 0.7.0 so pip do not pick it by default)

lmazuel commented 2 years ago

Sorry for the late answer, 0.7.0 as been yanked from PyPI.