eladkal commented on code in PR #60711:
URL: https://github.com/apache/airflow/pull/60711#discussion_r2701599874


##########
providers/cncf/kubernetes/pyproject.toml:
##########
@@ -72,7 +72,7 @@ dependencies = [
     # limiting minimum airflow version supported in cncf.kubernetes provider, 
due to the
     # potential breaking changes in Airflow Core as well (kubernetes is added 
as extra, so Airflow
     # core is not hard-limited via install-requirements, only by extra).
-    "kubernetes>=32.0.0,<35.0.0",
+    "kubernetes>=35.0.0,<36.0.0",

Review Comment:
   Is this right? Min version should stay to match computability with K8s. We 
support k8s 1.30



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