Currently, Fedora 41 has aioresponses 0.7.6; Fedora 42 has aioresponses 0.7.7; and Fedora 43 has aioresponses 0.7.8. The upstream release of aioresponses 0.7.8 contains https://github.com/pnuckowski/aioresponses/pull/258 which is a critical bugfix for any use of aiohttp that is using the 'base_url' feature of aiohttp.ClientSession (which has been available since aiohttp 3.8, circa 2021). Reproducible: Always Steps to Reproduce: 1. Create a test program that uses aioresponses to simulate a response for "http://example.com/somepath" 2. Create an aiohttp ClientSession using the `base_url="http://example.com"` kwarg. 3. Attempt to perform an aiohttp request to "http://example.com/somepath". Actual Results: aiohttp.client_exceptions.ClientConnectionError: Connection refused: POST /v1/completions Expected Results: The mocked response should be received.
FEDORA-2025-358eb8823a (python-aioresponses-0.7.8-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-358eb8823a
FEDORA-2025-3ee1bf817c (python-aioresponses-0.7.8-1.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-3ee1bf817c
FEDORA-2025-358eb8823a has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-358eb8823a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-358eb8823a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-3ee1bf817c has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-3ee1bf817c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-3ee1bf817c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-358eb8823a (python-aioresponses-0.7.8-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-3ee1bf817c (python-aioresponses-0.7.8-1.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.