-
First Check
Commit to Help
Example Codeimport typer
def main(name: str):
print(f"Hello {name}")
if __name__ == "__main__":
typer.run(main) Description
Operating SystemLinux Operating System DetailsNo response Typer Version0.17.4 (but same issue verified many versions back) Python Version3.13.6 Additional ContextSeems like something broke with click 8.3.0. I've tried using click and it works as expected to me, so i do not believe it is an issue with click. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the report, I'm looking into this right now! |
Beta Was this translation helpful? Give feedback.
-
I accidentally filed a bug with uv instead of looking into discussions here. I didn't realize at first glance what the issue was and didn't see that most of the bug reports were in discussion. astral-sh/uv#15946 |
Beta Was this translation helpful? Give feedback.
-
PR that provides more background information and a potential fix: #1333 |
Beta Was this translation helpful? Give feedback.
-
This is now fixed and released:
|
Beta Was this translation helpful? Give feedback.
This is now fixed and released: