Skip to content

Commit

Permalink
Bump aiohttp to v3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 21, 2022
1 parent 50203c4 commit cb20fd2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@

.. towncrier release notes start
3.8.3 (2022-09-21)
==================

Bugfixes
--------

- Increased the upper boundary of the :doc:`multidict:index` dependency
to allow for the version 6 -- by :user:`hugovk`.

It used to be limited below version 7 in :doc:`aiohttp <index>` v3.8.1 but
was lowered in v3.8.2 via :pr:`6550` and never brought back, causing
problems with dependency pins when upgrading. :doc:`aiohttp <index>` v3.8.3
fixes that by recovering the original boundary of ``< 7``.
`#6950 <https://github.com/aio-libs/aiohttp/issues/6950>`_


----


3.8.2 (2022-09-20)
==================
Expand Down
7 changes: 0 additions & 7 deletions CHANGES/6950.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.8.2.post0.dev0"
__version__ = "3.8.3"

from typing import Tuple

Expand Down

0 comments on commit cb20fd2

Please sign in to comment.