diff --git a/hapic/infos.py b/hapic/infos.py index ecabb72..b800285 100644 --- a/hapic/infos.py +++ b/hapic/infos.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.75" +__version__ = "0.82" diff --git a/setup.py b/setup.py index 98a7a83..b88ac94 100644 --- a/setup.py +++ b/setup.py @@ -19,17 +19,17 @@ here = path.abspath(path.dirname(__file__)) install_requires = [ - 'apispec>=1.1.0', + 'apispec==2.0.2', 'multidict', 'pyyaml', ] marshmallow_require = [ - 'marshmallow<3.0.0rc1', - 'apispec_marshmallow_advanced>=0.3', + 'marshmallow==2.21.0', + 'apispec_marshmallow_advanced==0.4', ] serpyco_require = [ - 'apispec_serpyco>=0.15', - 'serpyco>=0.17', + 'apispec_serpyco==0.17', + 'serpyco==0.17.4', ] tests_base_require = [ 'pytest',