potiuk commented on issue #71246:
URL: https://github.com/apache/airflow/issues/71246#issuecomment-5220595686

   ## google 22.3.0rc3 is removed from the 2026-08-06 wave
   
   The google provider has been pulled from this wave following a binding -1 on 
the
   vote thread: `apache-airflow-providers-google==22.3.0rc3` cannot be 
installed on
   Python 3.14.
   
   Root cause is upstream, not in the provider code. `google-cloud-aiplatform` 
caps
   its `evaluation` extra at `litellm>=1.83.7,<1.86.0`, and no litellm in that 
range
   installs on Python 3.14, so `pip install apache-airflow-providers-google` 
fails
   with `ResolutionImpossible` despite the provider advertising
   `requires_python >= 3.10`. It affects the already-released 22.2.x line too.
   
   - Tracking issue: #71268
   - Upstream issue: https://github.com/googleapis/python-aiplatform/issues/7057
   - Workaround, merged: #71273 — installs `google-cloud-aiplatform` without the
     `evaluation` extra, declares that extra's dependencies directly, and 
splits the
     litellm requirement by Python version.
   
   ### What this means for this issue
   
   - **Nothing else in the wave is affected** — the other 45 providers are 
unchanged,
     and testing/verification on them continues to count.
   - The google rc3 artifacts stay in the dev dist folder for now; they simply 
will
     not be promoted when this wave is published.
   - **The google verifications already recorded here carry over** — they were 
done
     against code that is unchanged by #71273, which only touches dependency
     metadata. Please do not re-verify them.
   
   ### What happens to google
   
   google will be re-cut as **22.3.0rc4** in a separate google-only wave with 
release
   preparation date **2026-08-08**, carrying #71273 on top of the same code. 
That wave
   gets its own testing status issue, and the ticks from here will be carried 
over to
   it.
   
   ---
   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