Skip to content

Update strawberry-graphql[channels] requirement from <=0.177.0 to <=0.183.5 in /caster-back#464

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/caster-back/main/strawberry-graphql-channels--lte-0.183.5
Closed

Update strawberry-graphql[channels] requirement from <=0.177.0 to <=0.183.5 in /caster-back#464
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/caster-back/main/strawberry-graphql-channels--lte-0.183.5

Conversation

@dependabot
Copy link
Contributor

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

Updates the requirements on strawberry-graphql[channels] to permit the latest version.

Release notes

Sourced from strawberry-graphql[channels]'s releases.

🍓 0.183.5

This release fixes an issue where Strawberry would make copies of types that were using specialized generics that were not Strawerry types.

This issue combined with the use of lazy types was resulting in duplicated type errors.

Releases contributed by @​patrick91 via #2824

Changelog

Sourced from strawberry-graphql[channels]'s changelog.

0.183.5 - 2023-06-08

This release fixes an issue where Strawberry would make copies of types that were using specialized generics that were not Strawerry types.

This issue combined with the use of lazy types was resulting in duplicated type errors.

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

0.183.4 - 2023-06-07

This release fixes an issue for parsing lazy types using forward references when they were enclosed in an Optional[...] type.

The following now should work properly:

from __future__ import annotations
from typing import Optional, Annotated
import strawberry
@​strawberry.type
class MyType:
other_type: Optional[Annotated["OtherType", strawberry.lazy("some.module")]]
# or like this
other_type: Annotated["OtherType", strawberry.lazy("some.module")] | None

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

0.183.3 - 2023-06-07

This release fixes a codegen bug. Prior to this fix, inline fragments would only include the last field defined within its scope and all fields common with its siblings.

After this fix, all fields will be included in the generated types.

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

... (truncated)

Commits
  • 1b89bc2 Release 🍓 0.183.5
  • 5737a88 Fix duplicated type when using generics and lazy types (#2824)
  • 13f6a4d Release 🍓 0.183.4
  • fc22935 fix: use ast to parse lazy types using forward refs to cover some corner case...
  • bc3c5d7 Release 🍓 0.183.3
  • 239ffa0 Fix codegen missing fields (#2819)
  • 6df06b7 Release 🍓 0.183.2
  • 8cb5d0e Fields copy their directives. (#2811)
  • 5590ac2 Release 🍓 0.183.1
  • eed52b0 fix: fix Node implemented types wrongly adding an id argument everywhere they...
  • Additional commits viewable in compare view

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)

Updates the requirements on [strawberry-graphql[channels]](https://github.com/strawberry-graphql/strawberry) to permit the latest version.
- [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.5.6...0.183.5)

---
updated-dependencies:
- dependency-name: strawberry-graphql[channels]
  dependency-type: direct:production
...

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 9, 2023
@capital-G
Copy link
Member

This needs some testing regarding the breaking changes concerning request and response as this is quite hacky on our end and is not covered by any tests due the difficulty to include actual websocket tests due to their async nature.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2023

Superseded by #474.

@dependabot dependabot bot closed this Jul 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/caster-back/main/strawberry-graphql-channels--lte-0.183.5 branch July 1, 2023 01:20
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.

1 participant