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 381339d5e7f Record the relaxed types-paramiko bound in uv.lock (#71039)
381339d5e7f is described below
commit 381339d5e7f5f92bc751c934fdfce0e4411b5f26
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Aug 4 04:40:33 2026 +0200
Record the relaxed types-paramiko bound in uv.lock (#71039)
The cap was lifted in #71009 but the lock still carries it, so the
update-uv-lock
hook rewrites the file for anyone who touches the repo and every branch cut
from
main picks up an unrelated change it then has to explain or drop.
---
uv.lock | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/uv.lock b/uv.lock
index 0c7c14c1c52..3b52d8d26c2 100644
--- a/uv.lock
+++ b/uv.lock
@@ -2712,7 +2712,7 @@ requires-dist = [
{ name = "types-deprecated", marker = "extra == 'mypy'", specifier =
">=1.2.9.20240311" },
{ name = "types-docutils", marker = "extra == 'mypy'", specifier =
">=0.21.0.20240704" },
{ name = "types-markdown", marker = "extra == 'mypy'", specifier =
">=3.6.0.20240316" },
- { name = "types-paramiko", marker = "extra == 'mypy'", specifier =
">=4.0.0.20260402,<5.0.0" },
+ { name = "types-paramiko", marker = "extra == 'mypy'", specifier =
">=4.0.0.20260402" },
{ name = "types-protobuf", marker = "extra == 'mypy'", specifier =
">=5.26.0.20240422" },
{ name = "types-pymysql", marker = "extra == 'mypy'", specifier =
">=1.1.0.20240425" },
{ name = "types-python-dateutil", marker = "extra == 'mypy'", specifier =
">=2.9.0.20240316" },