• v1.1.0-aio.1 319d5eeb04

    v1.1.0-aio.1
    Some checks failed
    CI / lint (push) Has been cancelled
    Stable

    padreug released this 2026-04-24 05:59:27 +00:00 | 12 commits to main since this release

    Updates type hints in crud.py, helpers.py, and models.py for improved readability and maintainability.

    Replaces Merchant | None with Optional[Merchant] and list[X] with List[X] for consistency with standard Python typing practices.

    Downloads