Skip to content

Commit 93b6e74

Browse files
chore: restrict marshmallow to <v4 (#580)
* chore: restrict marshmallow to <v4 because a lots of stuff goes wrong in v4: see #575 probably we should get rid of it together with attrs and just use pydantic where we'd have none of the problems (e.g. also not #218 and our dependency on fuhrysteve/marshmallow-jsonschema#169 which we really should remove in the long term. * reset requirements for doc creation --------- Co-authored-by: DeltaDaniel <[email protected]>
1 parent ac76e6a commit 93b6e74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev_requirements/requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ packaging==24.1
5555
# sphinx
5656
pygments==2.18.0
5757
# via sphinx
58-
pytz==2025.1
58+
pytz==2025.2
5959
# via
6060
# ahbicht (pyproject.toml)
6161
# efoli

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"attrs>=21.4.0",
2727
"lark>=1.1.4",
2828
"inject",
29-
"marshmallow",
29+
"marshmallow<4",
3030
"marshmallow_enum",
3131
"maus>=0.6.0",
3232
"pytz",

0 commit comments

Comments
 (0)