Skip to content

Commit 98e747c

Browse files
author
Maksim
committed
Removed upper bound from jinja2
1 parent 727d2c1 commit 98e747c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
aiohttp>=3.0.1,<4.0
22
apispec>=3.0.0,<4.0
33
webargs<6.0
4-
jinja2<3.0
4+
jinja2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(file_name):
99

1010
setup(
1111
name='aiohttp-apispec',
12-
version='2.2.2',
12+
version='2.2.3',
1313
description='Build and document REST APIs with aiohttp and apispec',
1414
long_description=read('README.md'),
1515
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)