Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.2.1 - Implicit Import Fox #7

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Conversation

CCP-Zeulix
Copy link
Contributor

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

### 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
@CCP-Zeulix CCP-Zeulix merged commit 05c3b9d into main Sep 24, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant