Strawberry-graphql

Latest version: v0.229.1

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

Scan your dependencies

Page 107 of 119

0.27.4

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

This PR fixes a bug when declaring multiple non-named union types

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.

Page 107 of 119

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.