potiuk commented on code in PR #73506:
URL: https://github.com/apache/airflow/pull/73506#discussion_r4084285832


##########
providers/common/ai/pyproject.toml:
##########
@@ -69,7 +69,7 @@ requires-python = ">=3.10"
 dependencies = [
     "apache-airflow>=3.0.0",
     "apache-airflow-providers-common-compat>=1.15.0",
-    "apache-airflow-providers-standard>=1.12.1",  # use next version
+    "apache-airflow-providers-standard>=1.19.1",

Review Comment:
   Stale after the rebase: `standard` is released as **1.20.0** in this wave 
(it was 1.19.1 before #73286 made it a minor), so `>=1.19.1` points at a 
version that will never be published. It resolves to the same thing on pip 
today, but the published requirements table in `README.rst` / `docs/index.rst` 
would advertise a phantom version. Should be `>=1.20.0` here and in both docs 
tables. The PR description needs the same update.
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @potiuk before posting



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