[Tables] Drop Python 3.6 - #25566
Conversation
|
API change check API changes are not detected in this pull request. |
xiangyan99
left a comment
There was a problem hiding this comment.
Please bump the minor version
laiapat
left a comment
There was a problem hiding this comment.
To fix the Analyze step failure, you'll just need to update _version.py to be 12.5.0. For the mindependency failures, the azure-mgmt-cosmosdb dev requirement is causing issues again... You can either update your minimum msrest version to 0.7.1, or pin your azure-mgmt-cosmosdb requirement to an earlier version, like 7.0.0
- -e ../../cosmos/azure-mgmt-cosmosdb
../../core/azure-core
../../nspkg/azure-data-nspkg
aiohttp>=3.0
azure-identity
+ azure-mgmt-cosmosdb==7.0.0@xiangyan99, do you have an opinion on whether or not to bump the dependency?
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
|
There's a similar PR for ACR which is in the same situation, same question as McCoy. @xiangyan99 |
xiangyan99
left a comment
There was a problem hiding this comment.
Updating _version.py is also needed. :)
|
Since this is for a new minor version, I'd recommend going ahead and bumping your minimum |
No description provided.