From 03d6b40afe03a3d45f1b0863602eed7ebae7ebcb Mon Sep 17 00:00:00 2001 From: Drew Banin Date: Mon, 18 Nov 2019 15:28:34 -0500 Subject: [PATCH 1/2] rm jsonschema requirement from core --- core/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/core/setup.py b/core/setup.py index 947c8aebc64..e81c8a0289c 100644 --- a/core/setup.py +++ b/core/setup.py @@ -52,7 +52,6 @@ def read(fname): 'requests>=2.18.0,<3', 'colorama>=0.3.9,<0.5', 'agate>=1.6,<2', - 'jsonschema>=3.0.1,<4', 'json-rpc>=1.12,<2', 'werkzeug>=0.15,<0.17', 'dataclasses==0.6;python_version<"3.7"', From b62f0ee511f351437f04d08043957a06951b616f Mon Sep 17 00:00:00 2001 From: Drew Banin Date: Mon, 18 Nov 2019 16:08:37 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bba18cb60..c8b70d1dae0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -83,7 +83,7 @@ - Drop support for `networkx 1.x` ([#1577](https://github.com/fishtown-analytics/dbt/issues/1577), [#1814](https://github.com/fishtown-analytics/dbt/pull/1814)) - Upgrade `werkzeug` to 0.15.6 ([#1697](https://github.com/fishtown-analytics/dbt/issues/1697), [#1814](https://github.com/fishtown-analytics/dbt/pull/1814)) - Pin `psycopg2` dependency to 2.8.x to prevent segfaults ([#1221](https://github.com/fishtown-analytics/dbt/issues/1221), [#1898](https://github.com/fishtown-analytics/dbt/pull/1898)) -- Set a strict upper bound for `jsonschema` dependency ([#1817](https://github.com/fishtown-analytics/dbt/issues/1817), [#1821](https://github.com/fishtown-analytics/dbt/pull/1821)) +- Set a strict upper bound for `jsonschema` dependency ([#1817](https://github.com/fishtown-analytics/dbt/issues/1817), [#1821](https://github.com/fishtown-analytics/dbt/pull/1821), [#1932](https://github.com/fishtown-analytics/dbt/pull/1932)) #### Everything else - Provide test names and kwargs in the manifest ([#1154](https://github.com/fishtown-analytics/dbt/issues/1154), [#1816](https://github.com/fishtown-analytics/dbt/pull/1816)) - Replace JSON Schemas with data classes ([#1447](https://github.com/fishtown-analytics/dbt/issues/1447), [#1589](https://github.com/fishtown-analytics/dbt/pull/1589))