aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix BodyPartReader.read() returning bytearray instead of bytes BodyPartReader.read() accumulated data into a bytearray internally but returned it directly, violating the documented return type of bytes. This caused downstream TypeError when trying to JSON-serialize the result, e.g. json.dumps({'filename': data}). The same defect existed on both code paths in read(): - decode=False: returned the raw accumulation bytearray - decode=True: returned the decoded accumulation bytearray Fix by wrapping both return values in bytes(). Fixes #12404
terminalchai:fix/multipart-read-returns-bytes
6 hours ago
Fix mypy: use traceback.extract_tb and silence unreachable yield
AndrewKarelin:fix-run_app-traceback
9 hours ago
Add CHANGES/12493.bugfix
AndrewKarelin:fix-run_app-traceback
10 hours ago
Merge branch 'master' into fix-cookie-ctl-chars
rodrigobnogueira:fix-cookie-ctl-chars
11 hours ago
Bump click from 8.3.1 to 8.3.3 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.3.3. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.1...8.3.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/click-8.3.3
13 hours ago
Bump coverage from 7.13.4 to 7.13.5 Bumps [coverage](https://github.com/coveragepy/coveragepy) from 7.13.4 to 7.13.5. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.13.4...7.13.5) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/coverage-7.13.5
14 hours ago
Bump cryptography from 46.0.5 to 48.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.5 to 48.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.5...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/cryptography-48.0.0
14 hours ago
Bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/urllib3-2.7.0
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes
#12494
14 days ago
3dda5cb
terminalchai:fix/multipart-read-returns-bytes
CodSpeed Performance Gauge
0%
Don't re-await main_task in run_app finally when it's already done
#12493
10 hours ago
85aba50
AndrewKarelin:fix-run_app-traceback
CodSpeed Performance Gauge
0%
Fix CookieError crash with control characters on CPython builds with CVE-2026-3644 patch
#12395
11 hours ago
049232e
rodrigobnogueira:fix-cookie-ctl-chars
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs