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

Update for breaking changes in sqlalchemy_mate #81

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdelcambre
Copy link

@mdelcambre mdelcambre commented May 17, 2024

This updates the code to work with the breaking changes in sqlalchemy_mate 2.0.0.1. Large portions of the code was moved behind the .api. namespace. Unfortunately, the api namespace was not automatically imported so an extra import statement was needed.

See sqlalchemey_mate release_notes for 2.0.0.1 for more details.

Additionally update the requirements to reflect the breaking change presented by this update.

All tests passing locally.

Fixes: #79

@mdelcambre mdelcambre mentioned this pull request May 17, 2024
@mdelcambre mdelcambre force-pushed the master branch 2 times, most recently from fd71dbf to ff09dd2 Compare May 17, 2024 21:09
This updates the code to work with the breaking changes in sqlalchemy_mate 2.0.0.1. Large portions of the code was moved behind the .api. namespace.
Unfortunately, the api namespace was not automatically imported so it was necessary to import it directly.
@udas0674
Copy link

Hello: Thank you for raising the PR. Can you please merge it? It is blocking my workflow. Thank you!

@melissacampsmith
Copy link

Hello, Thank you for addressing this. I am also waiting for the fix to be merged. Thank you!

@ghanashyam
Copy link

Hello, when is this going to be merged? I've used the following work around until then:
sqlalchemy_mate>=1.4.28.3,<2.0.0.0
But having the right solution soon would be preferred!

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.

Support for sqlalchemy-mate 2.0.0.1
4 participants