Closed artificial-aidan closed 1 month ago
See https://github.com/nipunn1313/mypy-protobuf/issues/536 for more discussion
As I always say, the answer is always in github issues
https://github.com/python/mypy/issues/16363
I added --no-incremental
to the mypy flags when testing for now.
@nipunn1313 bumping this back to the top.
sorry for the delay - I hadn't been focusing on this for a while (I'm unlikely to be highly responsive, but this very-long-wait isn't expected in general - aplogies).
The PR now requires a rebase.
On the whole this looks - great. Some requests. Could you update CHANGELOG.md in the upcoming section? Would also love to have you add yourself to the contributors section of README.md in the PR as well if you are ok with it.
sorry for the delay - I hadn't been focusing on this for a while (I'm unlikely to be highly responsive, but this very-long-wait isn't expected in general - aplogies).
The PR now requires a rebase.
On the whole this looks - great. Some requests. Could you update CHANGELOG.md in the upcoming section? Would also love to have you add yourself to the contributors section of README.md in the PR as well if you are ok with it.
Rebased, let me know if you want me to squash or clean up any before you merge.
Ok let's do it! I am probably going to wait a little bit before releasing again (try to get one more fix in)
Appreciate this one @nipunn1313 and @artificial-aidan! Looks promising for good grpc Python types
@nipunn1313 bump for a release?
This was a fun one, I think I've maintained existing behavior, while made it better to use. Initializing with an async channel will now get you the correct type without casting.
I found an issue with the negative tests, there seems to be some ambiguity about the note that mypy is returning, so it intermittently fails