Marshmallow dataclass not working with type hint Union – Telegram API
I need the entries field to have only a Tuple of one or two elements, but no more. But such a design gives an error. from decimal import Decimal as _Decimal from dataclasses import field from typing import Tuple from…