aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Drop _SENTINEL from _WSConnectOptions.ssl type annotation The internal _SENTINEL marker leaked into a public TypedDict when broadening the ssl type for sentinel-based default fallback. _RequestOptions.ssl was never broadened to accept _SENTINEL for the same reason, so align both TypedDicts by reverting this one back to SSLContext | bool | Fingerprint. The sentinel-based fallback still works at runtime inside _request / _ws_connect / ws_connect, where the marker is internal and never reaches callers — same pattern as already used for `timeout`. Suggested-by: Dreamsorcerer Signed-off-by: NIK-TIGER-BILL <nik.tiger.bill@github.com>
NIK-TIGER-BILL:feat/client-session-ssl
2 hours ago
Merge branch 'aio-libs:master' into master
Moist-Cat:master
2 hours ago
apply review suggestions: rfc comment and tuple params
dxbjavid:ws-close-code-upper-bound
13 hours ago
Bump sphinxcontrib-mermaid from 2.0.2 to 2.0.3 Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 2.0.2 to 2.0.3. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/sphinxcontrib-mermaid-2.0.3
14 hours ago
Bump sphinxcontrib-mermaid from 2.0.2 to 2.0.3 Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 2.0.2 to 2.0.3. - [Changelog](https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgaitan/sphinxcontrib-mermaid/compare/2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: sphinxcontrib-mermaid dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/sphinxcontrib-mermaid-2.0.3
14 hours ago
Bump mypy from 2.1.0 to 2.2.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/mypy-2.2.0
14 hours ago
Bump charset-normalizer from 3.4.8 to 3.4.9 Bumps [charset-normalizer](https://github.com/jawah/charset_normalizer) from 3.4.8 to 3.4.9. - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.8...3.4.9) --- updated-dependencies: - dependency-name: charset-normalizer dependency-version: 3.4.9 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/charset-normalizer-3.4.9
14 hours ago
Bump filelock from 3.29.6 to 3.29.7 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.29.6 to 3.29.7. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.29.6...3.29.7) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.7 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/filelock-3.29.7
14 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
feat: add ssl parameter to ClientSession
#13021
2 hours ago
e18ad46
NIK-TIGER-BILL:feat/client-session-ssl
CodSpeed Performance Gauge
-8%
Add support for HTTP/2
#13039
2 hours ago
fdb10b7
Moist-Cat:master
CodSpeed Performance Gauge
0%
reject websocket close codes above the valid range
#12895
13 hours ago
98cb296
dxbjavid:ws-close-code-upper-bound
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs