File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ requires-python = ">=3.10"
5959dependencies = [
6060 " apache-airflow>=2.10.0" ,
6161 " apache-airflow-providers-ssh>=4.0.0" ,
62- " paramiko>=2.9.0" ,
62+ # TODO: Bump to >= 4.0.0 once https://github.com/apache/airflow/issues/54079 is handled
63+ " paramiko>=2.9.0,<4.0.0" ,
6364 " asyncssh>=2.12.0" ,
6465]
6566
Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ requires-python = ">=3.10"
5858# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
5959dependencies = [
6060 " apache-airflow>=2.10.0" ,
61- " paramiko>=2.9.0" ,
61+ # TODO: Bump to >= 4.0.0 once https://github.com/apache/airflow/issues/54079 is handled
62+ " paramiko>=2.9.0,<4.0.0" ,
6263 " sshtunnel>=0.3.2" ,
6364]
6465
You can’t perform that action at this time.
0 commit comments