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

Resolve problems with anyio 4 #662

Closed
dvarrazzo opened this issue Oct 17, 2023 · 0 comments · Fixed by #663
Closed

Resolve problems with anyio 4 #662

dvarrazzo opened this issue Oct 17, 2023 · 0 comments · Fixed by #663
Milestone

Comments

@dvarrazzo
Copy link
Member

Anyio 4 has incompatibilities so, when it was released, tests were broken. Because we were still maintaining Python 3.7 and Anyio 4 doesn't support it, I pinned the version we depend on to < 4 (e847f3c).

Now we dropped Python 3.7 support in the master branch (02dfd08) so we can remove the upper boundary. However I think tests still need to be fixed, because they use a feature that got refactored.

I don't know if it's feasible to depend on any anyio version or if the only way to support 4 is to drop 3, which is a second choice I'd be ok with, if necessary.

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.

1 participant