Andrushika commented on issue #70355:
URL: https://github.com/apache/airflow/issues/70355#issuecomment-5079092530

   Tested these breaking-change providers on released Airflow 3.3.0 (Python 
3.10, postgres backend, breeze):
   postgres 7.0.0rc2, sftp 6.0.0rc1, ssh 6.0.0rc1, airbyte 6.0.0rc1, 
microsoft-azure 14.0.0rc1.
   
   All 5 install together cleanly and `airflow providers list` shows the rc 
versions. Imports pass with the new deps (paramiko 4.0.0, airbyte-api 1.0.1 + 
httpx, azure-mgmt-datafactory 10.0.0).
   
   For postgres I also tested against the running database: PostgresHook plus 
direct psycopg3 sync and async connections, and the SELECT queries worked. 
psycopg2 is still installable but I did not test a connection through it.
   
   sftp/ssh/airbyte/azure were installation + import checks only (no live 
servers or credentials).
   
   ---
   Drafted-by: Claude Code (Opus 4.8); reviewed by @Andrushika before posting
   


-- 
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]

Reply via email to