You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/16 17:14:06 UTC

[GitHub] [airflow] dstandish commented on a change in pull request #20759: Remove RefreshConfiguration workaround for K8s token refreshing

dstandish commented on a change in pull request #20759:
URL: https://github.com/apache/airflow/pull/20759#discussion_r828248873



##########
File path: setup.py
##########
@@ -381,7 +381,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
 ]
 kubernetes = [
     'cryptography>=2.0.0',
-    'kubernetes>=3.0.0',
+    'kubernetes>=21.7.0',

Review comment:
       OK @mik-laj i made this change.  I could not find any other instances like this.  Any concerns with merging now?




-- 
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-unsubscribe@airflow.apache.org

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