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


##########
airflow/providers/cncf/kubernetes/provider.yaml:
##########
@@ -88,13 +88,13 @@ 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>=21.7.0,<24
+  - kubernetes>=23.6.0,<29
   # The Kubernetes_asyncio package is used for providing Asynchronous 
(AsyncIO) client library for
   # standard Kubernetes API. The version is limited by minimum 18.20.1 because 
of introducing the ability to
   # load kubernetes config file from dictionary in that release and is limited 
to the next MAJOR version
   # (started from current 24.2.2 version) to prevent introducing some problems 
that could be due to some
   #  major changes in the package.
-  - kubernetes_asyncio>=18.20.1,<25
+  - kubernetes_asyncio>=23.6.0,<29

Review Comment:
   The above comment blocks refers to 18.20.1
   It needs to be modified



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to