Skip to content
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

Upgrade SQLAlchemy to version 2 #3734

Merged
merged 3 commits into from
Jan 6, 2025
Merged

Upgrade SQLAlchemy to version 2 #3734

merged 3 commits into from
Jan 6, 2025

Conversation

benclifford
Copy link
Collaborator

This is part of supporting Python 3.13 (PR #3646), as a prereq to upgrading pandas.

Changed Behaviour

Development environments (which have the requirements in test-requirements.txt installed) will break and need pip uninstall sqlalchemy2-stubs - sqlalchemy packaging does not express a negative/removal requirement against that transitional package.

non-parsl user code which happens to use the parsl-installed sqlalchemy might break - for example, see API changes in the test suite in this PR

Type of change

  • Code maintenance/cleanup

@benclifford benclifford requested a review from khk-globus January 6, 2025 17:48
@benclifford benclifford added this pull request to the merge queue Jan 6, 2025
Merged via the queue into master with commit a325590 Jan 6, 2025
7 checks passed
@benclifford benclifford deleted the benc-sql2 branch January 6, 2025 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants