Skip to content

Version 5.2.1 - Implicit Import Fix

Compare
Choose a tag to compare
@CCP-Zeulix CCP-Zeulix released this 24 Sep 10:37
· 6 commits to main since this release
05c3b9d

[5.2.1] - 2024-09-24

Changed

  • The line from typing import * in most templates to import typing and now
    references to classes an such from typing are explicit (i.e. List ->
    typing.List)

Fixed

  • Side-effects caused by from typing import * when messages/classes share a
    name of classes in the typing package
  • Bug where datetime was missing from imports in gRPC senders and receivers