Skip to content

0.18.0

@br3ndonland br3ndonland tagged this 06 Mar 01:09
Changes:

This release will upgrade to FastAPI 0.74.
This is a minor release to align with FastAPI's versioning strategy.

Note the important breaking change: The internal `AsyncExitStack` was
updated so that dependencies with `yield` can now catch `HTTPException`
and custom exceptions. See the docs for further details:
https://fastapi.tiangolo.com/tutorial/dependencies/dependencies-with-yield/

Commits:

- Bump version from 0.17.0 to 0.18.0 (f4cef1f)
- Upgrade to FastAPI 0.74 (570ef57)
Assets 2
Loading