Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aiofiles shows py3.8 deprecation warning on >=5.0.0 and shows during install of latest sanic #1952

Closed
sloev opened this issue Oct 20, 2020 · 1 comment

Comments

@sloev
Copy link

sloev commented Oct 20, 2020

Describe the bug
in python3.8
pip install --upgrade sanic
installs aiofiles>=0.3.0 (according to https://github.com/huge-success/sanic/blob/master/setup.py#L81)
which installs aiofiles==5.0.0
which is incompatible with python3.8 according to Tinche/aiofiles#84

Code snippet
no solution really except getting aiofiles to release version 6.0.0 which will fix this:
Tinche/aiofiles#84 (comment)

Expected behavior
install without "@coroutine decorator deprecated" warnings

Environment (please complete the following information):

  • OS: osx/linux debian
  • Version ...?

Additional context
Add any other context about the problem here.

@sjsadowski
Copy link
Contributor

Thanks for letting us know; we may need to update the pin once 0.6.0 is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants