Skip to content

Commit 60cc63c

Browse files
Merge pull request #87 from webis-de/dependabot/pip/marshmallow-gte-3.20-and-lt-5.0
Update marshmallow requirement from ~=3.20 to >=3.20,<5.0
2 parents fb4a242 + 7e83a0f commit 60cc63c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies = [
4242
"flask-restful~=0.3.10",
4343
"joblib~=1.3",
4444
"lxml>=4.9,<6.0",
45-
"marshmallow~=3.20",
45+
"marshmallow>=3.20,<5.0",
4646
"mergedeep~=1.3",
4747
"more-itertools~=10.1",
4848
"pandas~=2.0",

0 commit comments

Comments
 (0)