dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
297 stars 177 forks source link

Explicitly install `packaging` to comply with `setuptools>=71.0` #1125

Closed mikealfare closed 4 months ago

mikealfare commented 4 months ago

Problem

setuptools>=71.0 appears to take an undeclared dependency on packaging>=24.1. If an older version of packaging is installed in your environment, setuptools will break.

Solution

Explicitly upgrade packaging when installing setuptools.

Checklist

github-actions[bot] commented 4 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide.

github-actions[bot] commented 4 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide.