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:

from strawberry.http.exceptions import HTTPException

Now you need to do:

from lia import HTTPException

Was this helpful? What can we improve?

Edit on Github

Newsletter 💌

Do you want to receive the latest updates on Strawberry? Subscribe to our newsletter!