This is an automated email from the ASF dual-hosted git repository.

eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 0bda2ffece9 Relax types-paramiko to support version 5 (#71009)
0bda2ffece9 is described below

commit 0bda2ffece97df4b90484a70dd4c62ff35993fda
Author: Elad Kalif <[email protected]>
AuthorDate: Mon Aug 3 22:28:52 2026 +0300

    Relax types-paramiko to support version 5 (#71009)
---
 devel-common/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml
index f285c3744a7..b951a471c51 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -118,7 +118,7 @@ dependencies = [
     "types-certifi>=2021.10.8.3",
     "types-croniter>=2.0.0.20240423",
     "types-docutils>=0.21.0.20240704",
-    "types-paramiko>=4.0.0.20260402,<5.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",

Reply via email to