We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c147a05 commit cfd1207Copy full SHA for cfd1207
pyproject.toml
@@ -2,7 +2,7 @@
2
name = "auto-typing-final"
3
description = "Automagically set typing.Final inside your functions"
4
authors = [{ name = "Lev Vereshchagin", email = "mail@vrslev.com" }]
5
-dependencies = ["ast-grep-py==0.39.6", "pygls==2.0.0"]
+dependencies = ["ast-grep-py==0.39.6", "pygls==1.3.1"]
6
requires-python = ">=3.10"
7
readme = "README.md"
8
license = { text = "MIT" }
0 commit comments