great_expectations
great_expectations copied to clipboard
[BUG] marshmallow package conflict with airflow
Hi, In great expectations latest version (0.15.21) marshmallow specific packages requirement was added However, this is not compatible with Airflow, for example, the few latest versions: https://raw.githubusercontent.com/apache/airflow/constraints-2.3.4/constraints-3.7.txt https://raw.githubusercontent.com/apache/airflow/constraints-2.3.3/constraints-3.7.txt https://raw.githubusercontent.com/apache/airflow/constraints-2.3.2/constraints-3.7.txt
require an earlier version of marshmallow (3.16 or 3.17), so our builds are failing on pip conflicts.
Can you please check?
Thanks a lot!
@cdkini maybe you have some insight on that? Thanks a lot!
Hey @itaise @cdkini is working on a fix for this. He'll provide an update soon.
thanks a lot!
Hi, @cdkini @rdodev any updates on this? thanks!
Any news?
@cdkini @rdodev can you please provide an update, if this remains on the next Airflow upgrade Wix will have to stop using GE package
Apologies for the delayed response @itaise @orenewix.
Our current pin is as follows: marshmallow>=3.7.1,<4.0.0
I believe this was immediately updated after the referenced PR above was merged. Please let me know if you're still seeing issues with these updated bounds.
Closed as resolved by #6213 ; if this issue persists, feel free to re-open with further context.