Skip to content

Commit 2793f9f

Browse files
authored
Pin Mashumaro to keep aligned with dbt core depedencies (#363)
1 parent 9c319df commit 2793f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pytz>=2015.7",
2828
# installed via dbt-common but used directly
2929
"agate>=1.0,<2.0",
30-
"mashumaro[msgpack]>=3.0,<4.0",
30+
"mashumaro[msgpack]>=3.9,<3.15",
3131
"protobuf>=5.0,<6.0",
3232
"typing-extensions>=4.0,<5.0",
3333
]

0 commit comments

Comments
 (0)