aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Asynchronous HTTP client/server framework for asyncio and Python

Results 568 aiohttp issues
Sort by recently updated
recently updated
newest added

Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.1. Release notes Sourced from click's releases. 8.2.1 This is the Click 8.2.1 fix release, which fixes bugs but does not otherwise change behavior and...

dependencies

Bumps [tenacity](https://github.com/jd/tenacity) from 9.0.0 to 9.1.2. Release notes Sourced from tenacity's releases. 9.1.2 Full Changelog: https://github.com/jd/tenacity/compare/9.1.1...9.1.2 9.1.1 What's Changed Test with Python 3.13 by @​edgarrmondragon in jd/tenacity#480 ci: remove Python...

dependencies

## What do these changes do? Provisional PR to check that the solution proposed to issue #10550 doesn't break anything else ## Are there changes in behavior for the user?...

## What do these changes do? Currently, if receive is never called (or not in time), PONG messages aren't handled and aiohttp closes the connection for missing PONG after half...

bot:chronographer:provided

## What do these changes do? FileResponse now accepts an opened file instead of only a file path. This allows sending a temporary file to the client by opening the...

bot:chronographer:provided

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.10. Release notes Sourced from idna's releases. v3.10 No release notes provided. v3.9 No release notes provided. v3.8 What's Changed Fix regression where IDNAError exception...

dependencies

Bumps [towncrier](https://github.com/twisted/towncrier) from 23.11.0 to 24.8.0. Release notes Sourced from towncrier's releases. Towncrier 24.8.0 (2024-08-23) Features Add .gitkeep as an ignored filename. (#643) Config ignore option now supports wildcard matching...

dependencies

## What do these changes do? The metadata changes: ```diff ... -Maintainer: aiohttp team -Maintainer-email: [email protected] +Maintainer-email: aiohttp team License: Apache-2.0 -Home-page: https://github.com/aio-libs/aiohttp +Project-URL: Homepage, https://github.com/aio-libs/aiohttp ... ``` **Open questions**...

bot:chronographer:provided
backport-3.11
backport-3.12

https://pypi.org/project/hyperscan/ could speed up url dispatcher if available. Fallback to the current implementation is supported if hyperscan compilation fails or not available.

server

This will be maintained exclusively in pytest-aiohttp going forwards.

backport:skip