File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
providers/cncf/kubernetes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ dependencies = [
69
69
# limiting minimum airflow version supported in cncf.kubernetes provider, due to the
70
70
# potential breaking changes in Airflow Core as well (kubernetes is added as extra, so Airflow
71
71
# core is not hard-limited via install-requirements, only by extra).
72
- " kubernetes>=29.0.0,<=31 .0.0" ,
72
+ " kubernetes>=29.0.0,<33 .0.0" ,
73
73
# The Kubernetes_asyncio package is used for providing Asynchronous (AsyncIO) client library for
74
74
# standard Kubernetes API. The version is limited by minimum 18.20.1 because of introducing the ability to
75
75
# load kubernetes config file from dictionary in that release and is limited to the next MAJOR version
76
76
# (started from current 24.2.2 version) to prevent introducing some problems that could be due to some
77
77
# major changes in the package.
78
- " kubernetes_asyncio>=29.0.0,<=31 .0.0" ,
78
+ " kubernetes_asyncio>=29.0.0,<33 .0.0" ,
79
79
]
80
80
81
81
[dependency-groups ]
You can’t perform that action at this time.
0 commit comments