jason810496 commented on code in PR #62259:
URL: https://github.com/apache/airflow/pull/62259#discussion_r3038636329
##########
uv.lock:
##########
@@ -2645,7 +2645,7 @@ docs = [
[package.metadata]
requires-dist = [
- { name = "aiobotocore", marker = "extra == 'aiobotocore'", specifier =
">=3.0.0" },
+ { name = "aiobotocore", extras = ["boto3"], marker = "extra ==
'aiobotocore'", specifier = ">=2.26.0" },
{ name = "apache-airflow", editable = "." },
Review Comment:
Even though the CI passed, I'm still concerned about the `uv.lock` change.
Would it be possible to revert the `uv.lock` change before we merge?
--
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]