You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Compatibility with apispec 4
1. Rename 'default_in'
(marshmallow-code/apispec#526)
2. Dict schema: convert it to object and handle special case 'body',
since prior used method no longer exists
(marshmallow-code/apispec#581)
* Drop support for apispec < 4, Python < 3.6
Supporting different apispec version requires
different logic for each of them. New apispec
requires Python >= 3.6
* Remove unused imports
* Update tox.ini
* Update changelog
* Drop Python 3.5 support
apispec no longer supports 3.5
Co-authored-by: Steven Loria <[email protected]>
0 commit comments