fastapi icon indicating copy to clipboard operation
fastapi copied to clipboard

FastAPI framework, high performance, easy to learn, fast to code, ready for production

Results 724 fastapi issues
Sort by recently updated
recently updated
newest added

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @​woodruffw💰 updated the tense on password nudge in #234 @​shenxianpeng💰 helped us disable...

dependencies
github_actions

@tiangolo Hi, When returning a dictionary, if there is a `default_factory` in the model, it will not take effect, and the return value is None. Normal if returned as a...

bug
p3

Allows developers to use cookies and authorization headers without changing authentication settings. OAuth2PasswordBearer is designed to look for the token in the authorization header of the request. The middleware that...

feature

Closes #10236 Make typing of endpoint parameter consistent with downstream calls and other utilities. Justification for picking `Callable[..., Any]` over original: - `FastAPI.add_api_route` makes a direct call to `APIRouter.add_api_route` anyways...

p4