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.181.0 to 0.189.1 #78

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps strawberry-graphql from 0.181.0 to 0.189.1.

Release notes

Sourced from strawberry-graphql's releases.

🍓 0.189.1

This release fixes a depreaction warning being triggered by the relay integration.

Releases contributed by @​patrick91 via #2858

🍓 0.189.0

This release updates create_type to add support for all arguments that strawberry.type supports. This includes: description, extend, directives, is_input and is_interface.

Releases contributed by @​patrick91 via #2880

🍓 0.188.0

This release gives codegen clients the ability to inquire about the __typename of a GraphQLObjectType. This information can be used to automatically select the proper type to hydrate when working with a union type in the response.

Releases contributed by @​mgilson via #2875

🍓 0.187.5

This release fixes a regression when comparing a StrawberryAnnotation instance with anything that is not also a StrawberryAnnotation instance, which caused it to raise a NotImplementedError.

This reverts its behavior back to how it worked before, where it returns NotImplemented instead, meaning that the comparison can be delegated to the type being compared against or return False in case it doesn't define an __eq__ method.

Releases contributed by @​bellini666 via #2879

🍓 0.187.4

graphql-transport-ws handler now uses a single dict to manage active operations.

Releases contributed by @​kristjanvalur via #2699

🍓 0.187.3

This release fixes a typing regression on StraberryContainer subclasses where type checkers would not allow non WithStrawberryObjectDefinition types to be passed for its of_type argument (e.g. StrawberryOptional(str))

Releases contributed by @​bellini666 via #2878

🍓 0.187.2

This release removes get_object_definition_strict and instead overloads get_object_definition to accept an extra strct keyword.

This is a new feature so it is unlikely to break anything.

... (truncated)

Changelog

Sourced from strawberry-graphql's changelog.

0.189.1 - 2023-06-25

This release fixes a deprecation warning being triggered by the relay integration.

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

0.189.0 - 2023-06-22

This release updates create_type to add support for all arguments that strawberry.type supports. This includes: description, extend, directives, is_input and is_interface.

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

0.188.0 - 2023-06-22

This release gives codegen clients the ability to inquire about the __typename of a GraphQLObjectType. This information can be used to automatically select the proper type to hydrate when working with a union type in the response.

Contributed by Matt Gilson via [PR #2875](strawberry-graphql/strawberry#2875)

0.187.5 - 2023-06-21

This release fixes a regression when comparing a StrawberryAnnotation instance with anything that is not also a StrawberryAnnotation instance, which caused it to raise a NotImplementedError.

This reverts its behavior back to how it worked before, where it returns NotImplemented instead, meaning that the comparison can be delegated to the type being compared against or return False in case it doesn't define an __eq__ method.

Contributed by Thiago Bellini Ribeiro via [PR #2879](strawberry-graphql/strawberry#2879)

0.187.4 - 2023-06-21

graphql-transport-ws handler now uses a single dict to manage active operations.

Contributed by Kristján Valur Jónsson via [PR #2699](strawberry-graphql/strawberry#2699)

... (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 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)

Bumps [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) from 0.181.0 to 0.189.1.
- [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.181.0...0.189.1)

---
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 added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 26, 2023
@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #78 (046de20) into main (8f9c7de) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   93.30%   93.30%           
=======================================
  Files          10       10           
  Lines         807      807           
=======================================
  Hits          753      753           
  Misses         54       54           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 30, 2023

Superseded by #80.

@dependabot dependabot bot closed this Jun 30, 2023
@dependabot dependabot bot deleted the dependabot/pip/strawberry-graphql-0.189.1 branch June 30, 2023 12:29
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants