dbeatty10 / dbt-mysql

dbt-mysql contains all of the code enabling dbt to work with MySQL and MariaDB
Apache License 2.0
75 stars 53 forks source link

Bump version of dbt-core to ~=1.2.0 #133

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Describe the bug

I forgot to update the version of dbt-core.

Should fix this and add applicable instructions to the RELEASE notes. Alternatively, can just upgrade to a more modern version of setup.py like this.

Steps To Reproduce

Follow the install instructions in CONTRIBUTING.

Screenshots and log output

ERROR: Cannot install -r requirements-dev.txt (line 4) and dbt-core~=1.1.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested dbt-core~=1.1.0
    dbt-tests-adapter 1.2.4 depends on dbt-core==1.2.4

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

The output of dbt --version:

Core:
  - installed: 1.2.4

dbt-mysql: 1.2.0a1

The operating system you're using:

The output of python --version:

Additional context

This may have been prevented by just using a more modern version of setup.py like this.