Skip to content

Commit 8f7f723

Browse files
authored
🐛 Fix: typevar with default cause typeerror (#170)
1 parent ea97b3a commit 8f7f723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = ["githubkit/py.typed"]
1515
python = "^3.9"
1616
anyio = ">=3.6.1, <5.0.0"
1717
httpx = ">=0.23.0, <1.0.0"
18-
typing-extensions = "^4.6.0"
18+
typing-extensions = "^4.11.0"
1919
hishel = ">=0.0.21, <=0.2.0"
2020
pydantic = ">=1.9.1, <3.0.0, !=2.5.0, !=2.5.1"
2121
PyJWT = { version = "^2.4.0", extras = ["crypto"], optional = true }

0 commit comments

Comments
 (0)