This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new c4bc1dbc4b3 Relax types-paramiko to support version 5 (#71009) (#71105)
c4bc1dbc4b3 is described below
commit c4bc1dbc4b36f0929071c8ec9974dac5f309ee91
Author: Rahul Vats <[email protected]>
AuthorDate: Tue Aug 4 23:54:55 2026 +0530
Relax types-paramiko to support version 5 (#71009) (#71105)
(cherry picked from commit 0bda2ffece97df4b90484a70dd4c62ff35993fda)
Co-authored-by: Elad Kalif <[email protected]>
---
devel-common/pyproject.toml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index 72564bf12d1..138fbbd7b5c 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -118,8 +118,7 @@ dependencies = [
"types-certifi>=2021.10.8.3",
"types-croniter>=2.0.0.20240423",
"types-docutils>=0.21.0.20240704",
- # TODO: Bump to >= 4.0.0 once
https://github.com/apache/airflow/issues/54079
- "types-paramiko>=3.4.0.20240423,<4.0.0",
+ "types-paramiko>=4.0.0.20260402",
"types-protobuf>=5.26.0.20240422",
"types-python-dateutil>=2.9.0.20240316",
"types-python-slugify>=8.0.2.20240310",