Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.5k
DEPS: Revert SQLAlchemy minimum version back to 1.4.36#60977
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@mroeschke given there've been so many requests for this, thought I'd give this a try. The minimum version for SQLAlchemy was bumped from |
swarajban commentedFeb 21, 2025
I don't know if just changing the versions will fix the underlying issues. When we use an old version of SA, functions likepandasSQL_builder don't parse the connection object properly and return SQLite (which causes other downstream issues, egparams to not work correctly) |
The reason it was incorrectly returning an SQLite object is because of this line: Line 898 inf46d853
If SQLAlchemy doesn't satisfy the minimum version, the import fails and it leads to creating an SQLite object instead. If the minimum version is updated, the code works fine. Tested it on my branch after updating SQLAlchemy to 1.4.
|
swarajban commentedFeb 21, 2025
Ah wow, well gl! We would really appreciate this change |
There is a |
snitish commentedFeb 22, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thanks@mroeschke . Confirmed that the minimum version testshave passed. The failing Ubuntu tests are apparently due to an unrelated issue in libsqlite-3.49.1. (SeeAUTOMATIC1111/stable-diffusion-webui#16856) |
Could you add a whatsnew note in |
And after this PR, do you mind submitting one to our conda-feedstock to updating sqlalchemy version there?https://github.com/conda-forge/pandas-feedstock/blob/main/recipe/meta.yaml |
@mroeschke should the whatsnew note go under the 'Other Enhancements' section? Or should I create a new section for minimum version updates? |
Yup, I think this section is appropriate |
jabbera commentedMar 11, 2025
Is this going to be merged?!?! I cannot tell you how excited this makes me. The amount of pain this issue has caused me knows no bound. |
This pull request is stale because it has been open for thirty days with no activity. Pleaseupdate and respond to this comment if you're still interested in working on this. |
miraculixx commentedApr 16, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Much appreciate this work. How can we help to get this merged and included in a release? 🙏🏼 |
pre-commit.ci autofix |
for more information, seehttps://pre-commit.ci
This pull request is stale because it has been open for thirty days with no activity. Pleaseupdate and respond to this comment if you're still interested in working on this. |
Uh oh!
There was an error while loading.Please reload this page.
doc/source/whatsnew/v2.3.0.rst
file if fixing a bug or adding a new feature.