Skip to content

Fix getting release by tag in lazy mode#3469

Merged
EnricoMi merged 1 commit intomainfrom
fix-lazy-release-by-tag
Mar 24, 2026
Merged

Fix getting release by tag in lazy mode#3469
EnricoMi merged 1 commit intomainfrom
fix-lazy-release-by-tag

Conversation

@EnricoMi
Copy link
Copy Markdown
Collaborator

@EnricoMi EnricoMi commented Mar 24, 2026

Getting a release by tag cannot return a lazy release. The URL that is used to fetch the release by tag cannot be used for subsequent requests (like getting assets). The URL first has to be turned into the URL that contains the release id. This requires an API call.

Supersedes #3468. Fixes #3467.

@github-actions
Copy link
Copy Markdown

Test Results

     8 files  ± 0       8 suites  ±0   4m 24s ⏱️ +4s
 1 109 tests + 2   1 109 ✅ + 2  0 💤 ±0  0 ❌ ±0 
14 064 runs  +16  14 063 ✅ +16  1 💤 ±0  0 ❌ ±0 

Results for commit 824d756. ± Comparison against base commit 3a17ecf.

@EnricoMi EnricoMi added this to the Version 2.9.1 milestone Mar 24, 2026
@EnricoMi EnricoMi merged commit 7d1ba28 into main Mar 24, 2026
25 checks passed
@EnricoMi EnricoMi deleted the fix-lazy-release-by-tag branch March 24, 2026 06:45
Copilot AI pushed a commit that referenced this pull request Mar 26, 2026
Getting a release by tag cannot return a lazy release. The URL that is
used to fetch the release by tag cannot be used for subsequent requests
(like getting assets). The URL first has to be turned into the URL that
contains the release id. This requires an API call.

Supersedes #3468. Fixes #3467.

Co-authored-by: Sebastien NICOT <[email protected]>
Co-authored-by: EnricoMi <[email protected]>
lettuce-bot Bot added a commit to lettuce-financial/github-bot-signed-commit that referenced this pull request Apr 15, 2026
This PR contains the following updates:

| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [PyGithub](https://redirect.github.com/pygithub/pygithub) | `==2.9.0`
→ `==2.9.1` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pygithub/2.9.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pygithub/2.9.0/2.9.1?slim=true)
|
| [pygithub](https://redirect.github.com/pygithub/pygithub) | `==2.9.0`
→ `==2.9.1` |
![age](https://developer.mend.io/api/mc/badges/age/pypi/pygithub/2.9.1?slim=true)
|
![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pygithub/2.9.0/2.9.1?slim=true)
|

---

### Release Notes

<details>
<summary>pygithub/pygithub (PyGithub)</summary>

###
[`v2.9.1`](https://redirect.github.com/PyGithub/PyGithub/releases/tag/v2.9.1)

[Compare
Source](https://redirect.github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1)

##### Bug Fixes

- Fix getting release by tag in lazy mode by
[@&#8203;EnricoMi](https://redirect.github.com/EnricoMi) in
[PyGithub/PyGithub#3469](https://redirect.github.com/PyGithub/PyGithub/pull/3469)

**Full Changelog**:
<PyGithub/PyGithub@v2.9.0...v2.9.1>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/lettuce-financial/github-bot-signed-commit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
LionelColaso pushed a commit to RimSort/RimSort that referenced this pull request Apr 15, 2026
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.0 to
2.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=uv&previous-version=2.9.0&new-version=2.9.1)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions Bot pushed a commit to jmertic/lfx-landscape-tools that referenced this pull request Apr 17, 2026
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.0 to
2.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.9.0&new-version=2.9.1)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Mertic <[email protected]>
github-actions Bot pushed a commit to jmertic/contrib_check that referenced this pull request Apr 20, 2026
Bumps the all group with 1 update:
[pygithub](https://github.com/pygithub/pygithub).

Updates `pygithub` from 2.9.0 to 2.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygithub&package-manager=pip&previous-version=2.9.0&new-version=2.9.1)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Mertic <[email protected]>
MaciejKaras pushed a commit to mongodb/mongodb-kubernetes that referenced this pull request Apr 21, 2026
Bumps the pip-deps group with 4 updates:
[pymongo](https://github.com/mongodb/mongo-python-driver),
[botocore](https://github.com/boto/botocore),
[boto3](https://github.com/boto/boto3) and
[pygithub](https://github.com/pygithub/pygithub).

Updates `pymongo` from 4.16.0 to 4.17.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/releases">pymongo's
releases</a>.</em></p>
<blockquote>
<h2>PyMongo 4.17.0</h2>
<p><a
href="https://www.mongodb.com/community/forums/t/pymongo-4-17-released/338426">Community
notes</a></p>
<h2>What's Changed</h2>
<ul>
<li>refactor(ci): replace shell=True and awk pipes with native Python by
<a href="https://github.com/RinZ27"><code>@​RinZ27</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2671">mongodb/mongo-python-driver#2671</a></li>
<li>PYTHON-5697 - Migrate 8.0+ tests to Windows 2022 by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2681">mongodb/mongo-python-driver#2681</a></li>
<li>[Spec Resync] 01-19-2026 by <a
href="https://github.com/mongodb-drivers-pr-bot"><code>@​mongodb-drivers-pr-bot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2680">mongodb/mongo-python-driver#2680</a></li>
<li>Bump pyright from 1.1.407 to 1.1.408 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2675">mongodb/mongo-python-driver#2675</a></li>
<li>PYTHON-5692 - [Infrastructure] Improve dependabot version updates by
<a href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2682">mongodb/mongo-python-driver#2682</a></li>
<li>PYTHON-5605 - Drop usage of Ubuntu 20 by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2683">mongodb/mongo-python-driver#2683</a></li>
<li>PYTHON-5699 &amp; PYTHON-5698 [Spec Resync] 01-26-2026 by <a
href="https://github.com/mongodb-drivers-pr-bot"><code>@​mongodb-drivers-pr-bot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2685">mongodb/mongo-python-driver#2685</a></li>
<li>PYTHON-5703 Use Ubuntu24 for AWS Auth tests by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2686">mongodb/mongo-python-driver#2686</a></li>
<li>PYTHON-5704 Skip free-threading for enterprise auth builds by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2687">mongodb/mongo-python-driver#2687</a></li>
<li>Bump astral-sh/setup-uv from 7.1.6 to 7.2.0 in the actions group
across 1 directory by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2684">mongodb/mongo-python-driver#2684</a></li>
<li>Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 in the
actions group by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2692">mongodb/mongo-python-driver#2692</a></li>
<li>PYTHON-1357 - Refactor Cursor and CommandCursor by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2691">mongodb/mongo-python-driver#2691</a></li>
<li>[Spec Resync] 02-02-2026 by <a
href="https://github.com/mongodb-drivers-pr-bot"><code>@​mongodb-drivers-pr-bot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2694">mongodb/mongo-python-driver#2694</a></li>
<li>PYTHON-5467 Add codecov integration by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2690">mongodb/mongo-python-driver#2690</a></li>
<li>Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 in the actions group by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2700">mongodb/mongo-python-driver#2700</a></li>
<li>PYTHON-XXXX Fixed typo in Running Tests Locally section. by <a
href="https://github.com/caseyclements"><code>@​caseyclements</code></a>
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2698">mongodb/mongo-python-driver#2698</a></li>
<li>PYTHON-5467 Fix codecov upload by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2701">mongodb/mongo-python-driver#2701</a></li>
<li>PYTHON-5467 Fix codecov upload on Evergreen by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2702">mongodb/mongo-python-driver#2702</a></li>
<li>PYTHON-5715 Add appName to OIDC test failpoints by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2697">mongodb/mongo-python-driver#2697</a></li>
<li>PYTHON-5705 Improve fallback for PyOpenSSL windows system certs
loading by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2688">mongodb/mongo-python-driver#2688</a></li>
<li>PYTHON-3898 Add coverage to all variants by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2705">mongodb/mongo-python-driver#2705</a></li>
<li>PYTHON-5729 Pin setuptools when using older gevent by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2708">mongodb/mongo-python-driver#2708</a></li>
<li>Bump the actions group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2711">mongodb/mongo-python-driver#2711</a></li>
<li>PYTHON-5708 Temporarily skip some BSON encryption tests by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2709">mongodb/mongo-python-driver#2709</a></li>
<li>PYTHON-5732 Use mongodb-runner in Evergreen Tests by <a
href="https://github.com/blink1073"><code>@​blink1073</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2703">mongodb/mongo-python-driver#2703</a></li>
<li>PYTHON-5731 - Server selection deprioritization only for overload
errors on replica sets by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2710">mongodb/mongo-python-driver#2710</a></li>
<li>PYTHON-5737 - BSON encoding/decoding performance improvements by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2715">mongodb/mongo-python-driver#2715</a></li>
<li>[Spec Resync] 03-02-2026 by <a
href="https://github.com/mongodb-drivers-pr-bot"><code>@​mongodb-drivers-pr-bot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2716">mongodb/mongo-python-driver#2716</a></li>
<li>Python 4542 - Improved sessions API by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2712">mongodb/mongo-python-driver#2712</a></li>
<li>PYTHON-5742 - Add Copilot instructions by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2717">mongodb/mongo-python-driver#2717</a></li>
<li>PYTHON-5747 Add jira link to spec resync PR by <a
href="https://github.com/sleepyStick"><code>@​sleepyStick</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2723">mongodb/mongo-python-driver#2723</a></li>
<li>PYTHON-5114 Test suite reduce killAllSessions calls by <a
href="https://github.com/ShaneHarvey"><code>@​ShaneHarvey</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2721">mongodb/mongo-python-driver#2721</a></li>
<li>PYTHON-5748 Remove unused SpecRunner class by <a
href="https://github.com/ShaneHarvey"><code>@​ShaneHarvey</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2725">mongodb/mongo-python-driver#2725</a></li>
<li>PYTHON-5754 Fix USE_ACTIVE_VENV support by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2728">mongodb/mongo-python-driver#2728</a></li>
<li>PYTHON-5753 Add just recipes for running coverage tests locally by
<a href="https://github.com/aclark4life"><code>@​aclark4life</code></a>
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2727">mongodb/mongo-python-driver#2727</a></li>
<li>PYTHON-5758 Remove unused validation functions by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2733">mongodb/mongo-python-driver#2733</a></li>
<li>PYTHON-5757 Deprecate Python 2 methods in SON by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2732">mongodb/mongo-python-driver#2732</a></li>
<li>PYTHON-5766 Add codecov badge to readme by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2737">mongodb/mongo-python-driver#2737</a></li>
<li>Bump the actions group across 1 directory with 4 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2736">mongodb/mongo-python-driver#2736</a></li>
<li>[Spec Resync] 03-30-2026 by <a
href="https://github.com/mongodb-drivers-pr-bot"><code>@​mongodb-drivers-pr-bot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2741">mongodb/mongo-python-driver#2741</a></li>
<li>Bump astral-sh/setup-uv from 7.3.0 to 7.6.0 in the actions group by
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2740">mongodb/mongo-python-driver#2740</a></li>
<li>PYTHON-5401: Add AI Generated Contributions Policy by <a
href="https://github.com/Jibola"><code>@​Jibola</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2696">mongodb/mongo-python-driver#2696</a></li>
<li>PYTHON-5768 Add AGENTS.md w/copilot instructions by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2744">mongodb/mongo-python-driver#2744</a></li>
<li>PYTHON-5791 - test_list_database_names should not check ordering by
<a href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2751">mongodb/mongo-python-driver#2751</a></li>
<li>PYTHON-5668 - Merge backpressure branch into mainline by <a
href="https://github.com/NoahStapp"><code>@​NoahStapp</code></a> in <a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2729">mongodb/mongo-python-driver#2729</a></li>
<li>PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md by <a
href="https://github.com/aclark4life"><code>@​aclark4life</code></a> in
<a
href="https://redirect.github.com/mongodb/mongo-python-driver/pull/2756">mongodb/mongo-python-driver#2756</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst">pymongo's
changelog</a>.</em></p>
<blockquote>
<h2>Changes in Version 4.17.0 (2026/04/20)</h2>
<p>PyMongo 4.17 brings a number of changes including:</p>
<ul>
<li><code>has_key</code>, <code>iterkeys</code> and
<code>itervalues</code> in :class:<code>bson.son.SON</code> have
been deprecated and will be removed in PyMongo 5.0. These methods were
deprecated in favor of the standard dictionary containment operator
<code>in</code>
and the <code>keys()</code> and <code>values()</code> methods,
respectively.</li>
<li>Added the
:meth:<code>~pymongo.asynchronous.client_session.AsyncClientSession.bind</code>
and :meth:<code>~pymongo.client_session.ClientSession.bind</code>
methods
that allow users to bind a session to all database operations within the
scope of a context manager instead of having to explicitly pass the
session to each individual operation.
See the <code>Transactions docs
&lt;https://www.mongodb.com/docs/languages/python/pymongo-driver/current/crud/transactions/#methods&gt;</code>_
for examples and more information.</li>
<li>Added support for MongoDB's Intelligent Workload Management (IWM)
and ingress connection rate limiting features.
The driver now gracefully handles write-blocking scenarios and optimizes
connection establishment during high-load conditions to maintain
application availability.
See the <code>IWM
&lt;https://www.mongodb.com/docs/atlas/intelligent-workload-management&gt;</code>_
or <code>Overload Errors
&lt;https://www.mongodb.com/docs/atlas/overload-errors/?interface=driver&amp;language=python&gt;</code>_
docs for more information.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/f2103a95870ab5c00b436f757cbaeb86a1047679"><code>f2103a9</code></a>
Prep branch v4.17</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/3491c08ef6505d42d07b9a17100b5190ed1294fc"><code>3491c08</code></a>
PYTHON-5801 - Update changelog for 4.17 release (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2762">#2762</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/912ef337f90852b58eaf6318e59f97206b281980"><code>912ef33</code></a>
PYTHON-5798 - Overload retargeting prose tests do not ensure that sec…
(<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2760">#2760</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/b4e2c03a927ca275e097342f847eb9705465e975"><code>b4e2c03</code></a>
PYTHON-5800 - Simple collation is included in index information (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2761">#2761</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/f31ba09713ff61086f5ebddb43a1e79b419b9802"><code>f31ba09</code></a>
PYTHON-5797 - Add IWM and Overload Error links to changelog (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2757">#2757</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/5da91837d4db9b2f1d3521f2e39cff9e0ff94334"><code>5da9183</code></a>
PYTHON-5794 - Add prose tests to verify correct retry behavior when a…
(<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2755">#2755</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/35e51a50f3ecf2020be10b6eae96e3ad0038174a"><code>35e51a5</code></a>
Revert &quot;PYTHON-5768 Add AGENTS.md w/copilot instructions&quot; (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2744">#2744</a>)
(<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2754">#2754</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/f41dd5c08b352f2ca885e19e475e366383dd3ec8"><code>f41dd5c</code></a>
PYTHON-5772 Increase _gcp_helpers.py coverage (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2749">#2749</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/49e7a052e2fdf864ec3eb73e308d6cfd11b5f31d"><code>49e7a05</code></a>
PYTHON-5760 Increase _azure_helpers.py coverage (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2747">#2747</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-python-driver/commit/a2b0cd85e3a57cd63cbce9bc24500afb0fa062c6"><code>a2b0cd8</code></a>
PYTHON-5795 Fix absolute link to CONTRIBUTING.md in README.md (<a
href="https://redirect.github.com/mongodb/mongo-python-driver/issues/2756">#2756</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/mongodb/mongo-python-driver/compare/4.16.0...4.17.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `botocore` from 1.42.89 to 1.42.92
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/botocore/commit/20bd7a81afb0f4ff002496db547f04430f65519b"><code>20bd7a8</code></a>
Merge branch 'release-1.42.92'</li>
<li><a
href="https://github.com/boto/botocore/commit/bd7855910a2f6a4a59d456199710d0bc79ee033a"><code>bd78559</code></a>
Bumping version to 1.42.92</li>
<li><a
href="https://github.com/boto/botocore/commit/a3409ced99943752ea2f7be579d3988e37846c2c"><code>a3409ce</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/2da070530c0fc89301f966775f67cd5e895a202e"><code>2da0705</code></a>
Merge branch 'release-1.42.91'</li>
<li><a
href="https://github.com/boto/botocore/commit/e25173273f3a19a7c2c75ed2dd0a305c9f7bedb0"><code>e251732</code></a>
Merge branch 'release-1.42.91' into develop</li>
<li><a
href="https://github.com/boto/botocore/commit/8244d46675b83101144fcd706541a61c3eec35b4"><code>8244d46</code></a>
Bumping version to 1.42.91</li>
<li><a
href="https://github.com/boto/botocore/commit/2f368705602000ce31815f03040518622023d0e9"><code>2f36870</code></a>
Update endpoints model</li>
<li><a
href="https://github.com/boto/botocore/commit/7ea300f8f8f360c742dbede679457c0bf6017c67"><code>7ea300f</code></a>
Update to latest models</li>
<li><a
href="https://github.com/boto/botocore/commit/8cde7cabb8dd585d43dd8f2ec6a11fbaa3f2f1bc"><code>8cde7ca</code></a>
Merge branch 'release-1.42.90'</li>
<li><a
href="https://github.com/boto/botocore/commit/8f03ea208921844fea0c0f40aa1782a0cd3f123c"><code>8f03ea2</code></a>
Merge branch 'release-1.42.90' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/botocore/compare/1.42.89...1.42.92">compare
view</a></li>
</ul>
</details>
<br />

Updates `boto3` from 1.42.89 to 1.42.92
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/d431bb03c76582926b04618b3704302b55579a45"><code>d431bb0</code></a>
Merge branch 'release-1.42.92'</li>
<li><a
href="https://github.com/boto/boto3/commit/5cb8aa5dcb543bc6f518eaee723ddee9590f9f8e"><code>5cb8aa5</code></a>
Bumping version to 1.42.92</li>
<li><a
href="https://github.com/boto/boto3/commit/c5949008514dba8cf8d1bef02d53632f657d7eaf"><code>c594900</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/7eff2b3c823c0c9500038276ddfd16a89b9c2cd1"><code>7eff2b3</code></a>
Update presigned URL docs to include addressing style config (<a
href="https://redirect.github.com/boto/boto3/issues/4768">#4768</a>)</li>
<li><a
href="https://github.com/boto/boto3/commit/d5b7391bc05f6c06e7bf882c6a4047af74ab3852"><code>d5b7391</code></a>
Merge branch 'release-1.42.91'</li>
<li><a
href="https://github.com/boto/boto3/commit/c0506106ce4f327731630f0208fcb3edbed0efc3"><code>c050610</code></a>
Merge branch 'release-1.42.91' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/f8d138599c975669a27529d86bc199a303d03e8d"><code>f8d1385</code></a>
Bumping version to 1.42.91</li>
<li><a
href="https://github.com/boto/boto3/commit/3e834220990a6ca6e633e9f566ff47fbba68f32a"><code>3e83422</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/ac298d48400d1d9ccd7fd15f6f06bba73fe40914"><code>ac298d4</code></a>
Merge branch 'release-1.42.90'</li>
<li><a
href="https://github.com/boto/boto3/commit/1a9278380d932a9b384451c9056f518ff4136b53"><code>1a92783</code></a>
Merge branch 'release-1.42.90' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.42.89...1.42.92">compare
view</a></li>
</ul>
</details>
<br />

Updates `pygithub` from 2.9.0 to 2.9.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot Bot pushed a commit to NHSDigital/electronic-prescription-service-account-resources that referenced this pull request Apr 24, 2026
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.0 to
2.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot Bot pushed a commit to NHSDigital/eps-repo-status that referenced this pull request Apr 27, 2026
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.9.0 to
2.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pygithub/pygithub/releases">pygithub's
releases</a>.</em></p>
<blockquote>
<h2>v2.9.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Fix getting release by tag in lazy mode by <a
href="https://github.com/EnricoMi"><code>@​EnricoMi</code></a> in <a
href="https://redirect.github.com/PyGithub/PyGithub/pull/3469">PyGithub/PyGithub#3469</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1">https://github.com/PyGithub/PyGithub/compare/v2.9.0...v2.9.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst">pygithub's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.9.1 (April 14, 2026)</h2>
<p>Bug Fixes
^^^^^^^^^</p>
<ul>
<li>Fix getting release by tag in lazy mode
(<code>[#3469](PyGithub/PyGithub#3469)
&lt;https://github.com/PyGithub/PyGithub/pull/3469&gt;</code><em>)
(<code>7d1ba281e
&lt;https://github.com/PyGithub/PyGithub/commit/7d1ba281e&gt;</code></em>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/73742d410da73e44a477b0e3f05dfba1749022af"><code>73742d4</code></a>
Release 2.9.1 (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3478">#3478</a>)</li>
<li><a
href="https://github.com/PyGithub/PyGithub/commit/7d1ba281e4bf02cb6d3772f11b17c7d6088052d8"><code>7d1ba28</code></a>
Fix getting release by tag in lazy mode (<a
href="https://redirect.github.com/pygithub/pygithub/issues/3469">#3469</a>)</li>
<li>See full diff in <a
href="https://github.com/pygithub/pygithub/compare/v2.9.0...v2.9.1">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: get_assets() fails with 404 when release is fetched by tag in v2.9.0

1 participant