Skip to content

Commit ba6e084

Browse files
committed
fix: Downgrade to marshmallow<4
TypeError: Field.__init__() got an unexpected keyword argument 'minLength'
1 parent d2360b5 commit ba6e084

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, <2",

0 commit comments

Comments
 (0)