Skip to content

fix: pin strawberry-graphql as temporary workaround - #159

Closed
mgogoulos wants to merge 1 commit into
mainfrom
mgogoulos/fix-strawberry-pin
Closed

fix: pin strawberry-graphql as temporary workaround#159
mgogoulos wants to merge 1 commit into
mainfrom
mgogoulos/fix-strawberry-pin

Conversation

@mgogoulos

Copy link
Copy Markdown
Contributor

This PR resolves the following issue that was introduced with the version strawberry-graphql 0.296.1

      backend │ [backend-migration]   File "/app/lib/python3.13/site-packages/graphql/type/schema.py", line 225, in __init__
      backend │ [backend-migration]     collect_referenced_types(query)
      backend │ [backend-migration]     ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
      backend │ [backend-migration]   File "/app/lib/python3.13/site-packages/graphql/type/schema.py", line 436, in collect_referenced_types
      backend │ [backend-migration]     for field in named_type.fields.values():
      backend │ [backend-migration]                  ^^^^^^^^^^^^^^^^^
      backend │ [backend-migration]   File "/usr/local/lib/python3.13/functools.py", line 1025, in __get__
      backend │ [backend-migration]     val = self.func(instance)
      backend │ [backend-migration]   File "/app/lib/python3.13/site-packages/graphql/type/definition.py", line 837, in fields
      backend │ [backend-migration]     raise cls(f"{self.name} fields cannot be resolved. {error}") from error
      backend │ [backend-migration] TypeError: UserQuery fields cannot be resolved. name 'Info' is not defined

@mgogoulos
mgogoulos requested a review from abosio February 18, 2026 14:36
@mgogoulos mgogoulos closed this Feb 18, 2026
@mgogoulos
mgogoulos deleted the mgogoulos/fix-strawberry-pin branch February 18, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant