From ec1889cdf5c81873eb4e7f2913b5ea54a1d9badc Mon Sep 17 00:00:00 2001 From: Matthew Wallace <github@matthewwallace.me> Date: Fri, 26 Apr 2024 09:26:36 -0600 Subject: [PATCH] Pin jsonschema version to fix tests --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 6fff712..bff3b49 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,6 +8,7 @@ git+https://github.com/dbt-labs/dbt-core.git@1.4.latest#egg=dbt-tests-adapter&su black~=22.12 bumpversion~=0.6.0 ddtrace~=2.3 +jsonschema<=4.17 flake8~=6.1 flaky~=3.7 freezegun~=1.3