-
Notifications
You must be signed in to change notification settings - Fork 108
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 in our python3 cmsdist stack #11205
Comments
For further reference, the Further information is available here: [1]
|
Impact of the new feature
WMCore (and any other projects depending on the cmsdist spec file)
Is your feature request related to a problem? Please describe.
No problem, provided that we don't get too much behind with these third-party libraries updates.
Upgrading the SQLAlchemy library might be challenging, past experience shows that it usually requires WMCore baseline code changes for new features and or feature changes, so I decided to separate this upgrade in its own ticket.
Describe the solution you'd like
We should upgrade SQLAlchemy to one of the latest stable releases, to be checked in Pypi.
This is the spec file that we need to update:
https://github.com/cms-sw/cmsdist/blob/comp_gcc630/py3-sqlalchemy.spec
and also provide a PR updating our requirements.txt file.
Describe alternatives you've considered
We better not accumulate to many changes between upgrades, so the sooner the better.
Additional context
Similar to what has been requested in #11080
The text was updated successfully, but these errors were encountered: