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 1010
1111.. towncrier release notes start
1212
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+
1331
14323.8.2 (2022-09-20)
1533==================
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 "
22
33from typing import Tuple
44
You can’t perform that action at this time.
0 commit comments