From 6d45cf6e181624f7b13327f67f10a135140d3eec Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sun, 17 Mar 2024 15:09:15 +0100 Subject: [PATCH] Remove pyright version from pyproject.toml (#11622) --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7d080c0ab..b8876be38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"