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

ci: fix support for anyio 4 typing #266

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

mariobuikhuizen
Copy link
Contributor

@mariobuikhuizen mariobuikhuizen commented Sep 1, 2023

The function spawn_task was renamed to start_task_soon and
was deprecated. We added forward/backward compatibility for this.
However, now the deprecated function is removed in version 4, which
breaks the type checking.

@mariobuikhuizen mariobuikhuizen force-pushed the ci_fix_support_for_anyio_4_typing branch from b7bfa6d to 98a4d97 Compare September 4, 2023 10:20
The function `spawn_task` was renamed to `start_task_soon` and
was deprecated. We added forward/backward compatibility for this.
However, now the deprecated function is removed in version 4, which
breaks the type checking.
@mariobuikhuizen mariobuikhuizen force-pushed the ci_fix_support_for_anyio_4_typing branch from 98a4d97 to 83d63d8 Compare September 4, 2023 10:33
@maartenbreddels maartenbreddels merged commit 84eeafe into master Sep 4, 2023
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 this pull request may close these issues.

2 participants