Skip to content

Commit

Permalink
chore: require typing extension as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Feb 17, 2024
1 parent f5acf18 commit 36d3a89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion falcon/testing/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
from typing import Mapping
from typing import Optional
from typing import overload
from typing import Self
from typing import Sequence
from typing import TextIO
from typing import Tuple
Expand All @@ -46,6 +45,8 @@
import warnings
import wsgiref.validate

from typing_extensions import Self

from falcon.asgi_spec import ScopeType
from falcon.constants import COMBINED_METHODS
from falcon.constants import MEDIA_JSON
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
typing-extensions >= 4.2.0
tests_require =
testtools
requests
Expand Down

0 comments on commit 36d3a89

Please sign in to comment.