aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: update contributor credit for issue 3714
nightcityblade:fix/issue-3714
8 hours ago
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
8 hours ago
Bump virtualenv from 21.2.4 to 21.3.0 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.2.4 to 21.3.0. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/21.2.4...21.3.0) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.3.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/virtualenv-21.3.0
12 hours ago
Update web_log.py
dependabot/pip/mypy-1.20.2
22 hours ago
Update test_web_request.py
dependabot/pip/mypy-1.20.2
23 hours ago
Fix label-remove issue permission
Dreamsorcerer-patch-5
1 day ago
[pre-commit.ci] pre-commit autoupdate updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3)
pre-commit-ci-update-config
1 day ago
Bump pip from 26.0.1 to 26.1 Bumps [pip](https://github.com/pypa/pip) from 26.0.1 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/26.0.1...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pip-26.1
1 day ago
Latest Branches
CodSpeed Performance Gauge
0%
fix: preserve public module paths for web re-exports
#12435
8 hours ago
28fd388
nightcityblade:fix/issue-3714
CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes
#12434
4 days ago
3dda5cb
terminalchai:fix/multipart-read-returns-bytes
CodSpeed Performance Gauge
0%
Bump virtualenv from 21.2.4 to 21.3.0
#12432
12 hours ago
29ce639
dependabot/pip/virtualenv-21.3.0
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs