darkag opened a new issue, #48381: URL: https://github.com/apache/airflow/issues/48381
### Apache Airflow Provider(s) postgres ### Versions of Apache Airflow Providers incorrect requierement for apache-airflow-providers-postgres package indicates apache-airflow-providers-common-sql>=1.20.0 but importing PostgresHook with version 1.21.0 fail with ModuleNotFoundError: No module named 'airflow.providers.common.sql.dialects' no more error after update to >=1.23.0 ### Apache Airflow version 2.10.5 ### Operating System debian ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### What happened _No response_ ### What you think should happen instead _No response_ ### How to reproduce install apache-airflow-providers-common-sql==1.20.0 or 1.21.0 then install last version of apache-airflow-providers-postgres (6.1.1) ### Anything else _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
