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 4192ec7 commit adf01eeCopy full SHA for adf01ee
1 file changed
requirements-tests.txt
@@ -8,15 +8,15 @@ pytype==2024.10.11; platform_system != "Windows" and python_version >= "3.10" an
8
# Libraries used by our various scripts.
9
aiohttp==3.11.15
10
# TODO (2025-05-09): No wheels exist for Python 3.14 yet, slowing down CI
11
-# considerably
+# considerably and prone to fail.
12
grpcio-tools>=1.66.2; python_version < "3.14" # For grpc_tools.protoc
13
mypy-protobuf==3.6.0
14
packaging==24.2
15
pathspec>=0.11.1
16
pre-commit
17
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
18
ruff==0.11.4
19
-# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet
+# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
20
stubdefaulter==0.1.0; python_version < "3.14"
21
termcolor>=2.3
22
tomli==2.2.1
0 commit comments