-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Pin SQAlchemy to <1.4.0 #11629
Pin SQAlchemy to <1.4.0 #11629
Conversation
Can you please also add |
xref https://www.python.org/dev/peps/pep-0440/#compatible-release for other unfamiliar with the syntax. Update: Maybe I'm reading that wrong, excuse me if I'm not making sense. Update 2: Is |
I think Poetry does not fully support PEP-440. Here are the dependency specifiers it uses. There are multiple issues discussing compatibility with PEP-440, here's the most relevant, I think. So I don't think we can use the EDIT: but poetry doesn't touch packages.. Sorry I missed this. Should I use |
We can directly use |
I used |
1.4 released; our codebase not compatible yet.
Co-authored-by: Nicola Soranzo <nicola.soranzo@gmail.com>
Amazing, thanks so much! |
Thank you for reviewing! |
This PR was merged without a "kind/" label, please correct. |
1.4 released; our codebase not compatible yet.
What did you do?
Pin SQAlchemy to <1.4.0
Why did you make this change?
SQLAlchemy 1.4 has been released. Galaxy's code is not fully compatible yet.
Pin is temporary; will be removed when code is made compatible.
How to test the changes?
make update-dependencies
Check that sqlalchemy is >= 1.3.22 < 1.4 in requirements.txt