-
Notifications
You must be signed in to change notification settings - Fork 324
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
New release for SQLAlchemy >= 2.0.22 #729
Comments
We are on the same boat here, I see some tests failing but unrelated to the PR merged. |
It's failing since this PR |
This is also breaking sqlalchemy-continuum. For now I've pinned SQLAlchemy but I'm looking at removing the dependency. |
@josecsotomorales I added you as a collaborator, if you send me your PyPI username I can you add there as a maintainer as well. |
Thank you @kvesteri, my PyPi username is |
FYI working on getting |
Can I get some help reviewing this PR? There's an assertion that I had to comment, not clear why it's failing. |
I don't see how the changes you've made to aggregates.py can be right. What have you done to debug it? |
I tested with setting up echo to true and debug the generated queries, with the previous local condition it was generating a cartesian product in the UPDATE ... FROM query from the association table |
@kvesteri could you please add @marksteward as a contributor as well? |
The test first fails on 2.0.13, presumably due to sqlalchemy/sqlalchemy@4a62625. The query is:
Which looks wrong to me, it should be filtering on the
The whole of |
Doh! That makes sense, I will rollback and just skip the test for now. |
Merged to |
@marksteward created a PR for SA >= 2.0.22, can you review it? I think this approach will work for older versions as well. |
lgtm! |
@kvesteri could you please send me another invitation to PyPI? Sorry I missed the previous one. |
@josecsotomorales I invited you again and PyPi and invited @marksteward as collaborator here in github for this project and also as a maintainer for this package in PyPi |
Thanks @kvesteri!! Released |
Closing this issue now, thanks all 🚀 |
#725 added some fixes for SQLAlchemy >= 2.0.22, but there is no new version yet. Could you release one? This is blocking a
python-sqlalchemy
update on Arch Linux.The text was updated successfully, but these errors were encountered: