Skip to content

Conversation

@nilsrehtanz
Copy link
Contributor

  • Python Version Compatibility: Updated the project to work with Python 3.9
  • Type Hint Adjustments: Replaced the use of the | operator for unions with Union and Optional from the typing module
  • Union Type Detection: Replaced references to types.UnionType with Union
  • NoneType References: Replaced types.NoneType with type(None)

@robert-graf robert-graf merged commit f8e2abd into robert-graf:main Mar 7, 2025
5 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.

2 participants