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 3 of 133

0.950

Contributed by [dependabot](https://github.com/dependabot) via [PR #1855](https://github.com/strawberry-graphql/strawberry/pull/1855/)

0.263.0

--------------------

Adds the ability to include pydantic computed fields when using pydantic.type decorator.

Example:
python
class UserModel(pydantic.BaseModel):
age: int

computed_field
property
def next_age(self) -> int:
return self.age + 1


strawberry.experimental.pydantic.type(
UserModel, all_fields=True, include_computed=True
)
class User:
pass


Will allow `nextAge` to be requested from a user entity.

Contributed by [Tyler Nisonoff](https://github.com/tylernisonoff) via [PR #3798](https://github.com/strawberry-graphql/strawberry/pull/3798/)

0.262.6

--------------------

This release updates the Content-Type header from ⁠`"text/html"` to `⁠"text/html; charset=utf-8"` to prevent the GraphQL IDE from displaying unusual or incorrect characters.

Contributed by [Moritz Ulmer](https://github.com/moritz89) via [PR #3824](https://github.com/strawberry-graphql/strawberry/pull/3824/)

0.262.5

--------------------

This release updates the internals of our subscription implementation, to make the code
easier to maintain for future changes.

Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3787](https://github.com/strawberry-graphql/strawberry/pull/3787/)

0.262.4

--------------------

This release adds support for the upcoming version of Pydantic (2.11)

Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3808](https://github.com/strawberry-graphql/strawberry/pull/3808/)

0.262.3

--------------------

This release changes the required version of packaging from >=24 to >=23,
in order to allow using Strawberry on https://play.strawberry.rocks

Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3806](https://github.com/strawberry-graphql/strawberry/pull/3806/)

Page 3 of 133

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.