Skip to content

Commit

Permalink
Removed upper bound from jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim committed Mar 1, 2022
1 parent 727d2c1 commit 98e747c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=3.0.1,<4.0
apispec>=3.0.0,<4.0
webargs<6.0
jinja2<3.0
jinja2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(file_name):

setup(
name='aiohttp-apispec',
version='2.2.2',
version='2.2.3',
description='Build and document REST APIs with aiohttp and apispec',
long_description=read('README.md'),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 98e747c

Please sign in to comment.