ashb commented on code in PR #43227:
URL: https://github.com/apache/airflow/pull/43227#discussion_r1809281122


##########
providers/src/airflow/providers/cloudant/provider.yaml:
##########
@@ -48,9 +48,11 @@ versions:
 
 dependencies:
   - apache-airflow>=2.8.0
-  # Even though 3.9 is excluded below, we need to make this python_version 
aware so that `uv` can generate a
-  # full lock file when building lock file from provider sources
+  # Even though 3.9 is excluded below, we need to make this python_version 
aware so that `uv` (at least as of
+  # 0.4.25) can generate a full lock file when building lock file from 
provider sources. Seeing the duplicate
+  # dep makes the UV resolver correctly "fork" and try to come up with 
alternative solutions.

Review Comment:
   ```suggestion
     # dep makes the UV resolver correctly "fork" and try to come up with 
alternative solutions.
     # https://github.com/astral-sh/uv/issues/4668
   ```



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