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

Dependencies: temporarily limit upper version of sqlalchemy #54

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

sphuber
Copy link
Contributor

@sphuber sphuber commented Mar 17, 2021

Fixes #53

The newly released sqlalchemy==1.4.0 breaks sqlalchemy-utils and so
breaks all the tests. Until the latter releases a fix, we have to put an
upper limit on the sqlalchemy dependency.

The newly released `sqlalchemy==1.4.0` breaks `sqlalchemy-utils` and so
breaks all the tests. Until the latter releases a fix, we have to put an
upper limit on the `sqlalchemy` dependency.
@sphuber sphuber requested a review from mbercx March 17, 2021 10:15
Copy link
Member

@mbercx mbercx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @sphuber!

@sphuber sphuber merged commit 383ab24 into master Mar 17, 2021
@sphuber sphuber deleted the fix/053/pin-sqlalchemy-version branch March 17, 2021 10:40
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.

Temporarily pin sqlalchemy due to incompatibility of v1.4 with sqlalchemy-utils
2 participants