We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3cabe commit a424278Copy full SHA for a424278
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
---------
3
4
+0.10.1 (unreleased)
5
+*******************
6
+
7
+Bug fixes:
8
9
+* Pin to apispec<4.0.0 (:issue:`202`). Thanks :user:`catalanojuan`.
10
11
+This is the last release to support apispec<4.
12
13
0.10.0 (2020-08-27)
14
*******************
15
setup.py
@@ -6,7 +6,7 @@
'flask>=0.10.1',
'marshmallow>=3.0.0',
'webargs>=6.0.0',
- 'apispec>=1.0.0',
+ 'apispec>=1.0.0,<4.0.0',
]
0 commit comments