Skip to content

Commit cf8a921

Browse files
Merge pull request #84 from abondar/fix/webargs-version
Set upper bounds for major releases of dependencies
2 parents afcd271 + 3915f21 commit cf8a921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp>=3.0.1
2-
apispec>=3.0.0
3-
webargs
4-
jinja2
1+
aiohttp>=3.0.1,<4.0
2+
apispec>=3.0.0,<4.0
3+
webargs<6.0
4+
jinja2<3.0

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.0',
12+
version='2.2.1',
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)