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