Strawberry-graphql

Latest version: v0.235.0

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

Scan your dependencies

Page 94 of 122

0.50.0

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

This release updates get_context in the django integration to also receive a temporal response object that can be used to set headers, cookies and status code.



strawberry.type
class Query:
strawberry.field
def abc(self, info: strawberry.Info) -> str:
info.context.response.status_code = 418

return "ABC"

0.49.2

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

This releases changes how we define resolvers internally, now we have one single resolver for async and sync code.

0.49.1

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

Fix bug when using arguments inside a type that uses typing.Generics

0.49.0

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

This releases updates the ASGI class to make it easier to override `get_http_response`.

`get_http_response` has been now removed from strawberry.asgi.http and been moved to be
a method on the ASGI class.

A new `get_graphiql_response` method has been added to make it easier to provide a different GraphiQL interface.

0.48.3

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

This release updates `get_context` in the asgi integration to also
receive a temporal response object that can be used to set headers
and cookies.

0.48.2

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

This release fixes a bug when using the debug server and upload a file

Page 94 of 122

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.