Skip to content

Commit cd49e1f

Browse files
committed
Reinstall typing extensions
1 parent d09927c commit cd49e1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ psutil = "^5.9.8"
1717
pygit2 = "^1.14.0"
1818
python-dateutil = "^2.8.2"
1919
click = "^8.1.7"
20-
typing-extensions = {version = "^4.9.0"}
2120
async-lru = "^2.0.4"
2221
msgspec = "^0.18.6"
2322
jishaku = "^2.5.2"
2423
pyyaml = "^6.0.1"
2524
watchfiles = "^0.21.0"
25+
typing-extensions = "^4.9.0"
2626

2727
[tool.poetry.group.dev.dependencies]
2828
# These are pinned by major version

0 commit comments

Comments
 (0)