-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail with SQLAlchemy 1.4 #304
Comments
I've noticed the same with batching. I think the reason is that they changed v1.3 usage (used by this lib):
In v1.4 Any plans to update batching to work with 1.4? Without that we should lock our SQLALchemy versions to v1.3 if we want to use batching. If support is added, should it support both v1.3 and v1.4 |
This has been addressed in #317 . |
Is a release going to be cut with this feature? It would be useful to have the most up-to-date version of graphene-sqlalchemy on pypi so it can be used with 1.4 |
What about this issue? Still same behavior in latest version. Batching with sqlalchemy 1.4 not working |
The graphene-sqlalchemy v3 beta release contains this fix. Since there's a lot of changes in the graphene-v3 PR, additional work would have to be accomplished to fix this in 2.3.0. Would this be required, or are there any additional blockers for upgrading to 3.0? |
Bump on the question above. Could this fix be released to the 2.x branch? |
@jaredculp What is your blocker for upgrading to graphene 3 (apart from the SQLAlchemy beta status, which is now actively being brought towards release)? I'm asking because focusing on backporting will reduce my time for working on the 3.0 release, so unless there's a compelling reason, I sadly cannot focus on more versions than 3.0. Possible tasks for that would be
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue. |
Tests fail with SQLAlchemy 1.4:
sqlalchemy/sqlalchemy@f07e050
The library itself seems to work fine with batching disabled.
The text was updated successfully, but these errors were encountered: