You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes bug #38,
to support properly list[T] and tuple[T] when defining query string
parameters. Reported by @ranggakd.
Passes annotated origin type to build OpenAPI docs (#475), by @tyzhnenko.
Fixes #481, disabling signal handling by default to avoid negative side
effects. Handling signals is now opt-in and can be achieved using the env
variable APP_SIGNAL_HANDLER=1. The is_stopping function is modified to
work only when the option is enabled. Issue reported by @netanel-haber.
Upgrades black version and format files accordingly.