msrest-for-python icon indicating copy to clipboard operation
msrest-for-python copied to clipboard

The runtime library "msrest" for AutoRest generated Python clients.

Results 24 msrest-for-python issues
Sort by recently updated
recently updated
newest added

Fixes #261. This PR handles the removal of the [long-deprecated `assertDictContainsSubset` test method](https://docs.python.org/dev/whatsnew/3.12.html#id3) by following the guidance from [the old deprecation notice](https://docs.python.org/3.2/library/unittest.html?highlight=assertdictcontainssubset#unittest.TestCase.assertDictContainsSubset).

Running a pipeline on one of our ADO server I try to run the same script but it is connecting to another server I use azure.devops python api with **msrest...

I was noticing using the botbuilder-python infrastructure how the event loop just gets stuck. I used [pyinstrument](https://pyinstrument.readthedocs.io/en/latest/guide.html#profile-a-web-request-in-fastapi), and I tracked it down to this line. https://github.com/Azure/msrest-for-python/blob/af41991f17445e4cb26d39c247f091ddfd7027b9/msrest/pipeline/async_requests.py#L99 Is this a misuse...

Running the latest Azure SDK stack on Python 3.14 emits deprecation warnings from msrest/universal_http/async_requests.py when processing async Bot Framework traffic: ```python DeprecationWarning: 'asyncio.iscoroutinefunction' is deprecated and slated for removal in...