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() was returning the internal bytearray buffer directly instead of bytes, violating the annotated return type. This caused TypeError when downstream code (like json.dump) tried to serialize the value since bytearray is not JSON serializable. The fix wraps the return values with bytes() to match the annotated return type. Fixes #12404
mitre88:fix/bodyreader-bytearray-leak
54 minutes ago
Normalize multiple Transfer-Encoding headers before chunked detection
jmestwa-coder:normalize-transfer-encoding-headers
8 hours ago
Bump pytest-cov from 7.0.0 to 7.1.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/pytest-cov-7.1.0
11 hours ago
Bump pre-commit from 4.5.1 to 4.6.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/pre-commit-4.6.0
11 hours ago
Bump requests from 2.32.5 to 2.33.1 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/requests-2.33.1
11 hours ago
Bump pytest-codspeed from 4.3.0 to 4.5.0 Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases) - [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md) - [Commits](https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/pytest-codspeed-4.5.0
11 hours ago
Bump pydantic from 2.12.5 to 2.13.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.3. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.3 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.14/pydantic-2.13.3
12 hours ago
Bump virtualenv from 21.3.0 to 21.3.1 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 21.3.0 to 21.3.1. - [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.3.0...21.3.1) --- updated-dependencies: - dependency-name: virtualenv dependency-version: 21.3.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/virtualenv-21.3.1
12 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
Fix BodyPartReader.read() returning bytearray instead of bytes
#12466
1 hour ago
ddf2785
mitre88:fix/bodyreader-bytearray-leak
CodSpeed Performance Gauge
0%
Normalize multiple Transfer-Encoding headers before chunked detection
#12465
8 hours ago
1998286
jmestwa-coder:normalize-transfer-encoding-headers
CodSpeed Performance Gauge
0%
Bump pytest-cov from 7.0.0 to 7.1.0
#12453
11 hours ago
e8207ca
dependabot/pip/3.14/pytest-cov-7.1.0
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs