prabodh1194 opened a new issue, #33169: URL: https://github.com/apache/airflow/issues/33169
### Apache Airflow version 2.6.3 ### What happened Airflow on python 3.8 defines [constraints](https://raw.githubusercontent.com/apache/airflow/constraints-2.6.3/constraints-3.8.txt) following constraints: - `keyring==24.2.0` - `snowflake-connector-python==3.0.4` However, these constraints are conflicting because `snowflake-connector-python @ v3.0.4` [defines keyring dependency](https://github.com/snowflakedb/snowflake-connector-python/blob/v3.0.4/setup.cfg#L98) on a higher version as follows: ``` secure-local-storage = keyring!=16.1.0,<24.0.0 ``` ### What you think should happen instead _No response_ ### How to reproduce Install airflow v2.6.3 on python 3.8 and then try to `pip install snowflake-connector-python[secure-local-storage]` ### Operating System MacOs 13.4.1 ### Versions of Apache Airflow Providers ``` apache-airflow-providers-snowflake==4.2.0 ``` ### Deployment Virtualenv installation ### Deployment details _No response_ ### 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]
