From 715ad2ff1a4061fadb8fed493007733692a0a7ac Mon Sep 17 00:00:00 2001 From: Gerda Shank Date: Thu, 19 Dec 2024 13:19:15 -0500 Subject: [PATCH] dev-requirements --- core/setup.py | 2 +- dev-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/setup.py b/core/setup.py index be77d1ba73b..a78e64c6e6d 100644 --- a/core/setup.py +++ b/core/setup.py @@ -51,7 +51,7 @@ # Pin to the patch or minor version, and bump in each new minor version of dbt-core. "agate>=1.7.0,<1.10", "Jinja2>=3.1.3,<4", - "mashumaro[msgpack]>=3.9,<3.15", + "mashumaro[msgpack]>=3.15,<4.0", # ---- # 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. diff --git a/dev-requirements.txt b/dev-requirements.txt index 33175c9ee4e..cac7be14f6b 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/dbt-labs/dbt-adapters.git@main +git+https://github.com/dbt-labs/dbt-adapters.git@mashumaro_fixes git+https://github.com/dbt-labs/dbt-adapters.git@main#subdirectory=dbt-tests-adapter git+https://github.com/dbt-labs/dbt-common.git@mashumaro_fixes git+https://github.com/dbt-labs/dbt-postgres.git@main