Skip to content

Commit 67ba746

Browse files
authored
fix(dependency): add back typing-extensions for 3.9 (#1358)
Missing typing-extensions breaks "from libcst.codemod import CodemodContext"
1 parent 8c35ae2 commit 67ba746

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ requires-python = ">=3.9"
2121
dependencies = [
2222
"pyyaml>=5.2; python_version < '3.13'",
2323
"pyyaml-ft>=8.0.0; python_version >= '3.13'",
24+
"typing-extensions; python_version < '3.10'",
2425
]
2526

2627
[project.urls]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)