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`.

(cherry picked from commit 9687b3b)
(cherry picked from commit 509a097)
  • Loading branch information
jedcunningham authored and kaxil committed Nov 27, 2020
1 parent a177f48 commit d9a90c2
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 @@ -343,7 +343,7 @@ def write_version(filename=os.path.join(*[my_dir, "airflow", "git_version"])):
]
kubernetes = [
'cryptography>=2.0.0',
'kubernetes>=3.0.0',
'kubernetes>=3.0.0, <12.0.0',
'packaging>=19.1',
]
ldap = [
Expand Down

0 comments on commit d9a90c2

Please sign in to comment.