Skip to content

Commit a424278

Browse files
catalanojuansloria
andauthored
Fix: pin max apispec version to under 4.0.0 (#204)
* Fix: pin max apispec version to under 4.0.0 * Update changelog Co-authored-by: Steven Loria <[email protected]>
1 parent 4c3cabe commit a424278

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
---------
33

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+
413
0.10.0 (2020-08-27)
514
*******************
615

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'flask>=0.10.1',
77
'marshmallow>=3.0.0',
88
'webargs>=6.0.0',
9-
'apispec>=1.0.0',
9+
'apispec>=1.0.0,<4.0.0',
1010
]
1111

1212

0 commit comments

Comments
 (0)