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

Refactor Base class to use DeclarativeBase for SQLAlchemy 2.0+ #157

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nladio
Copy link
Collaborator

@nladio nladio commented Jan 17, 2025

Description

Replaced the use of declarative_base with DeclarativeBase to align with the usage pattern in SQLAlchemy 2.0+.

I still haven't set my local environment yet, so didn't run any tests on this change. Happy to continue working on my local setup, if this is not acceptable.

Refactor Base class to use DeclarativeBase for SQLAlchemy 2.0+

#117

Type of changes

  • Bugfix
  • Chore
  • New Feature

Testing

  • I added automated tests
  • I think tests are unnecessary

Replaced the use of `declarative_base` with `DeclarativeBase` to align
with the usage pattern in SQLAlchemy 2.0+.

I still haven't set my local environment yet, so didn't run any tests
on this change. Happy to continue working on my local setup, if this is
not acceptable.
Copy link

vercel bot commented Jan 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
datasci-earthquake ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 2:53am

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