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 [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...

dependencies

### Describe the bug Because of https://github.com/python/cpython/pull/28968, cython fixed it in https://github.com/cython/cython/pull/4428 and is released with 0.29.5 ### To Reproduce pip install aiohttp ### Expected behavior To build the wheel....

bug

## Long story short A client websocket session with a heartbeat enabled will never indicate the connection is closed if a program is only receiving information. This may be related...

I have been facing a situation that an API I was requesting would have some retryable error especially with form-data requests. While with reusing the FormData instance in my request,...

bot:chronographer:provided

## Long story short Not sure if this is a user error, or a bug. On a bad request, the server raise `aiohttp.http_exceptions.BadStatusLine: invalid HTTP method`, and custom headers are...

enhancement
server

### Describe the bug ```python import aiohttp ... except (aiohttp.ClientConnectorSSLError) as exception: # Expired certificate / Date ISSUE # pylint: disable=bad-exception-context raise OpenMoticsConnectionSslError( "Error with SSL certificate." ) from exception...

bug

Bumps [funcparserlib](https://github.com/vlasovskikh/funcparserlib) from 1.0.0a0 to 1.0.0. Changelog Sourced from funcparserlib's changelog. 1.0.0 — 2022-05-02 The stable 1.0.0 release freezes the API of funcparserlib 0.3.6 which was released on 2013-05-02, with...

dependencies

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 37.0.4. Changelog Sourced from cryptography's changelog. 37.0.4 - 2022-07-05 * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. .. _v37-0-3: 37.0.3...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.1. Release notes Sourced from pytest's releases. 7.0.1 pytest 7.0.1 (2022-02-11) Bug Fixes #9608: Fix invalid importing of importlib.readers in Python 3.9. #9610: Restore [UnitTestFunction.obj]{.title-ref}...

dependencies