We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebd4b7 commit 7dc7314Copy full SHA for 7dc7314
pyproject.toml
@@ -9,7 +9,7 @@ include = ["src/pfun/py.typed", "src/pfun/*.c"]
9
10
[tool.poetry.dependencies]
11
python = ">= 3.7, < 3.11"
12
-typing-extensions = "^3.10.0.0"
+typing-extensions = ">= 4.0.0, < 5.0.0"
13
aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true}
14
asyncpg = {version = "^0.23.0", optional = true}
15
hypothesis = {version = "^6.8.5", optional = true}
0 commit comments