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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

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.

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