--- pyproject.toml.orig 2026-03-18 09:23:04 UTC +++ pyproject.toml @@ -3,11 +3,11 @@ requires = [ # NOTE: this needs to be kept in sync with mypy-requirements.txt # and build-requirements.txt, because those are both needed for # self-typechecking :/ - "setuptools >= 75.1.0", + "setuptools >= 61.0.0", # the following is from mypy-requirements.txt/setup.py "typing_extensions>=4.6.0", "mypy_extensions>=1.0.0", - "pathspec>=0.9.0,<1.0.0", + "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", "librt>=0.6.2; platform_python_implementation != 'PyPy'", # the following is from build-requirements.txt @@ -52,7 +52,7 @@ dependencies = [ # When changing this, also update build-system.requires and mypy-requirements.txt "typing_extensions>=4.6.0", "mypy_extensions>=1.0.0", - "pathspec>=0.9.0,<1.0.0", + "pathspec>=0.9.0", "tomli>=1.1.0; python_version<'3.11'", "librt>=0.6.2; platform_python_implementation != 'PyPy'", ]