Skip to content

Commit 9d77bfb

Browse files
committed
update marshmallow and marshmallow_jsonapi version
1 parent f937588 commit 9d77bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
install_requires=[
2727
'six',
2828
'Flask>=0.11',
29-
'marshmallow>=3.1.0',
30-
'marshmallow_jsonapi>=0.11.0',
29+
'marshmallow>=3.8.0',
30+
'marshmallow_jsonapi>=0.23.2',
3131
'sqlalchemy'
3232
],
3333
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)