Skip to content

Commit cb20fd2

Browse files
committed
Bump aiohttp to v3.8.3
1 parent 50203c4 commit cb20fd2

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

CHANGES.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
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

1432
3.8.2 (2022-09-20)
1533
==================

CHANGES/6950.bugfix

Lines changed: 0 additions & 7 deletions
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.8.2.post0.dev0"
1+
__version__ = "3.8.3"
22

33
from typing import Tuple
44

0 commit comments

Comments
 (0)