We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a86d65 commit 4e2a859Copy full SHA for 4e2a859
CHANGES.rst
@@ -6,6 +6,9 @@ CHANGES
6
7
- Fix type annotation for ``context_processors`` argument #354
8
9
+- Bump the minimal supported ``aiohttp`` version to 3.6.3 to avoid problems
10
+ with uncompatibility between ``aiohttp`` and ``yarl``
11
+
12
1.3.0 (2020-10-30)
13
------------------
14
setup.py
@@ -29,7 +29,7 @@ def read(f):
29
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
30
31
32
-install_requires = ["aiohttp>=3.2.0", "jinja2>=2.10.1"]
+install_requires = ["aiohttp>=3.6.3", "jinja2>=2.10.1"]
33
34
35
setup(
0 commit comments