-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Remove marshmallow version restriction; update deprecated usages #45499
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
9edf0e8
to
390ca02
Compare
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Nice. All was green ! |
Thanks a lot for that one @sloria ! |
@sloria thats awesome , thank you so much for making changes. :) |
This reverts #45442, since marshmallow 3.24.2 obviates it. As of 3.24.2, marshmallow can be upgraded without upgrading marshmallow-sqlalchemy (need to wait until dpgaspar/Flask-AppBuilder#2298 is merged and released for that).
This also updates deprecated field usages to avoid warnings and future-proof for marshmallow 4.