Tamir Duberstein
Tamir Duberstein
Once more please! Need 1.61.
@Johann150 this is finally green. If you are not able to approve this MSRV bump, can you ping someone who is?
Done. I added another commit to remove ColorArg, but I can withdraw it if you prefer.
@Johann150 can you please run CI?
@Johann150 ping.
@Johann150 could you have a look please?
Over to @ghanan94 who might know more about this.
Another weird case + a workaround that appeases mypy: ```python from collections.abc import Iterable from enum import StrEnum def takes_enum(e: StrEnum) -> StrEnum: return e def takes_enum_type(type_: type[StrEnum]) -> StrEnum:...
@vadorovsky mind rebasing?