Skip to content

Commit

Permalink
fix compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 19, 2023
1 parent f511243 commit f1aa9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fast_depends/use.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from contextlib import AsyncExitStack, ExitStack
from functools import wraps
from typing import Any, Awaitable, Callable, Optional, ParamSpec, TypeVar, Union
from typing import Any, Awaitable, Callable, Optional, Union

from typing_extensions import ParamSpec, TypeVar
from fast_depends.core import CallModel, build_call_model
from fast_depends.dependencies import dependency_provider, model

Expand Down
3 changes: 1 addition & 2 deletions fast_depends/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
ForwardRef,
Iterable,
List,
ParamSpec,
Tuple,
TypeVar,
)

import anyio
from typing_extensions import ParamSpec, TypeVar

from fast_depends._compat import evaluate_forwardref

Expand Down

0 comments on commit f1aa9db

Please sign in to comment.