Strawberry-graphql

Latest version: v0.263.0

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

Scan your dependencies

Page 121 of 133

0.27.3

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

Optimized signature reflection and added benchmarks.

0.27.2

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

This release fixes an issue when using named union types in generic types,
for example using an optional union. This is now properly supported:


python
strawberry.type
class A:
a: int


strawberry.type
class B:
b: int


Result = strawberry.union("Result", (A, B))


strawberry.type
class Query:
ab: Optional[Result] = None

0.27.1

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

Fix typo in Decimal description

0.27.0

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

This release adds support for decimal type, example:


python
strawberry.type
class Query:
strawberry.field
def example_decimal(self) -> Decimal:
return Decimal("3.14159")

0.26.3

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

This release disables subscription in GraphiQL where it
is not supported.

0.26.2

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

Fixes a bug when using unions and lists together

Page 121 of 133

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.