eladkal commented on code in PR #63520:
URL: https://github.com/apache/airflow/pull/63520#discussion_r2936594896
##########
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:
Please add instructions in the comment into when/how we will remove it.
What upstream library needs to set dependency better to avoid this issue?
Normally there should be an open issue for that library?
--
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]