potiuk commented on code in PR #40253: URL: https://github.com/apache/airflow/pull/40253#discussion_r1641668418
########## airflow/providers/cncf/kubernetes/provider.yaml: ########## @@ -97,13 +97,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>=28.1.0,<=29.0.0 + - kubernetes>=29.0.0,<=30.1.0 Review Comment: Also one more comment - here - this is the "cncf.kubernetes" provider dependency, that's one of the nice features of providers - that in case of any incompatibility (or when for whatever reason someone will want to use earlier version of the client, they will be able to use previous provider versions. Surely they will not have latest fixes, but they generally "work", so we are not really "limiting" anyone here - we just make latest cncf.kubernetes provider require the 1.29/1.30 library. -- 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]
