Skip to content

Commit

Permalink
pin click (#8050)
Browse files Browse the repository at this point in the history
* pin click

* changelog
  • Loading branch information
emmyoop committed Jul 7, 2023
1 parent 5d28e47 commit 7c56d72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230707-104052.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Pin click>=8.1.1,<8.1.4
time: 2023-07-07T10:40:52.565603-05:00
custom:
Author: emmyoop
PR: "8050"
3 changes: 2 additions & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
# ----
# dbt-core uses these packages in standard ways. Pin to the major version, and check compatibility
# with major versions in each new minor version of dbt-core.
"click>=7.0,<9",
# temporarily pinning click for mypy failures: https://github.com/pallets/click/issues/2558
"click>=8.1.1,<8.1.4",
"networkx>=2.3,<4",
# ----
# These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes)
Expand Down

0 comments on commit 7c56d72

Please sign in to comment.