Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump strawberry-graphql from 0.225.1 to 0.227.2 in /07_uns_graphql #793

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2024

Bumps strawberry-graphql from 0.225.1 to 0.227.2.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.227.2

This release fixes a minor issue where the docstring for the relay util to_base64 described the return type incorrectly.

Releases contributed by @​gbannerman via #3467

🍓 0.227.1

This release fixes an issue where annotations on @strawberry.types were overridden by our code. With release all annotations should be preserved.

This is useful for libraries that use annotations to introspect Strawberry types.

Releases contributed by @​patrick91 via #3003

🍓 0.227.0

This release improves the schema codegen, making it more robust and easier to use.

It does this by introducing a directed acyclic graph for the schema codegen, which should reduce the amount of edits needed to make the generated code work, since it will be able to generate the code in the correct order (based on the dependencies of each type).

Releases contributed by @​patrick91 via #3116

🍓 0.226.2

This release updates our Mypy plugin to add support for Pydantic >= 2.7.0

Releases contributed by @​patrick91 via #3462

🍓 0.226.1

This releases fixes a bug in the mypy plugin where the from_pydantic method was not correctly typed.

Releases contributed by @​Corentin-Br via #3368

🍓 0.226.0

Starting with this release, any error raised from within schema extensions will abort the operation and is returned to the client.

This corresponds to the way we already handle field extension errors and resolver errors.

This is particular useful for schema extensions performing checks early in the request lifecycle, for example:

class MaxQueryLengthExtension(SchemaExtension):
    MAX_QUERY_LENGTH = 8192
async def on_operation(self):

</tr></table>

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.227.2 - 2024-04-21

This release fixes a minor issue where the docstring for the relay util to_base64 described the return type incorrectly.

Contributed by Gavin Bannerman via [PR #3467](strawberry-graphql/strawberry#3467)

0.227.1 - 2024-04-20

This release fixes an issue where annotations on @strawberry.types were overridden by our code. With release all annotations should be preserved.

This is useful for libraries that use annotations to introspect Strawberry types.

Contributed by Patrick Arminio via [PR #3003](strawberry-graphql/strawberry#3003)

0.227.0 - 2024-04-19

This release improves the schema codegen, making it more robust and easier to use.

It does this by introducing a directed acyclic graph for the schema codegen, which should reduce the amount of edits needed to make the generated code work, since it will be able to generate the code in the correct order (based on the dependencies of each type).

Contributed by Patrick Arminio via [PR #3116](strawberry-graphql/strawberry#3116)

0.226.2 - 2024-04-19

This release updates our Mypy plugin to add support for Pydantic >= 2.7.0

Contributed by Patrick Arminio via [PR #3462](strawberry-graphql/strawberry#3462)

0.226.1 - 2024-04-19

This releases fixes a bug in the mypy plugin where the from_pydantic method was not correctly typed.

Contributed by Corentin-Br via [PR #3368](strawberry-graphql/strawberry#3368)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 22, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/07_uns_graphql/strawberry-graphql-0.227.2 branch from 3e614b9 to 6ba7628 Compare April 22, 2024 08:31
Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.225.1 to 0.227.2.
- [Release notes](https://github.com/strawberry-graphql/strawberry/releases)
- [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md)
- [Commits](strawberry-graphql/strawberry@0.225.1...0.227.2)

---
updated-dependencies:
- dependency-name: strawberry-graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/07_uns_graphql/strawberry-graphql-0.227.2 branch from 6ba7628 to 6e36d5e Compare April 22, 2024 08:34
Copy link
Owner

@mkashwin mkashwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@dependabot dependabot bot merged commit f189ac7 into main Apr 22, 2024
37 checks passed
@dependabot dependabot bot deleted the dependabot/pip/07_uns_graphql/strawberry-graphql-0.227.2 branch April 22, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant