Strawberry-graphql

Latest version: v0.235.0

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

Scan your dependencies

Page 96 of 122

0.45.3

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

Fixes mypy failing when casting in enum decorator

0.45.2

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

Suggest installing the debug server on the getting started docs, so examples can work without import errors of uvicorn

0.45.1

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

Fix Generic name generation to use the custom name specified in Strawberry if available

python
strawberry.type(name="AnotherName")
class EdgeName:
node: str


strawberry.type
class Connection(Generic[T]):
edge: T


will result in `AnotherNameConnection`, and not `EdgeNameConnection` as before.

0.45.0

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

This release add the ability to disable query validation by setting
`validate_queries` to `False`

python
import strawberry


strawberry.type
class Query:
strawberry.field
def hello(self) -> str:
return "Hello"


schema = strawberry.Schema(Query, validate_queries=validate_queries)

0.44.12

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

This release adds support for MyPy==0.800

0.44.11

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

Fix for a duplicated input types error.

Page 96 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.