Skip to content

Commit

Permalink
Merge pull request #84 from abondar/fix/webargs-version
Browse files Browse the repository at this point in the history
Set upper bounds for major releases of dependencies
  • Loading branch information
maximdanilchenko authored Feb 28, 2020
2 parents afcd271 + 3915f21 commit cf8a921
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp>=3.0.1
apispec>=3.0.0
webargs
jinja2
aiohttp>=3.0.1,<4.0
apispec>=3.0.0,<4.0
webargs<6.0
jinja2<3.0
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.0',
version='2.2.1',
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 cf8a921

Please sign in to comment.