[CT-3546] Remove restrictive pathspec
version depencency (upper bound)
#9372
Labels
dependencies
Changes to the version of dbt dependencies
Is this a new bug in dbt-core?
Current Behavior
Currently pathspec>=0.9,<0.12 which conflicts with latest version of pathspec (0.12.1). I can't find any reason specifically for <0.12. It seems to be consequence of dependebot upgrading more restrictive pathspec~=0.9 here and then later here
Expected Behavior
I can't find any reason to restrict pathspec <0.12. I couldn't find any major change that can break anything related to this package in pathspec change log.
Steps To Reproduce
pip install dbt-core==1.7.4 -c <(echo "pathspec==0.12.1")
Relevant log output
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: