-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add support for marshmallow-sqlalchemy 1.0.0 #2194
Comments
This also prevents Flask-Appbuilder from being compatible with marshmallow>=3.24.0, which caused a regression in Airflow. See apache/airflow#45442 (comment) |
@AlphaJack actually, the error you're seeing was fixed in marshmallow 3.20.1. so you should be able to update your marshmallow version to resolve that. Flask-Appbuilder should still support newer versions of marshmallow-sqlalchemy (this will fix the Airflow issue), which i think is just a matter of relaxing the version constraint here: Line 61 in 418ab8a
that should be changed to either @dpgaspar can you please make this change? i was going to send a PR but i've been having issues getting my development environment working (pip-compile isn't cooperating 😕 ) |
sent #2298 |
Nice one ! |
Environment
pip-freeze
:Describe the expected results
I am getting a
TypeError
during the initialization of an app that loads Flask-AppBuilder (see below).I have tried both marshmallow-sqlalchemy 1.0.0, 0.30 and 0.26, but all of them returns the same results.
I am not sure the error involves Flask-AppBuilder directly, but I wanted to check why there is no support for the latest version of marshmallow-sqlalchemy.
Describe the actual results
When launching the app, I get
Steps to reproduce
on Arch Linux/Manjaro:
yay -S superset && superset --help
The text was updated successfully, but these errors were encountered: