File tree Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 10
10
11
11
.. towncrier release notes start
12
12
13
+ 3.8.3 (2022-09-21)
14
+ ==================
15
+
16
+ Bugfixes
17
+ --------
18
+
19
+ - Increased the upper boundary of the :doc: `multidict:index ` dependency
20
+ to allow for the version 6 -- by :user: `hugovk `.
21
+
22
+ It used to be limited below version 7 in :doc: `aiohttp <index >` v3.8.1 but
23
+ was lowered in v3.8.2 via :pr: `6550 ` and never brought back, causing
24
+ problems with dependency pins when upgrading. :doc: `aiohttp <index >` v3.8.3
25
+ fixes that by recovering the original boundary of ``< 7 ``.
26
+ `#6950 <https://github.com/aio-libs/aiohttp/issues/6950 >`_
27
+
28
+
29
+ ----
30
+
13
31
14
32
3.8.2 (2022-09-20)
15
33
==================
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- __version__ = "3.8.2.post0.dev0 "
1
+ __version__ = "3.8.3 "
2
2
3
3
from typing import Tuple
4
4
You can’t perform that action at this time.
0 commit comments