We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727d2c1 commit 98e747cCopy full SHA for 98e747c
requirements.txt
@@ -1,4 +1,4 @@
1
aiohttp>=3.0.1,<4.0
2
apispec>=3.0.0,<4.0
3
webargs<6.0
4
-jinja2<3.0
+jinja2
setup.py
@@ -9,7 +9,7 @@ def read(file_name):
9
10
setup(
11
name='aiohttp-apispec',
12
- version='2.2.2',
+ version='2.2.3',
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