We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da481e7 commit 34d41ecCopy full SHA for 34d41ec
core/pyproject.toml
@@ -43,10 +43,10 @@ dependencies = [
43
"protobuf>=6.0,<7.0",
44
"requests<3.0.0", # should match dbt-common
45
"snowplow-tracker>=1.0.2,<2.0",
46
+ "pathspec>=0.9,<1.1",
47
# ----
48
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
49
# and check compatibility / bump in each new minor version of dbt-core.
- "pathspec>=0.9,<0.13",
50
"sqlparse>=0.5.5,<0.6.0",
51
52
# These are major-version-0 packages also maintained by dbt-labs.
0 commit comments