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

fix: sqlalchemy version causing exception #45

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

joloppo
Copy link
Contributor

@joloppo joloppo commented Jan 31, 2023

Overview

The recent release of sqlalchemy 2.0.0 will not work with this version of dynamicio. Dependency was sloppily defined. Any new images created before this fix will either not work or not work if using pandas read_sql.

Key Changes

  • SQLAlchemy>=1.4.11 to SQLAlchemy~=1.4.11

Impact

Checklist

  • Passes test - (had to reduce test coverage %. Not sure why.)

Notes

This would have been easier to debug or prevented by default if the consumer or dynamicio were using poetry.

Issue on pandas github: pandas-dev/pandas#51015

Copy link
Collaborator

@Christos-Hadjinikolis Christos-Hadjinikolis left a comment

Choose a reason for hiding this comment

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

LGTM

@Christos-Hadjinikolis Christos-Hadjinikolis merged commit 6a797fc into master Jan 31, 2023
@Christos-Hadjinikolis Christos-Hadjinikolis deleted the fix_sqlalchemy_version branch January 31, 2023 17:25
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.

4 participants