functicons commented on PR #33274: URL: https://github.com/apache/airflow/pull/33274#issuecomment-1678009297
@potiuk @ahidalgob could you give me a pointer on what the [static checks failure](https://github.com/apache/airflow/actions/runs/5827097545/job/15825732773?pr=33274) is about? ``` Update cross-dependencies for providers packages...................................Failed - hook id: update-providers-dependencies - files were modified by this hook ... --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -794,7 +794,8 @@ "sftp": { "deps": [ "apache-airflow-providers-ssh>=2.1.0", - "apache-airflow>=2.4.0" + "apache-airflow>=2.4.0", + "paramiko>=2.8.0" ], "cross-providers-deps": [ "openlineage", This error means that you have to fix the issues listed above: ``` Does `paramiko>=2.8.0` conflict with the `paramiko>=2.6.0` of `ssh`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
