Skip to content

Commit 7dc7314

Browse files
committed
Security Update: Upgrade typing-extensions to 4.0.0.0
There are several new tools that only support typing-extensions >= 4.0, and the 3.0 version has no security updates in the last 2 years.
1 parent bebd4b7 commit 7dc7314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include = ["src/pfun/py.typed", "src/pfun/*.c"]
99

1010
[tool.poetry.dependencies]
1111
python = ">= 3.7, < 3.11"
12-
typing-extensions = "^3.10.0.0"
12+
typing-extensions = ">= 4.0.0, < 5.0.0"
1313
aiohttp = {extras = ["speedups"], version = "^3.7.4", optional = true}
1414
asyncpg = {version = "^0.23.0", optional = true}
1515
hypothesis = {version = "^6.8.5", optional = true}

0 commit comments

Comments
 (0)