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 7fbd5fd commit dd9a4cbCopy full SHA for dd9a4cb
noxfile.py
@@ -275,7 +275,9 @@ def pytype(session):
275
@nox.session(python=DEFAULT_PYTHON_VERSION)
276
def mypy(session):
277
"""Run type-checking."""
278
- session.install(".[grpc,async_rest]", "mypy")
+ # TODO(https://github.com/googleapis/python-api-core/issues/799):
279
+ # Remove mypy constraint. We should use the latest version of mypy.
280
+ session.install(".[grpc,async_rest]", "mypy<1.15.0")
281
session.install(
282
"types-setuptools",
283
"types-requests",
0 commit comments