This release supports 3.12 & 3.13 and drops support for 3.7 and 3.8. Thanks a lot to @richin13 for contributing!
Unclaimed project
Are you a maintainer of graphene-sqlalchemy? Claim this project to take control of your public changelog and roadmap.
This release supports 3.12 & 3.13 and drops support for 3.7 and 3.8. Thanks a lot to @richin13 for contributing!
This is the last release with feature additions before we move graphene-sqlalchemy 3.0 to GA 🎉 We have implemented some awesome new features, including new filters, and SQLAlchemy 2.0 support that we are very excited about.
Please test this release and report any issues you find so we can fix them for the release.
**When upgrading and testing, please take care of the...
get_data_loader_impl() function, and not directly from aiodataloader library by @fli...This is a small fix. Graphene DataLoader is used when using graphene>=3.1.1 to allow for more frequent updates to DataLoaders & fix issues with pytest.
Please check the graphene release notes to learn more: https://github.com/graphql-python/graphene/releases/tag/v3.1.1
hybrid_propertyIn older versions, hybrid properties of an SQLAlchemy model were converted to Strings in the SQLAlchemyObjectType, unless overridden by an ORMField. This release includes support for automatic type detection based on the type hints of the method.
class Interval(Base):
id = Column(Integer, p...