Skip to content

Commit 4dc319e

Browse files
yu-iskwchayac
andauthored
Loosen the version constrains of mashumaro (#271)
* Loosen the version constrains of `mashumaro` Signed-off-by: Yu Ishikawa <[email protected]> * match mashumaro version constraints in core --------- Signed-off-by: Yu Ishikawa <[email protected]> Co-authored-by: Chaya Carey <[email protected]>
1 parent 9d26073 commit 4dc319e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/dbt_fusion_package_tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
requires-python = ">=3.10"
66
dependencies = [
77
"gitpython>=3.1.45",
8-
"mashumaro>=3.17",
8+
"mashumaro>=3.9,<3.15", # matches dbt-core
99
"pyyaml>=6.0.2",
1010
"dbt-protos>=1.0.410",
1111
"requests>=2.32.5",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)