Skip to content

Commit

Permalink
fix(core): relax pathspec upper bound version limitation (#9373)
Browse files Browse the repository at this point in the history
* fix(core): relax pathspec upper bound version limitation

* add changelog entry PR #9373
  • Loading branch information
rzjfr authored Apr 10, 2024
1 parent 1e4e15c commit fb41ce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240117-100818.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Relax pathspec upper bound version restriction
time: 2024-01-17T10:08:18.009949641+01:00
custom:
Author: rzjfr
PR: "9373"
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# ----
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
# and check compatibility / bump in each new minor version of dbt-core.
"pathspec>=0.9,<0.12",
"pathspec>=0.9,<0.13",
"sqlparse>=0.2.3,<0.5",
# ----
# These are major-version-0 packages also maintained by dbt-labs.
Expand Down

0 comments on commit fb41ce9

Please sign in to comment.