-
Notifications
You must be signed in to change notification settings - Fork 54
Feature: Allow Union types #48
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe what you are looking for
Sometimes you may want to allow Union types in callbacks like this:
def update_user_age(id: Union[int, str], age: Union[float, int]):
passWe don't support that yet, but we should.
Can you contribute to the implementation?
- I can contribute
Is your feature request specific to a certain interface?
Official Python bindings
Contact Details
No response
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request