Skip to content

Commit 4e2a859

Browse files
committed
Bump aiohttp version to 3.6.3+
1 parent 9a86d65 commit 4e2a859

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ CHANGES
66

77
- Fix type annotation for ``context_processors`` argument #354
88

9+
- Bump the minimal supported ``aiohttp`` version to 3.6.3 to avoid problems
10+
with uncompatibility between ``aiohttp`` and ``yarl``
11+
912
1.3.0 (2020-10-30)
1013
------------------
1114

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(f):
2929
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
3030

3131

32-
install_requires = ["aiohttp>=3.2.0", "jinja2>=2.10.1"]
32+
install_requires = ["aiohttp>=3.6.3", "jinja2>=2.10.1"]
3333

3434

3535
setup(

0 commit comments

Comments
 (0)