DBT Deps Google_ads package installation

Hello all,

this is what my packages.yml file looks like:

packages:
  - package: dbt-labs/dbt_external_tables
    version: 0.8.2
  - package: dbt-labs/codegen
    version: 0.8.1
  - package: fivetran/stripe_source
    version: 0.7.4
  - package: fivetran/stripe
    version: 0.7.4    
  - package: fivetran/twitter_ads
    version: [">=0.5.0", "<0.6.0"]  
  - package: brooklyn-data/dbt_artifacts
    version: 2.2.2
  - package: calogica/dbt_date
    version: 0.7.2
  - package: fivetran/twitter_organic
    version: [">=0.1.0", "<0.2.0"]

I’m trying to add

  - package: fivetran/google_ads
    version: [">=0.1.0", "<0.5.0"]

however, the error which I get is

Version error for package fivetran/fivetran_utils: Could not find a satisfactory version from options: [‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.4.0’, ‘<0.5.0’]
Version error for package fivetran/fivetran_utils: Could not find a satisfactory version from options: [‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.3.0’, ‘<0.4.0’, ‘>=0.4.0’, ‘<0.5.0’]

I tried installing both the latest version of fivetran_utils and dbt_utils but get various errors as well.

I also went through a few iterations of testing different google ads versions.

any help is appreciated!