aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump pydantic from 2.13.1 to 2.13.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.1...v2.13.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pydantic-2.13.2
6 hours ago
Bump pytest-codspeed from 4.3.0 to 4.4.0 (#12383) Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/releases">pytest-codspeed's releases</a>.</em></p> <blockquote> <h2>v4.4.0</h2> <h2>What's Changed</h2> <p>We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.</p> <p>This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries</p> <ul> <li>fix: fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">CodSpeedHQ/pytest-codspeed#109</a></li> <li>fix: Exclude setup time from benchmark in walltime mode by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> <li>feat: collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">CodSpeedHQ/pytest-codspeed#108</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> made their first contribution in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">CodSpeedHQ/pytest-codspeed#114</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0">https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md">pytest-codspeed's changelog</a>.</em></p> <blockquote> <h2>[4.4.0] - 2026-04-14</h2> <h3><!-- raw HTML omitted -->🚀 Features</h3> <ul> <li>Collect Python toolchain information via instrument hooks environment API by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/108">#108</a></li> </ul> <h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3> <ul> <li>Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>) by <a href="https://github.com/toby-coleman"><code>@toby-coleman</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/114">#114</a></li> <li>Fix segfault caused by multiple activate_stack_trampoline by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a></li> </ul> <h3><!-- raw HTML omitted -->⚙️ Internals</h3> <ul> <li>Bump the python pinned python version by <a href="https://github.com/GuillaumeLagrange"><code>@GuillaumeLagrange</code></a> in <a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/109">#109</a></li> <li>Add CONTRIBUTING.md by <a href="https://github.com/adriencaccia"><code>@adriencaccia</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/34048c79e218307312a7973be67e5022101e8321"><code>34048c7</code></a> Release v4.4.0 🚀</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/bf7bd37cc4f9b2fbab1e46768c38b2c682da19c5"><code>bf7bd37</code></a> feat: collect Python toolchain information via instrument hooks environment API</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/48a48229b175d47aae083878637a6b4d018faaa9"><code>48a4822</code></a> fix: Exclude setup time from benchmark in walltime mode (<a href="https://redirect.github.com/CodSpeedHQ/pytest-codspeed/issues/114">#114</a>)</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/aa267f31bdbc392d66d5142469e0d9c7b04dd617"><code>aa267f3</code></a> ci: bump the python pinned python version</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/e92999a7c59e209d3582d36ac0f6bf7e853a7d2d"><code>e92999a</code></a> fix: fix segfault caused by multiple activate_stack_trampoline</li> <li><a href="https://github.com/CodSpeedHQ/pytest-codspeed/commit/c02b664168bd740fe9116036e9fad8470161ea6d"><code>c02b664</code></a> chore: add CONTRIBUTING.md</li> <li>See full diff in <a href="https://github.com/CodSpeedHQ/pytest-codspeed/compare/v4.3.0...v4.4.0">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
10 hours ago
Bump pytest-codspeed from 4.3.0 to 4.4.0 Bumps [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) from 4.3.0 to 4.4.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.4.0) --- updated-dependencies: - dependency-name: pytest-codspeed dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pytest-codspeed-4.4.0
1 day ago
Bump pydantic from 2.13.0 to 2.13.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.1/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pydantic-2.13.1
1 day ago
Benchmark tests for decompression optimisations (#12358)
master
1 day ago
Benchmark tests for decompression optimisations (#12358) (#12381) (cherry picked from commit adf7799b26d400f0a1e9e28b9d5928792c86269f)
3.14
2 days ago
Merge branch 'master' into optimise-iter-chunked
optimise-iter-chunked
2 days ago
Benchmark tests for decompression optimisations (#12358) (cherry picked from commit adf7799b26d400f0a1e9e28b9d5928792c86269f)
patchback/backports/3.14/adf7799b26d400f0a1e9e28b9d5928792c86269f/pr-12358
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
Bump pydantic from 2.13.1 to 2.13.2
#12387
6 hours ago
3b935a1
dependabot/pip/pydantic-2.13.2
CodSpeed Performance Gauge
0%
Bump pytest-codspeed from 4.3.0 to 4.4.0
#12383
1 day ago
6b65728
dependabot/pip/pytest-codspeed-4.4.0
CodSpeed Performance Gauge
0%
Bump pydantic from 2.13.0 to 2.13.1
#12382
1 day ago
5ba2fcf
dependabot/pip/pydantic-2.13.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs