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

update imports for strawberry 0.236.0

Open novag opened this issue 7 months ago • 12 comments

Description

strawberry 0.236.0 changed the code structure which requires adjusting the imports.

Types of Changes

  • [ ] Core
  • [x] Bugfix
  • [ ] New feature
  • [ ] Enhancement/optimization
  • [ ] Documentation

Issues Fixed or Closed by This PR

Checklist

  • [x] My code follows the code style of this project.
  • [ ] My change requires a change to the documentation.
  • [ ] I have updated the documentation accordingly.
  • [x] I have read the CONTRIBUTING document.
  • [ ] I have added tests to cover my changes.
  • [x] I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Summary by Sourcery

This pull request updates the import paths in the relay.py file to be compatible with the changes in the code structure of strawberry 0.236.0, ensuring the project remains functional with the latest version.

  • Bug Fixes:
    • Updated import paths to align with the new code structure introduced in strawberry 0.236.0.

novag avatar Jul 20 '24 18:07 novag