We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afcd271 + 3915f21 commit cf8a921Copy full SHA for cf8a921
requirements.txt
@@ -1,4 +1,4 @@
1
-aiohttp>=3.0.1
2
-apispec>=3.0.0
3
-webargs
4
-jinja2
+aiohttp>=3.0.1,<4.0
+apispec>=3.0.0,<4.0
+webargs<6.0
+jinja2<3.0
setup.py
@@ -9,7 +9,7 @@ def read(file_name):
9
10
setup(
11
name='aiohttp-apispec',
12
- version='2.2.0',
+ version='2.2.1',
13
description='Build and document REST APIs with aiohttp and apispec',
14
long_description=read('README.md'),
15
long_description_content_type="text/markdown",
0 commit comments