Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin agate<1.6.2 to fix installation #3161

Merged
merged 1 commit into from
Mar 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Contributors:
- Performance fixes for many different things ([#2862](https:/fishtown-analytics/dbt/issues/2862), [#3034](https:/fishtown-analytics/dbt/pull/3034))
- Update code to use Mashumaro 2.0 ([#3138](https:/fishtown-analytics/dbt/pull/3138))
- Add an event to track resource counts ([#3050](https:/fishtown-analytics/dbt/issues/3050), [#3156](https:/fishtown-analytics/dbt/pull/3156))
- Pin `agate<1.6.2` to avoid installation errors relating to its new dependency `PyICU` ([#3160](https:/fishtown-analytics/dbt/issues/3160), [#3161](https:/fishtown-analytics/dbt/pull/3161))

Contributors:
- [@Bl3f](https:/Bl3f) ([#3011](https:/fishtown-analytics/dbt/pull/3011))
Expand Down
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def read(fname):
'networkx>=2.3,<3',
'minimal-snowplow-tracker==0.0.2',
'colorama>=0.3.9,<0.4.4',
'agate>=1.6,<2',
'agate>=1.6,<1.6.2',
'isodate>=0.6,<0.7',
'json-rpc>=1.12,<2',
'werkzeug>=0.15,<2.0',
Expand Down