OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

Make `onedrivesdk` compatible with Python 3.11 #206

Open imkiva opened 10 months ago

imkiva commented 10 months ago

Recently TrueNAS Scale upgraded their Python version to 3.11, but onedrivesdk in this repo does not work under which.

This PR solved the problem by using the new async/await mechanism instead of @asyncio.coroutine and yield from.

imkiva commented 10 months ago

@microsoft-github-policy-service agree