Skip to content

Commit

Permalink
Pin kubernetes to a max version of 11.0.0. (#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)
  • Loading branch information
jedcunningham authored and potiuk committed Nov 14, 2020
1 parent 132e899 commit d5e7b51
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 @@ -305,7 +305,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',
]
ldap = [
'ldap3>=2.5.1',
Expand Down

0 comments on commit d5e7b51

Please sign in to comment.