From 835830aab1d68eb0779e8e4fbca7433474c22845 Mon Sep 17 00:00:00 2001 From: Martin Nowak Date: Fri, 31 Dec 2021 01:33:14 +0100 Subject: [PATCH] update agate for python 3.10 compat - https://github.com/wireservice/agate/commit/1ba2a8d5dda0524f8830c669c533eb300e98564c - https://github.com/dbt-labs/dbt-core/issues/3160 - https://github.com/dbt-labs/dbt-core/issues/3413 - https://github.com/dbt-labs/dbt-core/pull/3585 --- core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index a911d1f7afb..153e5fb558b 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ def read(fname): install_requires=[ 'Jinja2==2.11.3', 'PyYAML>=3.11', - 'agate>=1.6,<1.6.2', + 'agate==1.6.3', 'colorama>=0.3.9,<0.4.5', 'dataclasses>=0.6,<0.9;python_version<"3.7"', 'hologram==0.0.14',