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: remove deprecation warning for sqlalchemy.orm.mapper() #128

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

jpvanhal
Copy link
Member

Fix the following deprecation warning:

SADeprecationWarning: The `sqlalchemy.orm.mapper()` symbol is
deprecated and will be removed in a future release. For the
mapper-wide event target, use the 'sqlalchemy.orm.Mapper' class.

Fix the following deprecation warning:

    SADeprecationWarning: The `sqlalchemy.orm.mapper()` symbol is
    deprecated and will be removed in a future release. For the
    mapper-wide event target, use the 'sqlalchemy.orm.Mapper' class.
@jpvanhal jpvanhal merged commit 03138eb into master Aug 10, 2023
@jpvanhal jpvanhal deleted the sa-orm-mapper-deprecation-warning branch August 10, 2023 16:32
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