-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #267 from oarepo/marshmallow-3.22-fix
Fixed marshmallow backward incompatible change
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = oarepo-model-builder | ||
version = 4.0.87 | ||
version = 4.0.88 | ||
description = A utility library that generates OARepo required data model files from a JSON specification file | ||
authors = Miroslav Bauer <[email protected]>, Miroslav Simek <[email protected]> | ||
readme = README.md | ||
|
@@ -25,7 +25,7 @@ install_requires = | |
libcst>=0.3.19 | ||
tomlkit>=0.7.2 | ||
importlib_metadata>=4.0.0 | ||
marshmallow | ||
marshmallow>=3.22.0 | ||
marshmallow-union | ||
marshmallow-oneofschema | ||
autoflake | ||
|