Skip to content

Commit

Permalink
Pin kubernetes to a max version of 11.0.0. (apache#11974)
Browse files Browse the repository at this point in the history
12.0.0 introduces `TypeError: cannot serialize '_io.TextIOWrapper'
object` when serializing V1Pod's in `executor_config`.
  • Loading branch information
jedcunningham authored Oct 30, 2020
1 parent 78cd521 commit 9687b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
]
kubernetes = [
'cryptography>=2.0.0',
'kubernetes>=3.0.0',
'kubernetes>=3.0.0, <12.0.0',
]
kylin = [
'kylinpy>=2.6'
Expand Down

0 comments on commit 9687b3b

Please sign in to comment.