Optional[list] is not working with callbacks #762
Unanswered
solesensei
asked this question in
Questions
Replies: 3 comments 1 reply
-
Can reproduce on 12.5 version UPD: the fix is here #1018 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am experiencing the same issue. The problems occurs when the default value converter |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fix is here #1018 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
Related #410 and #664
Optional[list] = Option(None, callback=callback)
not working with None's anymore.On
v0.9.0
– everything works.Operating System
macOS
Operating System Details
No response
Typer Version
0.12.3
Python Version
Python 3.11.8
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions