You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: