McCoy Patiño
McCoy Patiño
Hi @yuyue9284, thank you for opening an issue! I'll tag the appropriate folks so we can look into this as soon as possible.
Since this is for a new minor version, I'd recommend going ahead and bumping your minimum `msrest` dependency to 0.7.1 🙂
Hmm, I'll have to think about it. If it's something we'd want to be done whenever the test proxy is invoked, it might make sense to add it to the...
We recently added a [custom JSONEncoder](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/serialization.py#L94) to `azure-core`, which will help us serialize models throughout the SDK (and was partially motivated by this issue). This PR is tracking the effort...
@Petermarcu the linked PR will help with this issue, but the serialization story hasn't been resolved yet. I'll bump the priority of this work; thanks for double-checking 🙂
Hi @copdips, thank you for opening an issue! I'll tag some folks who should be able to help, and we'll get back to you as soon as possible.
By the way -- I'm currently regenerating our generated code, and that will drop the implicit `six` dependency and should get CI passing on this PR. I'll merge the regeneration...
Hi again @wonhyeongseo, I'm back! The code regeneration I mentioned earlier just went through today: https://github.com/Azure/azure-sdk-for-python/pull/27170 If you update this PR with `main`, this PR should be just about ready...
The pipeline failures are coming from [this minimum dependency conflict](https://dev.azure.com/azure-sdk/public/_build/results?buildId=1854621&view=logs&j=008228df-c502-5758-6186-3e4acae8697c&t=3125ede7-965f-5828-2f30-12beb9afa62e&l=1662): > The conflict is caused by: The user requested msrest==0.6.21 azure-mgmt-batch 16.2.0 depends on msrest>=0.7.1 To fix this, we can...
Hi @edgBR, thank you for opening an issue (and providing extra context with a linked issue)! I'll tag some folks who should be able to help, and we'll get back...