Skip to content

Commit 547c28f

Browse files
authored
fix: Downgrade to marshmallow<4 (#33216)
1 parent 1bdc33f commit 547c28f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ dependencies = [
6464
"jsonpath-ng>=1.6.1, <2",
6565
"Mako>=1.2.2",
6666
"markdown>=3.0",
67+
# marshmallow>=4 has issues: https://github.com/apache/superset/issues/33162
68+
"marshmallow<4",
6769
"msgpack>=1.0.0, <1.1",
6870
"nh3>=0.2.11, <0.3",
6971
"numpy==1.23.5",

0 commit comments

Comments
 (0)