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 version limit #66

Closed
frenzymadness opened this issue Feb 17, 2023 · 2 comments · Fixed by #72
Closed

aiofiles version limit #66

frenzymadness opened this issue Feb 17, 2023 · 2 comments · Fixed by #72

Comments

@frenzymadness
Copy link

It seems to me that this package works fine with aiofiles 23 so the upper version limit can be higher or removed.

"aiofiles >=22.1.0,<23",

@squeezer44
Copy link

I just received an error message (dependency conflict) as I upgraded the module aiofiles 23.1.0:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. ypy-websocket 0.8.4 requires aiofiles<23,>=22.1.0, but you have aiofiles 23.1.0 which is incompatible.

So good to hear: this package works fine with aiofiles 23

@davidbrochart
Copy link
Collaborator

I think we should use AnyIO instead of aiofiles.

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

Successfully merging a pull request may close this issue.

3 participants