Closed vxgmichel closed 2 years ago
It's a classic question of leaving it open to new versions that don't even indicate they'll work by their version, or getting in people's way like this. I'd rather not think through that decision but let's see how https://github.com/altendky/qtrio/pull/273 goes.
Hi @altendky,
Could we get a release now that #273 is merged?
Thanks!
Another friendly ping for a new release :)
(because qtrio
is holding back trio-typing
which is holding back mypy
in our repo, and we'd like to update all those dependencies)
Looks to be updated. Let me know how it goes for you. Also, sorry for the painful process here and thanks for keeping at it.
https://pypi.org/project/qtrio/ https://qtrio.readthedocs.io/en/stable/history.html
I've been able to update qtrio
, trio_typing
and mypy
, and everything looks good so far.
Thanks a lot :)
Is there a reason why
trio-typing
is pinned to~= 0.5.0
?It would be nice to be able to use the latest (i.e
0.7.0
) version oftrio-typing
in projects that depend onqtrio
.Would this simple change make sense?
Note that
trio-typing 0.5.0
is no longer compatible with the latest mypy (0.961):