Skip to content

GONRG-3046: Requirements packages versions have been downgraded to support...

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Due to the usage of the SDK with Airflow some requirements are different for Airflow versions. It implies that requests and tenacity already are installed into environments with Airflow.

To support, for instance, CLI mode the extras_require parameter has been specified.

Merge request reports