Skip to content

Commit 287c210

Browse files
fix: expand supported typing_extensions for development (#1328)
1 parent b258f9d commit 287c210

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

changelog/1328.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Depend on typing_extensions explicitly, rather than through aiohttp.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ keywords = ["disnake", "discord", "discord api"]
1616
license = { text = "MIT" }
1717
dependencies = [
1818
"aiohttp>=3.7.0,<4.0",
19+
"typing-extensions>=4.1",
1920
]
2021
classifiers = [
2122
"Development Status :: 5 - Production/Stable",
@@ -87,7 +88,6 @@ codemod = [
8788
typing = [
8889
# this is not pyright itself, but the python wrapper
8990
"pyright==1.1.336",
90-
"typing-extensions~=4.12.0",
9191
# only used for type-checking, version does not matter
9292
"pytz",
9393
]
@@ -97,6 +97,7 @@ test = [
9797
"pytest-asyncio~=0.24.0",
9898
"looptime~=0.2.0",
9999
"coverage[toml]~=7.6.0",
100+
"typing-extensions>=4.6",
100101
]
101102
build = [
102103
"wheel~=0.40.0",

0 commit comments

Comments
 (0)