Remove pyright version from pyproject.toml (#11622)

This commit is contained in:
Sebastian Rittau
2024-03-17 15:09:15 +01:00
committed by GitHub
parent d436110d13
commit 6d45cf6e18

View File

@@ -149,7 +149,4 @@ extra-standard-library = [
known-first-party = ["parse_metadata", "utils"]
[tool.typeshed]
# TODO: Remove once stub_uploader uses requirements.txt to determine
# the version of pyright.
pyright_version = "1.1.354"
oldest_supported_python = "3.8"