strawberry-sqlalchemy icon indicating copy to clipboard operation
strawberry-sqlalchemy copied to clipboard

Dependency Error – ModuleNotFoundError: No module named 'strawberry.arguments'

Open pablosdos opened this issue 6 months ago • 3 comments

from strawberry_sqlalchemy_mapper import StrawberrySQLAlchemyMapper

File "/Users/paulkluge/Documents/Work/Codebase/Active-Servers/active-servers/root-control-v2/backend/.venv/lib/python3.12/site-packages/strawberry_sqlalchemy_mapper/init.py", line 19, in from .field import connection, field, node File "/Users/paulkluge/Documents/Work/Codebase/Active-Servers/active-servers/root-control-v2/backend/.venv/lib/python3.12/site-packages/strawberry_sqlalchemy_mapper/field.py", line 36, in from strawberry.arguments import StrawberryArgument, argument ModuleNotFoundError: No module named 'strawberry.arguments'

Describe the Bug

I set up the strawberry-sqlalchemy-mapper as described, but got an error.

Looks like, strawberry-sqlalchemy-mapper 0.4.3 is not working with strawberry-graphql 0.237.3. When this bug report was written, both versions are the latest. Is this issue already known?

System Information

Python 3.12.4 Pipenv

Upvote & Fund

  • We're using Polar.sh so you can upvote and help fund this issue.
  • We receive the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar

pablosdos avatar Aug 07 '24 14:08 pablosdos