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

Environment patches #30

Closed
wants to merge 5 commits into from
Closed

Conversation

gperdrizet
Copy link

Fixed provided solution by pinning SQLAlchemy 1.4.0 and Pandas 2.1.4. Both libraries had updates which broke the provided solution. See links below for details about respective releases:

  1. SQLAlchemy major migration guide (1.4. -> 2.0)
  2. BUG: Pandas 2.2 breaks SQLAlchemy 1.4 compatibility

This assignment should probably be updated to use current library version/best practices. But, for now, this is the most straightforward way to keep the example provided code running.

@gperdrizet
Copy link
Author

Closing as fixed, solution code was updated to use SQLAlchemy 2.0. See
75b88af
.

@gperdrizet gperdrizet closed this Feb 25, 2025
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.

1 participant