We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/Users/vjeeva/.pyenv/versions/dacloud-padd-bridge-exodus-2023/bin/belt", line 8, in <module> sys.exit(app()) ^^^^^ RuntimeError: Type not yet supported: str | None
Unfortunately it seems fastapi/typer#522 is the issue. The Union type stuff needs to be undone.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Unfortunately it seems fastapi/typer#522 is the issue. The Union type stuff needs to be undone.
The text was updated successfully, but these errors were encountered: