On the release of mypy 5.0.1 there was an error in typeshed which caused mypy to incorrectly fail on my code. I fixed that error 6 weeks ago but there's been no subsequent release of mypy so I still can't merge an update of mypy.
Two possible solutions:
- release patch updates to mypy more often
- release typeshed as a separate package which mypy requires, then release updates to typeshed more often thus allowing problems in typeshed to be remedied with a new release without needing to release mypy
Sorry to sound grumpy, thank you again for mypy: I think typing is one of the most exciting things happening in python ATM.
On the release of mypy 5.0.1 there was an error in typeshed which caused mypy to incorrectly fail on my code. I fixed that error 6 weeks ago but there's been no subsequent release of mypy so I still can't merge an update of mypy.
Two possible solutions:
Sorry to sound grumpy, thank you again for mypy: I think typing is one of the most exciting things happening in python ATM.