diff --git a/stdlib/asyncio/taskgroups.pyi b/stdlib/asyncio/taskgroups.pyi index 886a79c4beb5..3454ae49223c 100644 --- a/stdlib/asyncio/taskgroups.pyi +++ b/stdlib/asyncio/taskgroups.pyi @@ -30,6 +30,7 @@ class TaskGroup: name: str | None = None, context: Context | None = None, eager_start: bool | None = None, + **kwargs: Any, ) -> Task[_T]: ... else: def create_task(