Skip to content

Commit

Permalink
Merge branch 'release/v3.8.3' into 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 21, 2022
2 parents 50203c4 + e4bce66 commit 6d4ec02
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
37 changes: 31 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,45 @@

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

.. attention::

This is the last :doc:`aiohttp <index>` release tested under
Python 3.6. The 3.9 stream is dropping it from the CI and the
distribution package metadata.

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, subsequently yanked on 2022-09-21)
=====================================================

.. note::

This release has some compatibility fixes for Python 3.11 but it may
still have some quirks. Some tests are still flaky in the CI.

.. attention::
.. caution::

This is the last :doc:`aiohttp <index>` release tested under
Python 3.6. The 3.9 stream is dropping it from the CI and the
distribution package metadata.
This release has been yanked from PyPI. Modern pip will not pick it
up automatically. The reason is that is has ``multidict < 6`` set in
the distribution package metadata (see :pr:`6950`). Please, use
``aiohttp ~= 3.8.3, != 3.8.1`` instead, if you can.

Bugfixes
--------
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.post0.dev0"

from typing import Tuple

Expand Down

0 comments on commit 6d4ec02

Please sign in to comment.