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 40d3f23 commit 20c3bdbCopy full SHA for 20c3bdb
noxfile.py
@@ -275,9 +275,7 @@ def pytype(session):
275
@nox.session(python=DEFAULT_PYTHON_VERSION)
276
def mypy(session):
277
"""Run type-checking."""
278
- # 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")
+ session.install(".[grpc,async_rest]", "mypy")
281
session.install(
282
"types-setuptools",
283
"types-requests",
0 commit comments