Skip to content

Commit 382450c

Browse files
committed
updated paramiko versions
1 parent 7b4d7c7 commit 382450c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

providers/sftp/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PIP package Version required
103103
``apache-airflow`` ``>=2.11.0``
104104
``apache-airflow-providers-ssh`` ``>=4.0.0``
105105
``apache-airflow-providers-common-compat`` ``>=1.12.0``
106-
``paramiko`` ``>=3.4.0,<4.0.0``
106+
``paramiko`` ``>=3.5.1,<4.0.0``
107107
``asyncssh`` ``>=2.12.0; python_version < "3.14"``
108108
``asyncssh`` ``>=2.22.0; python_version >= "3.14"``
109109
========================================== ======================================

providers/sftp/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"apache-airflow-providers-ssh>=4.0.0",
6464
"apache-airflow-providers-common-compat>=1.12.0",
6565
# TODO: Bump to >= 4.0.0 once https://github.com/apache/airflow/issues/54079 is handled
66-
"paramiko>=3.4.0,<4.0.0",
66+
"paramiko>=3.5.1,<4.0.0",
6767
"asyncssh>=2.12.0; python_version < '3.14'",
6868
"asyncssh>=2.22.0; python_version >= '3.14'",
6969
]

providers/ssh/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ PIP package Version required
9595
``apache-airflow`` ``>=2.11.0``
9696
``apache-airflow-providers-common-compat`` ``>=1.12.0``
9797
``asyncssh`` ``>=2.12.0``
98-
``paramiko`` ``>=3.4.0,<4.0.0``
98+
``paramiko`` ``>=3.5.1,<4.0.0``
9999
========================================== ==================
100100

101101
Cross provider package dependencies

providers/ssh/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies = [
6363
"apache-airflow-providers-common-compat>=1.12.0",
6464
"asyncssh>=2.12.0",
6565
# TODO: Bump to >= 4.0.0 once https://github.com/apache/airflow/issues/54079 is handled
66-
"paramiko>=3.4.0,<4.0.0",
66+
"paramiko>=3.5.1,<4.0.0",
6767

6868
]
6969

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)