|
10 | 10 |
|
11 | 11 | .. towncrier release notes start
|
12 | 12 |
|
13 |
| -
|
14 |
| -3.8.2 (2022-09-20) |
| 13 | +3.8.3 (2022-09-21) |
15 | 14 | ==================
|
16 | 15 |
|
| 16 | +.. attention:: |
| 17 | + |
| 18 | + This is the last :doc:`aiohttp <index>` release tested under |
| 19 | + Python 3.6. The 3.9 stream is dropping it from the CI and the |
| 20 | + distribution package metadata. |
| 21 | + |
| 22 | +Bugfixes |
| 23 | +-------- |
| 24 | + |
| 25 | +- Increased the upper boundary of the :doc:`multidict:index` dependency |
| 26 | + to allow for the version 6 -- by :user:`hugovk`. |
| 27 | + |
| 28 | + It used to be limited below version 7 in :doc:`aiohttp <index>` v3.8.1 but |
| 29 | + was lowered in v3.8.2 via :pr:`6550` and never brought back, causing |
| 30 | + problems with dependency pins when upgrading. :doc:`aiohttp <index>` v3.8.3 |
| 31 | + fixes that by recovering the original boundary of ``< 7``. |
| 32 | + `#6950 <https://github.com/aio-libs/aiohttp/issues/6950>`_ |
| 33 | + |
| 34 | + |
| 35 | +---- |
| 36 | + |
| 37 | + |
| 38 | +3.8.2 (2022-09-20, subsequently yanked on 2022-09-21) |
| 39 | +===================================================== |
| 40 | + |
17 | 41 | .. note::
|
18 | 42 |
|
19 | 43 | This release has some compatibility fixes for Python 3.11 but it may
|
20 | 44 | still have some quirks. Some tests are still flaky in the CI.
|
21 | 45 |
|
22 |
| -.. attention:: |
| 46 | +.. caution:: |
23 | 47 |
|
24 |
| - This is the last :doc:`aiohttp <index>` release tested under |
25 |
| - Python 3.6. The 3.9 stream is dropping it from the CI and the |
26 |
| - distribution package metadata. |
| 48 | + This release has been yanked from PyPI. Modern pip will not pick it |
| 49 | + up automatically. The reason is that is has ``multidict < 6`` set in |
| 50 | + the distribution package metadata (see :pr:`6950`). Please, use |
| 51 | + ``aiohttp ~= 3.8.3, != 3.8.1`` instead, if you can. |
27 | 52 |
|
28 | 53 | Bugfixes
|
29 | 54 | --------
|
|
0 commit comments