Skip to content

Commit 20c3bdb

Browse files
committed
remove mypy constraint
1 parent 40d3f23 commit 20c3bdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

noxfile.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,7 @@ def pytype(session):
275275
@nox.session(python=DEFAULT_PYTHON_VERSION)
276276
def mypy(session):
277277
"""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")
278+
session.install(".[grpc,async_rest]", "mypy")
281279
session.install(
282280
"types-setuptools",
283281
"types-requests",

0 commit comments

Comments
 (0)