khe-cw-de commented on issue #45487: URL: https://github.com/apache/airflow/issues/45487#issuecomment-2582920519
@potiuk Many thanks for your reply! I did some testing of different dependency configs between Airflow, Hashicorp provider and HVAC to narrow the issue down: ### Former stable configuration: ✅ ``` apache-airflow==2.9.0 apache-airflow-providers-hashicorp==3.6.4 hvac==2.1.0 ``` ### Updating Airflow, provider and HVAC: ❌ ``` apache-airflow==2.10.0 apache-airflow-providers-hashicorp==3.8.0 hvac==2.3.0 ``` ### Former provider version and HVAC: ✅ ``` apache-airflow==2.10.0 apache-airflow-providers-hashicorp==3.6.4 hvac==2.2.0 ``` ### After updating provider again: ❌ ``` apache-airflow==2.10.0 apache-airflow-providers-hashicorp==3.8.0 hvac==2.2.0 ``` It seems that the issue is somehow introduced with provider version 3.8.0. -- 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]
