From 30b7a4e99677b4014dda2372504343bb05fc983e Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 21 Sep 2022 14:35:11 +0200 Subject: [PATCH] Add a yanking caution message to v3.8.2 changelog --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index e8c2d0350c3..744130fb8e5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -43,6 +43,13 @@ Bugfixes 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. +.. caution:: + + 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 --------