Unverified Commit 7a14f5f8 authored by Allison Suarez Miranda's avatar Allison Suarez Miranda Committed by GitHub

fix: relaxed marshmallow requirement to see if conflicts arise (#697)

* relaxed marshmallow requirement to see if conflicts arise
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* relaxed marshmallow-annotations as well
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>

* added requirements upper bound
Signed-off-by: 's avatarAllison Suarez Miranda <asuarezmiranda@lyft.com>
parent e424f6ff
...@@ -56,12 +56,12 @@ requests==2.20.0 ...@@ -56,12 +56,12 @@ requests==2.20.0
# A lightweight library for converting complex datatypes to and from native Python datatypes. # A lightweight library for converting complex datatypes to and from native Python datatypes.
# License: MIT # License: MIT
# Upstream url: https://github.com/marshmallow-code/marshmallow # Upstream url: https://github.com/marshmallow-code/marshmallow
marshmallow==2.15.3 marshmallow>=2.15.3,<3.0
# Allows declaring marshmallow schema through type annotations # Allows declaring marshmallow schema through type annotations
# License: MIT # License: MIT
# Upstream url: https://github.com/justanr/marshmallow-annotations # Upstream url: https://github.com/justanr/marshmallow-annotations
marshmallow-annotations==2.4.0 marshmallow-annotations>=2.4.0,<3.0
# A utility library for mocking out the requests Python library. # A utility library for mocking out the requests Python library.
# License: Apache 2.0 # License: Apache 2.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment