Skip to content

Commit 7150804

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ dependencies = [
6464
"jsonpath-ng>=1.6.1, <2",
6565
"Mako>=1.2.2",
6666
"markdown>=3.0",
67+
"marshmallow<4",
6768
"msgpack>=1.0.0, <1.1",
6869
"nh3>=0.2.11, <0.3",
6970
"numpy==1.23.5",

0 commit comments

Comments
 (0)