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

Warnings for sqlalchemy #28

Open
lsplitter opened this issue Aug 21, 2024 · 0 comments
Open

Warnings for sqlalchemy #28

lsplitter opened this issue Aug 21, 2024 · 0 comments

Comments

@lsplitter
Copy link

Using the following libs in project produces warnings from py_abac/storage/sql/model.py:14 and py_abac/storage/sql/migrations.py:12

py_abac 0.4.1
Python 3.11.9
SQLAlchemy 2.0.19
marshmallow 3.21.3
marshmallow-oneofschema 2.1.0

Warning produced:
MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base().

Update to SQLAlchemy moves internal modules for declarative_base

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

No branches or pull requests

1 participant