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.
--
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]