Skip to content

Commit

Permalink
Unpin Kubernetes Provider dependency
Browse files Browse the repository at this point in the history
Tis PR remove the upper bound version constraints for `apache-airflow-providers-cncf-kubernetes`
  • Loading branch information
kaxil committed Mar 19, 2022
1 parent fff4f6d commit 30c75c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ amazon =
apache-airflow-providers-amazon>=3.0.0
aiobotocore>=2.1.1
cncf.kubernetes =
apache-airflow-providers-cncf-kubernetes>=3,<3.1.0
apache-airflow-providers-cncf-kubernetes>=3
kubernetes_asyncio
databricks =
apache-airflow-providers-databricks>=2.2.0
Expand Down Expand Up @@ -106,7 +106,7 @@ mypy =
all =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=3.0.0
apache-airflow-providers-cncf-kubernetes>=3,<3.1.0
apache-airflow-providers-cncf-kubernetes>=3
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google
apache-airflow-providers-snowflake
Expand Down
1 change: 1 addition & 0 deletions tests/cncf/kubernetes/operators/test_kubernetes_pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def create_context(task):
"task": task,
"ti": task_instance,
"task_instance": task_instance,
"run_id": dag_run.run_id,
}


Expand Down

0 comments on commit 30c75c6

Please sign in to comment.