build(config.yml): bump anyio version

This commit is contained in:
Krrish Dholakia 2024-08-23 20:57:13 -07:00
parent 6bfcb431cd
commit e542475f39
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ import functools
from typing import Awaitable, Callable, Optional
import anyio
import anyio.to_thread
from anyio import to_thread
from typing_extensions import ParamSpec, TypeVar