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

[dagster-airlift] Pin marshmallow #26853

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Jan 6, 2025

Summary & Motivation

Some magical dep change changed out the version of marshmallow we were installing for tests, which broke validation airflow-side for airflow 2.7.3.
This fixes for Airflow 2.7.3 / python under 3.12. I'll also pin for python >= 3.12 if the error recurs there.
For posterity's sake, I found the correct pin via the relevant airflow constraints file: https://raw.githubusercontent.com/apache/airflow/constraints-2.7.3/constraints-3.11.txt

How I Tested These Changes

Local tox

Copy link
Contributor Author

dpeng817 commented Jan 6, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@dpeng817 dpeng817 requested a review from gibsondan January 6, 2025 18:31
@dpeng817 dpeng817 marked this pull request as ready for review January 6, 2025 18:31
Copy link
Member

@gibsondan gibsondan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the previous release was 3.23 fwiw

@dpeng817 dpeng817 changed the title Pin marshmallow [dagster-airlift] Pin marshmallow Jan 6, 2025
@dpeng817 dpeng817 merged commit b50a245 into master Jan 6, 2025
1 check was pending
@dpeng817 dpeng817 deleted the dpeng817/pin_marshmallow branch January 6, 2025 19:02
@sloria
Copy link

sloria commented Jan 11, 2025

You should now be able to remove the marshmallow pin, since marshmallow>=3.24.2 fixes compatibility. see apache/airflow#45499

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.

3 participants