aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump python-discovery from 1.5.0 to 1.5.1 (#13324) Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/releases">python-discovery's releases</a>.</em></p> <blockquote> <h2>v1.5.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>🐛 fix(uv): match uv's interpreter store lookup by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/111">tox-dev/python-discovery#111</a></li> <li>🐛 fix(uv): pick store installs by directory name by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/112">tox-dev/python-discovery#112</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1">https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst">python-discovery's changelog</a>.</em></p> <blockquote> <h1>Bug fixes - 1.5.1</h1> <ul> <li>Locate uv's interpreter store the way uv does, using XDG on macOS (<code>~/.local/share/uv/python</code>) and roaming <code>%APPDATA%\uv\python</code> on Windows, neither of which <code>platformdirs</code> reported. The uv variables now come from the <code>env</code> mapping rather than <code>os.environ</code> - by :user:<code>gaborbernat</code>. (:issue:<code>109</code>)</li> <li>Pick uv-managed interpreters by install directory name instead of globbing the store. A bare <code>3.8</code> now means CPython, the way uv resolves it, rather than whichever implementation the filesystem happened to list first, and probing runs newest version first - by :user:<code>gaborbernat</code>. (:issue:<code>110</code>)</li> </ul> <h1>Packaging updates and notes for downstreams - 1.5.1</h1> <ul> <li>Drop the <code>platformdirs</code> runtime dependency; locating uv's store was the only thing it did - by :user:<code>gaborbernat</code>. (:issue:<code>109</code>)</li> </ul> <hr /> <p>v1.5.0 (2026-07-21)</p> <hr /> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/73a83697ba27a33f132a1598e2777d80c5b9238e"><code>73a8369</code></a> release 1.5.1</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/f2bd71321c2699af9f14493b5d5e8156761ffc49"><code>f2bd713</code></a> 🐛 fix(uv): pick store installs by directory name (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/112">#112</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/b94b232560a8296e828c920253f6796066e1b139"><code>b94b232</code></a> 🐛 fix(uv): match uv's interpreter store lookup (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/111">#111</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/97db92fe41cfd41f4e5bfaa837a4a1071de89b63"><code>97db92f</code></a> build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/108">#108</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/dae1a0b33655c03d5185340528008af4c7ffa24b"><code>dae1a0b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/107">#107</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/45d10b6ab4e269e0fe32f95a71e4ed8630dfb0e9"><code>45d10b6</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/106">#106</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/35f701ed0090f6c514ba9119f90d0fe745b3f4de"><code>35f701e</code></a> build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/105">#105</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1">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
56 minutes ago
Replace the new ClientRequest with HTTPResponse HTTPResponse is the old ClientRequest that mixed presentation with connection handling. In the case of the tests, HTTPResponse was aliased to avoid conflicts.
Moist-Cat:response-refactor
12 hours ago
Merge branch 'aio-libs:master' into master
Moist-Cat:master
16 hours ago
Bump python-discovery from 1.5.0 to 1.5.1 Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: python-discovery dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/python-discovery-1.5.1
20 hours ago
Bump aiofastnet from 0.22.0 to 1.0.1 Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 0.22.0 to 1.0.1. - [Release notes](https://github.com/tarasko/aiofastnet/releases) - [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst) - [Commits](https://github.com/tarasko/aiofastnet/compare/v0.22.0...v1.0.1) --- updated-dependencies: - dependency-name: aiofastnet dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/aiofastnet-1.0.1
21 hours ago
Bump cryptography from 49.0.0 to 50.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 49.0.0 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/49.0.0...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: indirect update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/cryptography-50.0.0
21 hours ago
Bump aiofastnet from 0.22.0 to 1.0.1 Bumps [aiofastnet](https://github.com/tarasko/aiofastnet) from 0.22.0 to 1.0.1. - [Release notes](https://github.com/tarasko/aiofastnet/releases) - [Changelog](https://github.com/tarasko/aiofastnet/blob/master/HISTORY.rst) - [Commits](https://github.com/tarasko/aiofastnet/compare/v0.22.0...v1.0.1) --- updated-dependencies: - dependency-name: aiofastnet dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/aiofastnet-1.0.1
21 hours ago
Bump python-discovery from 1.5.0 to 1.5.1 Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/tox-dev/python-discovery/releases) - [Changelog](https://github.com/tox-dev/python-discovery/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/python-discovery/compare/1.5.0...1.5.1) --- updated-dependencies: - dependency-name: python-discovery dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/3.15/python-discovery-1.5.1
21 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
Abstract the public-facing API away from ClientResponse
#13152
12 hours ago
6511797
Moist-Cat:response-refactor
CodSpeed Performance Gauge
-10%
Add support for HTTP/2
#13039
16 hours ago
742899f
Moist-Cat:master
CodSpeed Performance Gauge
-1%
Bump python-discovery from 1.5.0 to 1.5.1
#13324
21 hours ago
a579d6b
dependabot/pip/python-discovery-1.5.1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs