Dev-iL commented on code in PR #63520:
URL: https://github.com/apache/airflow/pull/63520#discussion_r2936600719


##########
providers/google/pyproject.toml:
##########
@@ -141,6 +143,8 @@ dependencies = [
     "immutabledict>=4.2.0",
     # types-protobuf 5.29.1.20250402 is a partial stub package, leading to 
mypy complaining
     "types-protobuf!=5.29.1.20250402,>=5.27.0",
+    # transitive, to avoid uv trying to reinstall 5.x:
+    "lxml>=6.0.2; python_version >= '3.14'"

Review Comment:
   Hmmm good question.. The old lxml is being installed in the lowest deps 
workflow. I'll try to investigate this with uv.
   
   ```bash
   airflow/providers/google$ uv tree --invert --package lxml
   
   lxml v6.0.2
   ├── apache-airflow-providers-google v21.0.0
   ...
   │   └── apache-airflow-providers-trino v6.5.0 (group: dev) (*)
   ├── redshift-connector v2.1.7
   │   └── apache-airflow-providers-amazon v9.23.0 (*)
   └── zeep v4.3.2
       └── simple-salesforce v1.12.9
           └── apache-airflow-providers-salesforce v5.12.3 (*)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to