We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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/storage/sql/model.py:14
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().
MovedIn20Warning: The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base().
Update to SQLAlchemy moves internal modules for declarative_base
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the following libs in project produces warnings from
py_abac/storage/sql/model.py:14
andpy_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
The text was updated successfully, but these errors were encountered: