Back to Strawberry

0.278.1 Breaking Changes

docs/breaking-changes/0.278.1.md

0.315.3316 B
Original Source

v0.278.1 Breaking Changes

This release removes strawberry.http.exceptions. HTTP-related exceptions can now be imported directly from the lia package.

For example, instead of:

python
from strawberry.http.exceptions import HTTPException

Now you need to do:

python
from lia import HTTPException