Skip to content

Commit

Permalink
Constrain marshmallow-jsonschema in dev-requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Nov 5, 2021
1 parent e5ad645 commit bf7f22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ pytest
mypy
pre-commit
codespell
# Restrict mashmallow-jsonschema while we figure out if 0.13.0 is backwards
# compatible.
marshmallow-jsonschema<0.13.0
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ marshmallow-enum==1.5.1
marshmallow-jsonschema==0.12.0
# via
# -c requirements.txt
# -r dev-requirements.in
# flytekit
mock==4.0.3
# via -r dev-requirements.in
Expand Down

0 comments on commit bf7f22d

Please sign in to comment.