Closed mikealfare closed 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.
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.
Problem
setuptools>=71.0
appears to take an undeclared dependency onpackaging>=24.1
. If an older version ofpackaging
is installed in your environment,setuptools
will break.Solution
Explicitly upgrade
packaging
when installingsetuptools
.Checklist