Skip to content

Commit

Permalink
Merge pull request #253 from bluelabsio/RM-104-upper-bound-mypy-version
Browse files Browse the repository at this point in the history
RM-104: upper bound mypy < 1.5.0 to fix typechecking
  • Loading branch information
Brunope authored Aug 29, 2023
2 parents 344bc55 + 4a6a9ee commit 90a1697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def initialize_options(self) -> None:
)

typecheck_dependencies = [
'mypy',
'mypy<1.5.0', # https://github.com/python/mypy/issues/15891
'lxml', # needed by mypy HTML coverage reporting
'sqlalchemy-stubs>=0.3',
'types-pytz',
Expand Down

0 comments on commit 90a1697

Please sign in to comment.