Strawberry-graphql

Latest version: v0.263.0

Safety actively analyzes 723954 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 102 of 133

0.57.0

Not secure
-------------------

Add a `process_errors` method to `strawberry.Schema` which logs all exceptions during execution to a `strawberry.execution` logger.

0.56.3

Not secure
-------------------

This release fixes the return type value from info argument of resolver.

0.56.2

Not secure
-------------------

This release improves Pydantic support to support default values and factories.

0.56.1

Not secure
-------------------

This release fixes the pydantic integration where you couldn't
convert objects to pydantic instance when they didn't have a
default value.

0.56.0

Not secure
-------------------

Add --app-dir CLI option to specify where to find the schema module to load when using
the debug server.

For example if you have a _schema_ module in a _my_app_ package under ./src, then you
can run the debug server with it using:

bash
strawberry server --app-dir src my_app.schema

0.55.0

Not secure
-------------------

Add support for `default` and `default_factory` arguments in `strawberry.field`

python
strawberry.type
class Droid:
name: str = strawberry.field(default="R2D2")
aka: List[str] = strawberry.field(default_factory=lambda: ["Artoo"])

Page 102 of 133

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.