Skip to content

Conversation

@amoghrajesh
Copy link
Contributor

Recent failure in CI: https://github.com/apache/airflow/actions/runs/14613850677/job/40997825403 is due to:

334c334
< google-cloud-aiplatform==1.89.0
---
> google-cloud-aiplatform==1.90.0
356c356
< google-cloud-logging==3.12.0
---
> google-cloud-logging==3.12.1
462c462
< lxml==5.3.2
---
> lxml==5.4.0
490,493c490,493
< mypy-boto3-appflow==1.37.0
< mypy-boto3-rds==1.37.21
< mypy-boto3-redshift-data==1.37.8
< mypy-boto3-s3==1.37.24
---
> mypy-boto3-appflow==1.38.0
> mypy-boto3-rds==1.38.0
> mypy-boto3-redshift-data==1.38.0
> mypy-boto3-s3==1.38.0

lxml released a 5.4.0 which doesnt seem to work with 1.3.14 xmlsec. And this is not resolved: xmlsec/python-xmlsec#344 so we cannot even remove the !=1.3.15 on xmlsec.

Hence, trying to fix by adding bounds to lxml instead


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added area:providers provider:amazon AWS/Amazon - related issues labels Apr 23, 2025
@amoghrajesh
Copy link
Contributor Author

I do not know if this is the best fix, but something i wanted to try

@amoghrajesh amoghrajesh requested review from ashb, potiuk and rawwar April 23, 2025 09:53
@amoghrajesh
Copy link
Contributor Author

Reopening to run all tests

@amoghrajesh amoghrajesh reopened this Apr 23, 2025
@potiuk potiuk merged commit 9eb5c33 into apache:main Apr 23, 2025
46 checks passed
prabhusneha pushed a commit to astronomer/airflow that referenced this pull request Apr 25, 2025
potiuk pushed a commit to potiuk/airflow that referenced this pull request May 5, 2025
(cherry picked from commit 9eb5c33)

Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
potiuk added a commit that referenced this pull request May 5, 2025
(cherry picked from commit 9eb5c33)

Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers provider:amazon AWS/Amazon - related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Release 1.3.15 missing wheels for linux

2 participants