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 3c5e034 commit 6d1b96bCopy full SHA for 6d1b96b
noxfile.py
@@ -247,7 +247,9 @@ def pytype(session):
247
@nox.session(python=DEFAULT_PYTHON_VERSION)
248
def mypy(session):
249
"""Run type-checking."""
250
- session.install(".[grpc]", "mypy")
+ # TODO(https://github.com/googleapis/python-api-core/issues/682):
251
+ # Use the latest version of mypy instead of mypy<1.11.0
252
+ session.install(".[grpc]", "mypy<1.11.0")
253
session.install(
254
"types-setuptools",
255
"types-requests",
0 commit comments