Skip to content

Commit

Permalink
fix: pin marshmallow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Jan 7, 2025
1 parent 6545be9 commit b3fc672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7.1"
marshmallow = "^3.14.0"
marshmallow = "~3.23.0"
pyld = "^2.0.2"
Jinja2 = {version = ">=3.0.0,<3.1.0", optional = true}
sphinx = {version = "^3.0.3", optional = true}
Expand Down

0 comments on commit b3fc672

Please sign in to comment.