aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump sphinxcontrib-mermaid from 2.0.2 to 2.0.3 (#13110) Bumps [sphinxcontrib-mermaid](https://github.com/mgaitan/sphinxcontrib-mermaid) from 2.0.2 to 2.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/blob/master/CHANGELOG.md">sphinxcontrib-mermaid's changelog</a>.</em></p> <blockquote> <h2>2.0.3 (July 7, 2026)</h2> <ul> <li>Capture mmdc error message as string for nicer error display</li> <li>Fix local JS module imports on root-level pages by ensuring a valid relative ES module specifier (<a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/246">#246</a>)</li> <li>Defer rendering of Mermaid diagrams hidden by a parent (e.g. Reveal.js slides, unopened tabs) until they become visible, fixing broken SVGs</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/f992df73a848cdbbe504a3e9c0704119f4cf041c"><code>f992df7</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/249">#249</a> from mgaitan/tkp/203</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/7ced3de3ded0507f4be43d119b720b246a7e4756"><code>7ced3de</code></a> bump to 2.0.3</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/7346af22627a4ce1128059ef211c54e55088b1e0"><code>7346af2</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/227">#227</a> from drillan/fix/lazy-render-hidden-elements</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/b6d1fdcd0f5b566f37bad45d471dc3654f38edeb"><code>b6d1fdc</code></a> Merge branch 'master' into fix/lazy-render-hidden-elements</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/425076f58a35abf711907e55ee18f3a660fdfe1c"><code>425076f</code></a> Apply zoom to deferred diagrams and fix zoom completion loop</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/9261af46563a1ae4eebb34db072d4e2b1d64dcc0"><code>9261af4</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/248">#248</a> from timkpaine/tkp/hf</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/a90279933825ac2af99bafe4809e64369eeccb94"><code>a902799</code></a> Fix local JS module imports on root-level pages</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/881b38a42f918c36f1cdf71310428ec47f14c9be"><code>881b38a</code></a> Merge pull request <a href="https://redirect.github.com/mgaitan/sphinxcontrib-mermaid/issues/245">#245</a> from imphil/string-error-message</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/4fa38480f96780c1ef6e9ebf1c996611193ebe33"><code>4fa3848</code></a> fix: Capture mmdc error message as string</li> <li><a href="https://github.com/mgaitan/sphinxcontrib-mermaid/commit/1a6cad05ea06d90c7d8716a8b6c77527a4812a5a"><code>1a6cad0</code></a> Backfill CHANGELOG for 2.0.2</li> <li>Additional commits viewable in <a href="https://github.com/mgaitan/sphinxcontrib-mermaid/compare/2.0.2...v2.0.3">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
38 minutes ago
Update docs/faq.rst Co-authored-by: Sam Bull <git@sambull.org>
tarasko:feature/speedups_aiofastnet
6 hours ago
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
8 hours ago
Merge branch 'aio-libs:master' into master
Moist-Cat:master
8 hours ago
apply review suggestions: rfc comment and tuple params
dxbjavid:ws-close-code-upper-bound
19 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
20 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
20 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
20 hours ago
Latest Branches
CodSpeed Performance Gauge
+46%
Add aiofastnet to speedups extra
#12822
6 hours ago
e3380b2
tarasko:feature/speedups_aiofastnet
CodSpeed Performance Gauge
0%
feat: add ssl parameter to ClientSession
#13021
9 hours ago
e18ad46
NIK-TIGER-BILL:feat/client-session-ssl
CodSpeed Performance Gauge
-8%
Add support for HTTP/2
#13039
9 hours ago
fdb10b7
Moist-Cat:master
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs