Commit 2ddffd7
authored
build(deps): bump the uv-non-major group with 18 updates (#795)
Bumps the uv-non-major group with 18 updates:
| Package | From | To |
| --- | --- | --- |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.14.1` | `3.14.3` |
| [annotated-types](https://github.com/annotated-types/annotated-types)
| `0.7.0` | `0.8.0` |
| [cachetools](https://github.com/tkem/cachetools) | `7.1.4` | `7.1.6` |
| [certifi](https://github.com/certifi/python-certifi) | `2026.6.17` |
`2026.7.22` |
|
[cloud-sql-python-connector](https://github.com/GoogleCloudPlatform/cloud-sql-python-connector)
| `1.20.4` | `1.21.0` |
| [fastapi](https://github.com/fastapi/fastapi) | `0.139.2` | `0.140.2`
|
| [google-api-core](https://github.com/googleapis/google-cloud-python) |
`2.32.0` | `2.33.0` |
| [google-auth](https://github.com/googleapis/google-cloud-python) |
`2.56.0` | `2.56.2` |
| [greenlet](https://github.com/python-greenlet/greenlet) | `3.5.3` |
`3.5.4` |
| [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) |
`9.0.34` | `9.0.35` |
| [proto-plus](https://github.com/googleapis/google-cloud-python) |
`1.28.1` | `1.28.2` |
| [pytz](https://github.com/stub42/pytz) | `2026.2` | `2026.3.post1` |
| [scramp](https://github.com/tlocke/scramp) | `1.4.12` | `1.4.15` |
| [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) |
`2.66.0` | `2.66.1` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` |
`4.6.1` |
|
[google-api-python-client](https://github.com/googleapis/google-api-python-client)
| `2.184.0` | `2.198.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.31.1` |
`3.32.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.66.0` |
`2.66.1` |
Updates `aiohttp` from 3.14.1 to 3.14.3
Updates `annotated-types` from 0.7.0 to 0.8.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/annotated-types/annotated-types/releases">annotated-types's
releases</a>.</em></p>
<blockquote>
<h2>v0.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Rename DocInfo to Doc by <a
href="https://github.com/zen-xu"><code>@zen-xu</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/80">annotated-types/annotated-types#80</a></li>
<li>Add support for Python 3.13 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/83">annotated-types/annotated-types#83</a></li>
<li>Fix docstring of <code>Timezone</code> by <a
href="https://github.com/Viicos"><code>@Viicos</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/84">annotated-types/annotated-types#84</a></li>
<li>Update license-files to be PEP-639 compliant (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/85">#85</a>)
by <a href="https://github.com/shoeffner"><code>@shoeffner</code></a>
in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/86">annotated-types/annotated-types#86</a></li>
<li>fix: typo in README.md by <a
href="https://github.com/camiloaz"><code>@camiloaz</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/87">annotated-types/annotated-types#87</a></li>
<li>add CI for PyPy3.11 and fix test (issue 71) by <a
href="https://github.com/mattip"><code>@mattip</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/88">annotated-types/annotated-types#88</a></li>
<li>Fix string predicate names in doc by <a
href="https://github.com/leogermond"><code>@leogermond</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/90">annotated-types/annotated-types#90</a></li>
<li>Add SPDX license expression by <a
href="https://github.com/wichert"><code>@wichert</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/92">annotated-types/annotated-types#92</a></li>
<li>Added Python 3.14 to the test matrix by <a
href="https://github.com/imtoopunkforyou"><code>@imtoopunkforyou</code></a>
in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/96">annotated-types/annotated-types#96</a></li>
<li>Add support for Python 3.14 and drop EOL 3.8-3.9 by <a
href="https://github.com/hugovk"><code>@hugovk</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/97">annotated-types/annotated-types#97</a></li>
<li>Fix typo in <code>Len</code> docstring by <a
href="https://github.com/Dutcho"><code>@Dutcho</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/100">annotated-types/annotated-types#100</a></li>
<li>Prepare for 0.8.0 release by <a
href="https://github.com/adriangb"><code>@adriangb</code></a> in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/103">annotated-types/annotated-types#103</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/zen-xu"><code>@zen-xu</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/80">annotated-types/annotated-types#80</a></li>
<li><a href="https://github.com/hugovk"><code>@hugovk</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/83">annotated-types/annotated-types#83</a></li>
<li><a href="https://github.com/shoeffner"><code>@shoeffner</code></a>
made their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/86">annotated-types/annotated-types#86</a></li>
<li><a href="https://github.com/camiloaz"><code>@camiloaz</code></a>
made their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/87">annotated-types/annotated-types#87</a></li>
<li><a href="https://github.com/mattip"><code>@mattip</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/88">annotated-types/annotated-types#88</a></li>
<li><a
href="https://github.com/leogermond"><code>@leogermond</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/90">annotated-types/annotated-types#90</a></li>
<li><a href="https://github.com/wichert"><code>@wichert</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/92">annotated-types/annotated-types#92</a></li>
<li><a
href="https://github.com/imtoopunkforyou"><code>@imtoopunkforyou</code></a>
made their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/96">annotated-types/annotated-types#96</a></li>
<li><a href="https://github.com/Dutcho"><code>@Dutcho</code></a> made
their first contribution in <a
href="https://redirect.github.com/annotated-types/annotated-types/pull/100">annotated-types/annotated-types#100</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/annotated-types/annotated-types/compare/v0.7.0...v0.8.0">https://github.com/annotated-types/annotated-types/compare/v0.7.0...v0.8.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/9eb96680138269811a39d838d720abc3dce33954"><code>9eb9668</code></a>
Prepare for 0.8.0 release (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/103">#103</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/10b77644f88b385357653730a1ab23748ca3ae2e"><code>10b7764</code></a>
Fix typo in <code>Len</code> docstring (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/100">#100</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/955f7576d616feb6e9407c74498517787c38afd4"><code>955f757</code></a>
Add support for Python 3.14 and drop EOL 3.8-3.9 (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/97">#97</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/bd280fea7983550d266f993d868b8dd7ff822bf1"><code>bd280fe</code></a>
Added Python 3.14 to the test matrix (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/96">#96</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/a471bb757663452459893e6f593118ec21eb1b9e"><code>a471bb7</code></a>
Add SPDX license expression (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/92">#92</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/eab91d9a8c0d3f73661fc4b0794a1fe76c94fa84"><code>eab91d9</code></a>
Fix string predicate names in doc (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/90">#90</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/03ad9c3c7b4d4dfe9e33c09075a3a2766c0820e1"><code>03ad9c3</code></a>
add CI for PyPy3.11 and fix test (issue 71) (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/88">#88</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/5ae60437f0ab493cedd27311bc6ce6d2188e8d8b"><code>5ae6043</code></a>
fix: typo in README.md (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/87">#87</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/b60ad7bff90019c7de3547df1c8e3586eb328423"><code>b60ad7b</code></a>
Update license-files to be PEP-639 compliant (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/85">#85</a>)
(<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/86">#86</a>)</li>
<li><a
href="https://github.com/annotated-types/annotated-types/commit/3fbeb6d129760ae48d7a0372fb9301764acc95ae"><code>3fbeb6d</code></a>
Fix docstring of <code>Timezone</code> (<a
href="https://redirect.github.com/annotated-types/annotated-types/issues/84">#84</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/annotated-types/annotated-types/compare/v0.7.0...v0.8.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `cachetools` from 7.1.4 to 7.1.6
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst">cachetools's
changelog</a>.</em></p>
<blockquote>
<h1>v7.1.6 (2026-07-24)</h1>
<ul>
<li>Minor style improvements to keep <code>ruff</code> happy.</li>
</ul>
<h1>v7.1.5 (2026-07-23)</h1>
<ul>
<li>
<p>Fix <code>TLRUCache</code> silently keeping stale values on expired
overwrites.</p>
</li>
<li>
<p>Reject negative cache item <code>getsizeof</code> values.</p>
</li>
<li>
<p>Update build environment.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tkem/cachetools/commit/13bb86a55e36e501cf0b3e4c35db516ed9409fd7"><code>13bb86a</code></a>
Minor style improvements to keep ruff happy.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/e2250be46b9d8ed76b82c1c18a4465c0b1167b8a"><code>e2250be</code></a>
Fix RTD version handling.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/0d2a6ea17b3627bcf334c7360a8abe5889dd6235"><code>0d2a6ea</code></a>
Release v7.1.5.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/d64cf805de3c35feac4d2acc0d9d092bd9afd77e"><code>d64cf80</code></a>
Prepare v7.1.5.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/fcbb0de97fc09de646d2e210def765d07dee66e8"><code>fcbb0de</code></a>
Fix <a
href="https://redirect.github.com/tkem/cachetools/issues/406">#406</a>:
Merge branch 'gaoflow-fix-tlru-overwrite-expired-stale-value' into
...</li>
<li><a
href="https://github.com/tkem/cachetools/commit/c0fdf6abab38040947d6fe2e38c507401d5e2350"><code>c0fdf6a</code></a>
Fix TLRUCache silently keeping stale value on expired overwrite</li>
<li><a
href="https://github.com/tkem/cachetools/commit/978d34d40cdbf3b4cbfce104f3166032cc4ea028"><code>978d34d</code></a>
Bump actions/setup-python from 6.2.0 to 6.3.0</li>
<li><a
href="https://github.com/tkem/cachetools/commit/d5c7eea7e52d18fed0ec1b575db1956b1d035782"><code>d5c7eea</code></a>
Reject negative cache item sizes</li>
<li><a
href="https://github.com/tkem/cachetools/commit/578e97648dd312880f8aea172437c6dd424d0028"><code>578e976</code></a>
Update build environment.</li>
<li><a
href="https://github.com/tkem/cachetools/commit/e164b7020e4211b57d20fe2b252d931af6244ad4"><code>e164b70</code></a>
Bump codecov/codecov-action from 6.0.0 to 7.0.0</li>
<li>Additional commits viewable in <a
href="https://github.com/tkem/cachetools/compare/v7.1.4...v7.1.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `certifi` from 2026.6.17 to 2026.7.22
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/certifi/python-certifi/commit/f4bc676bc101fe2235846e37044e8c693d6cbaf4"><code>f4bc676</code></a>
2026.07.22 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/428">#428</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/4c91f9c5f9b4676d40d2930025ba04d80dd536f6"><code>4c91f9c</code></a>
Bump actions/setup-python from 6.3.0 to 7.0.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/427">#427</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/01a66c5cf32eadb8f03a0504c24cb44f6d581248"><code>01a66c5</code></a>
Bump actions/checkout from 7.0.0 to 7.0.1 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/426">#426</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/eb355f41cb71f71012ecf1a4d27a57d0ee2b1337"><code>eb355f4</code></a>
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/425">#425</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/474e6fc996d55b91632248da0bade702504e62dc"><code>474e6fc</code></a>
Include tests in the source distribution (<a
href="https://redirect.github.com/certifi/python-certifi/issues/424">#424</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/a31ef39bb5906af7dc9729890f7e4e04e75afdae"><code>a31ef39</code></a>
Bump actions/setup-python from 6.2.0 to 6.3.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/420">#420</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/98eb2c76a9c7a8519912023dca00f762bbcd59af"><code>98eb2c7</code></a>
Bump actions/checkout from 6.0.3 to 7.0.0 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/419">#419</a>)</li>
<li>See full diff in <a
href="https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22">compare
view</a></li>
</ul>
</details>
<br />
Updates `cloud-sql-python-connector` from 1.20.4 to 1.21.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/releases">cloud-sql-python-connector's
releases</a>.</em></p>
<blockquote>
<h2>v1.21.0</h2>
<h2><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0">1.21.0</a>
(2026-07-23)</h2>
<h3>Features</h3>
<ul>
<li>Add PSC DNS and Global Write Endpoint support to Python Connector
(<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1424">#1424</a>)
(<a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b34e9c643017823e579e20eb47222f5ff510bf5e">b34e9c6</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>update python dependencies (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1443">#1443</a>)
(<a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2adc5157bda4b0bdea75687c2e511fa03be0bc3e">2adc515</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/blob/main/CHANGELOG.md">cloud-sql-python-connector's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0">1.21.0</a>
(2026-07-23)</h2>
<h3>Features</h3>
<ul>
<li>Add PSC DNS and Global Write Endpoint support to Python Connector
(<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1424">#1424</a>)
(<a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b34e9c643017823e579e20eb47222f5ff510bf5e">b34e9c6</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>update python dependencies (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1443">#1443</a>)
(<a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2adc5157bda4b0bdea75687c2e511fa03be0bc3e">2adc515</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/bcc1cbf7cd7f4f94ebcf9aed821d9816b55ea3c9"><code>bcc1cbf</code></a>
chore(main): release 1.21.0 (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1444">#1444</a>)</li>
<li><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/b34e9c643017823e579e20eb47222f5ff510bf5e"><code>b34e9c6</code></a>
feat: Add PSC DNS and Global Write Endpoint support to Python Connector
(<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1424">#1424</a>)</li>
<li><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/53b3bcad84d238b74e9a46501d781a10818e0bd3"><code>53b3bca</code></a>
chore: add venv helper and grpc dependencies (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1445">#1445</a>)</li>
<li><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/2adc5157bda4b0bdea75687c2e511fa03be0bc3e"><code>2adc515</code></a>
fix: update python dependencies (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1443">#1443</a>)</li>
<li><a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/commit/4baeb6f1d048c41828467ddca57930c7ae72c623"><code>4baeb6f</code></a>
refactor: replace aiofiles with asyncio.to_thread (<a
href="https://redirect.github.com/GoogleCloudPlatform/cloud-sql-python-connector/issues/1437">#1437</a>)</li>
<li>See full diff in <a
href="https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/compare/v1.20.4...v1.21.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `fastapi` from 0.139.2 to 0.140.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastapi/fastapi/releases">fastapi's
releases</a>.</em></p>
<blockquote>
<h2>0.140.2</h2>
<h3>Refactors</h3>
<ul>
<li>⚡️ Stop retaining flat dependency trees. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16065">#16065</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>👷 Add new memory benchmark. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16064">#16064</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h2>0.140.1</h2>
<h3>Refactors</h3>
<ul>
<li>♻️ Update the lru_cache limit for dependencies to account for large
apps. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16062">#16062</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h2>0.140.0</h2>
<h3>Refactors</h3>
<ul>
<li>⚡️ Reduce memory usage in dependencies. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16049">#16049</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h3>Docs</h3>
<ul>
<li>📝 Fix links in docs. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/15967">#15967</a>
by <a
href="https://github.com/YuriiMotov"><code>@YuriiMotov</code></a>.</li>
<li>📝 Add Library Skills documentation. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16041">#16041</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>📝 Update docs to use uv projects by default. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16032">#16032</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>📝 Restructure FastAPI People and related pages. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16015">#16015</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
<h3>Internal</h3>
<ul>
<li>👷 Add CI memory benchmark. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16046">#16046</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>👥 Update FastAPI People - Sponsors. PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16027">#16027</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
<li>🔥 Remove now-obsolete scripts to generate data for FastAPI People.
PR <a
href="https://redirect.github.com/fastapi/fastapi/pull/16016">#16016</a>
by <a
href="https://github.com/tiangolo"><code>@tiangolo</code></a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastapi/fastapi/commit/051dfeddcc1531037e23f928197a553c8732090c"><code>051dfed</code></a>
🔖 Release version 0.140.2 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/16066">#16066</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/e9980492f2d35ea309bc2dea54a2836aae0a4dc4"><code>e998049</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/8069eadf5e12235bcbbdd2d3bafe5226c585e997"><code>8069ead</code></a>
⚡️ Stop retaining flat dependency trees (<a
href="https://redirect.github.com/fastapi/fastapi/issues/16065">#16065</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/2b4349d6c24326665423ce6819b402f0267cb9b9"><code>2b4349d</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/2f34b90742e4afd2df61e30a721ef01a41a59cfb"><code>2f34b90</code></a>
👷 Add new memory benchmark (<a
href="https://redirect.github.com/fastapi/fastapi/issues/16064">#16064</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/3e310c90faa5e580ac9b21abd4e9d027f2e28d0c"><code>3e310c9</code></a>
🔖 Release version 0.140.1 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/16063">#16063</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/43eafc6a282c28cf44e53829d65d441f05deefd8"><code>43eafc6</code></a>
📝 Update release notes</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/65ef53ae6ac110ae7d56f81a7723e58ab319f339"><code>65ef53a</code></a>
♻️ Update the lru_cache limit for dependencies to account for large apps
(<a
href="https://redirect.github.com/fastapi/fastapi/issues/16">#16</a>...</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/255b912928904e3ba5980425a54d6837c8bd1a1c"><code>255b912</code></a>
🔖 Release version 0.140.0 (<a
href="https://redirect.github.com/fastapi/fastapi/issues/16050">#16050</a>)</li>
<li><a
href="https://github.com/fastapi/fastapi/commit/892eacd27dcdcfe6c5ea114543ff473cbbfd7c6f"><code>892eacd</code></a>
📝 Update release notes</li>
<li>Additional commits viewable in <a
href="https://github.com/fastapi/fastapi/compare/0.139.2...0.140.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `google-api-core` from 2.32.0 to 2.33.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-python/releases">google-api-core's
releases</a>.</em></p>
<blockquote>
<h2>google-api-core: v2.33.0</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.32.0...google-api-core-v2.33.0">2.33.0</a>
(2026-07-22)</h2>
<h3>Features</h3>
<ul>
<li><strong>api_core:</strong> add request-id auto-population logic to
gapic_v1 public helpers (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17738">#17738</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/68e131341bd5d20ee50d7be3ed0410af4c12a46d">68e1313</a>)</li>
<li><strong>api-core:</strong> add get_universe_domain helper to
universe.py (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17799">#17799</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/d461da7bde04f2a698469f413116873633aa1f12">d461da7</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>api-core:</strong> prevent overwriting explicit empty
strings for optional request_id (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17798">#17798</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/07f7503437f495dbce19b4f346ea17efcd738a65">07f7503</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/6702c7ad7b9ecbe53940fc7ce281059a200d7cda"><code>6702c7a</code></a>
chore: release main (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17809">#17809</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/6ab2fe1cff28adbaa328fc05c9201061fed8a400"><code>6ab2fe1</code></a>
chore(main): release google-cloud-productregistry 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17806">#17806</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/cc109caf93ddc46b748b7bcebfb952f43fe9b4b1"><code>cc109ca</code></a>
chore(main): release google-auth 2.56.2 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17814">#17814</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/9668675a54ff7644a7524889a5f4af6a4e018a3a"><code>9668675</code></a>
chore: update librarian to v0.28.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17811">#17811</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/d4b76faafc7c0a09cda428d39310b0a933e06e73"><code>d4b76fa</code></a>
chore(sqlalchemy-bigquery): restore complete coverage (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17770">#17770</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/df0541abf6aae710fc3e6644a5d8f3f706d29c5a"><code>df0541a</code></a>
fix(gapic): mock os.path.exists in mTLS tests to support newer google
auth (#...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/1a10e236b26b0e23e5c7d1318ae86c9a1e05ca37"><code>1a10e23</code></a>
chore(main): release google-maps-isochrones 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17804">#17804</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a2dc8323278deec735057255f3ade70c8eca039"><code>2a2dc83</code></a>
test(bigquery): add debug info to socket leak test (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17802">#17802</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/b2d3fb9521196fd4d9f864f608d791173e0425af"><code>b2d3fb9</code></a>
chore(handwritten): centralize mypy configuration and update handwritten
pack...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a7d346d54dddf73c1185245c0f89a119bb333ec"><code>2a7d346</code></a>
tests: remove protobuf cpp from tests which is no longer used as of
Protobuf ...</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-python/compare/google-api-core-v2.32.0...google-api-core-v2.33.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `google-auth` from 2.56.0 to 2.56.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-python/releases">google-auth's
releases</a>.</em></p>
<blockquote>
<h2>google-auth: v2.56.2</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.1...google-auth-v2.56.2">2.56.2</a>
(2026-07-21)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>auth:</strong> centralize cert discovery logic and steps (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17696">#17696</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/edc0423e57dd06bef3a93802642a074ab8b7bc5d">edc0423</a>)</li>
<li><strong>auth:</strong> exit early when agent cert config is outside
well-known directory (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17762">#17762</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/61e795a8299afec863487776c8a679adbb2911ab">61e795a</a>)</li>
<li><strong>transport:</strong> propagate mTLS adapter to auth session
and fix connection leaks (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17689">#17689</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/8289d328f9a1eb2abb766644e4f6748198679c80">8289d32</a>)</li>
<li>update _SERVICE_ACCOUNT_EMAIL_PATTERN to require
.gserviceaccount.com suffix (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17748">#17748</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/b60bb04a73eb35b15320c54bc3493132e6ba5706">b60bb04</a>)</li>
</ul>
<h2>google-auth: v2.56.1</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.0...google-auth-v2.56.1">2.56.1</a>
(2026-07-17)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>disable RAB lookup for Domain-Wide Delegation (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17763">#17763</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/00eb1284fb6081cd37b747d09366568490a6d9ad">00eb128</a>),
closes <a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17703">#17703</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/cc109caf93ddc46b748b7bcebfb952f43fe9b4b1"><code>cc109ca</code></a>
chore(main): release google-auth 2.56.2 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17814">#17814</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/d4b76faafc7c0a09cda428d39310b0a933e06e73"><code>d4b76fa</code></a>
chore(sqlalchemy-bigquery): restore complete coverage (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17770">#17770</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/df0541abf6aae710fc3e6644a5d8f3f706d29c5a"><code>df0541a</code></a>
fix(gapic): mock os.path.exists in mTLS tests to support newer google
auth (#...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/1a10e236b26b0e23e5c7d1318ae86c9a1e05ca37"><code>1a10e23</code></a>
chore(main): release google-maps-isochrones 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17804">#17804</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a2dc8323278deec735057255f3ade70c8eca039"><code>2a2dc83</code></a>
test(bigquery): add debug info to socket leak test (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17802">#17802</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/b2d3fb9521196fd4d9f864f608d791173e0425af"><code>b2d3fb9</code></a>
chore(handwritten): centralize mypy configuration and update handwritten
pack...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a7d346d54dddf73c1185245c0f89a119bb333ec"><code>2a7d346</code></a>
tests: remove protobuf cpp from tests which is no longer used as of
Protobuf ...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/fb5aada9ed82184025df5994e4f3c5467fd88417"><code>fb5aada</code></a>
chore(main): release google-cloud-commerceproducer 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17805">#17805</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/b60bb04a73eb35b15320c54bc3493132e6ba5706"><code>b60bb04</code></a>
fix: update _SERVICE_ACCOUNT_EMAIL_PATTERN to require
.gserviceaccount.com ...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/ed25698a89a92f8ae67167c811d02dd9e5815a7e"><code>ed25698</code></a>
tests(sqlalchemy-bigquery): resolve ST function type binding bug (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17769">#17769</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.56.0...google-auth-v2.56.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `greenlet` from 3.5.3 to 3.5.4
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst">greenlet's
changelog</a>.</em></p>
<blockquote>
<h1>3.5.4 (2026-07-22)</h1>
<ul>
<li>
<p>Fix a crash (segfault) on free-threaded builds of Python 3.14 and
later when the garbage collector runs while a greenlet that was
started from a non-empty C-stack-reference state is active.
See <code>issue 515
<https://github.com/python-greenlet/greenlet/issues/515></code>_.
Thanks to ddorian and Kumar Aditya.</p>
</li>
<li>
<p>Fix a potential use-after-free on free-threaded builds of Python 3.14
and later when the garbage collector runs while a greenlet is
suspended holding a <code>_PyCStackRef</code> (for example, mid
attribute
resolution). See
<code>issue 515
<https://github.com/python-greenlet/greenlet/issues/515></code>_.
Thanks to ddorian and Kumar Aditya.</p>
</li>
<li>
<p>Fix a deadlock on free-threaded builds when a greenlet switch
happened
while a <code>PyCriticalSection</code> was held -- for example inside
asyncio's
<code>Task.__step</code>, which holds one on the running task for the
duration of
the step. See <code>PR 519
<https://github.com/python-greenlet/greenlet/pull/519/></code>.
Thanks to ddorian and Kumar Aditya.</p>
</li>
</ul>
<p>.. note::
Binary 3.15 wheels are now built with Python 3.15b4. These may not
be compatible with earlier or later versions of 3.15. Binary
3.15 wheels of greenlet from previous releases (e.g., 3.5.3)
may not be compatible with Python 3.15b4.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/384be8821a934fbb835e369dda2b9b72107e80be"><code>384be88</code></a>
Preparing release 3.5.4</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/bbdf57b8cccc572639103005bc7dee41d1c309a2"><code>bbdf57b</code></a>
Add note to CHANGES about versions of 3.15 binary wheels may/not be
compatibl...</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/759902381a85e2ebca2102fab50ffb99b2227a2b"><code>7599023</code></a>
Merge pull request <a
href="https://redirect.github.com/python-greenlet/greenlet/issues/517">#517</a>
from ddorian/issue515-c-stack-refs</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/73a0a1aadf8d45db71754954d588d433fa826a2a"><code>73a0a1a</code></a>
Fix the suspended C-stack-ref GC test to catch its regression</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/1ff35f431f768e854db323ae14274044a06d9d12"><code>1ff35f4</code></a>
Merge branch 'master' into issue515-c-stack-refs</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/847fb824f6c0590d87963c38c4b2f452a0980b37"><code>847fb82</code></a>
Merge pull request <a
href="https://redirect.github.com/python-greenlet/greenlet/issues/520">#520</a>
from dynapx/fix-test-extension-npd</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/0b471ba66bed12fcf7bef969f26705a30a29a5b4"><code>0b471ba</code></a>
Merge pull request <a
href="https://redirect.github.com/python-greenlet/greenlet/issues/519">#519</a>
from ddorian/freethread-switch-critical-section</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/d55914df27b30af452e63eb2be41fc9b3ec2c982"><code>d55914d</code></a>
Simplify the CHANGES.rst entry</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/78932dc67b6571a920751339cfd88056144e8116"><code>78932dc</code></a>
Change notes are for end users, they don't need to go into technical
detail</li>
<li><a
href="https://github.com/python-greenlet/greenlet/commit/39bf70c2cb8c8996ce26bc20e4161fd94c05d380"><code>39bf70c</code></a>
Hold the C-stack ref snapshot in a std::vector<OwnedObject></li>
<li>Additional commits viewable in <a
href="https://github.com/python-greenlet/greenlet/compare/3.5.3...3.5.4">compare
view</a></li>
</ul>
</details>
<br />
Updates `phonenumbers` from 9.0.34 to 9.0.35
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/daviddrysdale/python-phonenumbers/commit/314e40fdaacc2a6aba3cf4080719a3d518ae438d"><code>314e40f</code></a>
Prep for 9.0.35 release</li>
<li><a
href="https://github.com/daviddrysdale/python-phonenumbers/commit/ba1f5b1ebe3aeec12a2f74d4ebc4c0d77dc1a084"><code>ba1f5b1</code></a>
Generated files for metadata</li>
<li><a
href="https://github.com/daviddrysdale/python-phonenumbers/commit/6245715534a4fd2620463a617508d72bba8f20aa"><code>6245715</code></a>
Merge metadata changes from upstream 9.0.35</li>
<li>See full diff in <a
href="https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.34...v9.0.35">compare
view</a></li>
</ul>
</details>
<br />
Updates `proto-plus` from 1.28.1 to 1.28.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-cloud-python/releases">proto-plus's
releases</a>.</em></p>
<blockquote>
<h2>proto-plus: v1.28.2</h2>
<h2><a
href="https://github.com/googleapis/google-cloud-python/compare/proto-plus-v1.28.1...proto-plus-v1.28.2">1.28.2</a>
(2026-07-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>proto-plus:</strong> make Marshal thread-safe and handle
race conditions (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17774">#17774</a>)
(<a
href="https://github.com/googleapis/google-cloud-python/commit/0719f1ec1d4146dbfc96d24c95b7ccafd31ab447">0719f1e</a>),
closes <a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/15100">#15100</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/6702c7ad7b9ecbe53940fc7ce281059a200d7cda"><code>6702c7a</code></a>
chore: release main (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17809">#17809</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/6ab2fe1cff28adbaa328fc05c9201061fed8a400"><code>6ab2fe1</code></a>
chore(main): release google-cloud-productregistry 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17806">#17806</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/cc109caf93ddc46b748b7bcebfb952f43fe9b4b1"><code>cc109ca</code></a>
chore(main): release google-auth 2.56.2 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17814">#17814</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/9668675a54ff7644a7524889a5f4af6a4e018a3a"><code>9668675</code></a>
chore: update librarian to v0.28.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17811">#17811</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/d4b76faafc7c0a09cda428d39310b0a933e06e73"><code>d4b76fa</code></a>
chore(sqlalchemy-bigquery): restore complete coverage (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17770">#17770</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/df0541abf6aae710fc3e6644a5d8f3f706d29c5a"><code>df0541a</code></a>
fix(gapic): mock os.path.exists in mTLS tests to support newer google
auth (#...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/1a10e236b26b0e23e5c7d1318ae86c9a1e05ca37"><code>1a10e23</code></a>
chore(main): release google-maps-isochrones 0.1.0 (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17804">#17804</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a2dc8323278deec735057255f3ade70c8eca039"><code>2a2dc83</code></a>
test(bigquery): add debug info to socket leak test (<a
href="https://redirect.github.com/googleapis/google-cloud-python/issues/17802">#17802</a>)</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/b2d3fb9521196fd4d9f864f608d791173e0425af"><code>b2d3fb9</code></a>
chore(handwritten): centralize mypy configuration and update handwritten
pack...</li>
<li><a
href="https://github.com/googleapis/google-cloud-python/commit/2a7d346d54dddf73c1185245c0f89a119bb333ec"><code>2a7d346</code></a>
tests: remove protobuf cpp from tests which is no longer used as of
Protobuf ...</li>
<li>Additional commits viewable in <a
href="https://github.com/googleapis/google-cloud-python/compare/proto-plus-v1.28.1...proto-plus-v1.28.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `pytz` from 2026.2 to 2026.3.post1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/stub42/pytz/commit/661bca921e29dc3eedd4430bac70816c9154c05e"><code>661bca9</code></a>
Bump version numbers to 2026.3.post1 for python2 fix</li>
<li><a
href="https://github.com/stub42/pytz/commit/1e31a162477bfd338df4651cbb55d35a86a15cd1"><code>1e31a16</code></a>
Log python version running tests, force python2</li>
<li><a
href="https://github.com/stub42/pytz/commit/b3ca7c3fc264252e7f8162229f9d0dc4410037ee"><code>b3ca7c3</code></a>
Unix line endings</li>
<li><a
href="https://github.com/stub42/pytz/commit/b55039a6ad038432bfc8e718f1852f54599bfa30"><code>b55039a</code></a>
Replace non-ASCII character in comment to fix build with Python 2</li>
<li><a
href="https://github.com/stub42/pytz/commit/5420ee2c14c95abd5258c0e43381ac9430647ab8"><code>5420ee2</code></a>
Replace non-ASCII character in comment</li>
<li><a
href="https://github.com/stub42/pytz/commit/2c139e800b5353eb6bb9649ee51fc177b51c4e9e"><code>2c139e8</code></a>
Merge branch 'fix/localize-overflow-at-datetime-extremes' of <a
href="https://github.c">https://github.c</a>...</li>
<li><a
href="https://github.com/stub42/pytz/commit/c843864ba959a0def449dfe5c4f1547308ab8eb1"><code>c843864</code></a>
Run zdump tests quietly</li>
<li><a
href="https://github.com/stub42/pytz/commit/518500c68a9ed1f6cda32101004c38b4cc1d6fa6"><code>518500c</code></a>
Reduce noise when collecting zdump info dumps</li>
<li><a
href="https://github.com/stub42/pytz/commit/081f935fbc519305e147480ecd3410052f07816c"><code>081f935</code></a>
Merge branch 'kytta-fix-dst' into 2026c</li>
<li><a
href="https://github.com/stub42/pytz/commit/8c9d69b125dabe489741e1eb24ba14fcf4a7e7c9"><code>8c9d69b</code></a>
Merge branch 'master' into 2026c</li>
<li>Additional commits viewable in <a
href="https://github.com/stub42/pytz/compare/release_2026.2...release_2026.3.post1">compare
view</a></li>
</ul>
</details>
<br />
Updates `scramp` from 1.4.12 to 1.4.15
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/tlocke/scramp/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `sentry-sdk[fastapi]` from 2.66.0 to 2.66.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-python/releases">sentry-sdk[fastapi]'s
releases</a>.</em></p>
<blockquote>
<h2>2.66.1</h2>
<h3>Bug Fixes 🐛</h3>
<h4>Tracing</h4>
<ul>
<li>Handle exceptions raised within traces_sampler and other callbacks
by <a
href="https://github.com/ericapisani"><code>@ericapisani</code></a> in
<a
href="https://redirect.github.com/getsentry/sentry-python/pull/6853">#6853</a></li>
</ul>
<h3>Internal Changes 🔧</h3>
<ul>
<li>Fix flaky decorator test by <a
href="https://github.com/sl0thentr0py"><code>@sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/6830">#6830</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md">sentry-sdk[fastapi]'s
changelog</a>.</em></p>
<blockquote>
<h2>2.66.1</h2>
<h3>Bug Fixes 🐛</h3>
<h4>Tracing</h4>
<ul>
<li>Handle exceptions raised within traces_sampler and other callbacks
by <a
href="https://github.com/ericapisani"><code>@ericapisani</code></a> in
<a
href="https://redirect.github.com/getsentry/sentry-python/pull/6853">#6853</a></li>
</ul>
<h3>Internal Changes 🔧</h3>
<ul>
<li>Fix flaky decorator test by <a
href="https://github.com/sl0thentr0py"><code>@sl0thentr0py</code></a>
in <a
href="https://redirect.github.com/getsentry/sentry-python/pull/6830">#6830</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/getsentry/sentry-python/commit/653a292f563e02a87e4544969af2f2d55566f1c2"><code>653a292</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/e20c2266cb07a6449b35c68ea83784bae9f770e4"><code>e20c226</code></a>
release: 2.66.1</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/4524b65d4118f497e4fc497b9bba25a0359847b4"><code>4524b65</code></a>
fix(tracing): Stop setting <code>NoOpSpan</code> on scope in the
streaming trace lifecyc...</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/2e9f26ee63c861fd2afc0905b2294eb58a0b01d9"><code>2e9f26e</code></a>
ref(tracing): No-op and emit warning in <code>start_transaction</code>
with the streamin...</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/3a50950e632d9923f45a9b6fb18d89e1f27badad"><code>3a50950</code></a>
fix(tracing): handle exceptions raised within traces_sampler and other
callba...</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/b5171b7ade539e70aa074632e6b5435afb1ff5ff"><code>b5171b7</code></a>
ref: Use top-level <code>trace_lifecycle</code> and
<code>ignore_spans</code> options in tests (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/6855">#6855</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/17e0348cacbe319b512234d85687e7d178feac93"><code>17e0348</code></a>
ref: Use old sampling context format in span streaming (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/6848">#6848</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/2e0949760f600fafa168d8339179220eebcfdcfb"><code>2e09497</code></a>
test: Add streaming tests to <code>test_http_headers</code> (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/6785">#6785</a>)</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/9996734c9cf733ad92cb3bd1546a64da773eb4ad"><code>9996734</code></a>
feat(tracing): Send <code>sentry.segment.name.source</code> instead of
`sentry.span.sour...</li>
<li><a
href="https://github.com/getsentry/sentry-python/commit/00224f7a99dd593016f43c236f855ec766da0082"><code>00224f7</code></a>
remove span streaming docs in changelog (<a
href="https://redirect.github.com/getsentry/sentry-python/issues/6831">#6831</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-python/compare/2.66.0...2.66.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `pre-commit` from 4.6.0 to 4.6.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/releases">pre-commit's
releases</a>.</em></p>
<blockquote>
<h2>pre-commit v4.6.1</h2>
<h3>Fixes</h3>
<ul>
<li>Install <code>language: node</code> hooks via <code>git</code>.
<ul>
<li>Fixes npm 12.x compatibility</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3719">#3719</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3517">#3517</a>
issue by <a href="https://github.com/ojob"><code>@ojob</code></a>.</li>
</ul>
</li>
<li>Set <code>JULIA_DEPOT_PATH</code> for <code>language: julia</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3711">#3711</a>
PR by <a
href="https://github.com/damonbayer"><code>@damonbayer</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit-ci/runner-image/issues/335">pre-commit-ci/runner-image#335</a>
issue by <a
href="https://github.com/damonbayer"><code>@damonbayer</code></a>.</li>
</ul>
</li>
<li>Produce error on mistyped <code>--repo</code> for <code>pre-commit
autoupdate</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3701">#3701</a>
PR by <a href="https://github.com/mxr"><code>@mxr</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3695">#3695</a>
issue by <a href="https://github.com/mxr"><code>@mxr</code></a>.</li>
</ul>
</li>
<li>Improve performance of commit existence check in
<code>pre-push</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3726">#3726</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3604">#3604</a>
issue by <a
href="https://github.com/ptarjan"><code>@ptarjan</code></a>.</li>
</ul>
</li>
<li>Avoid duplicating conflicted filenames during <code>pre-commit run
--all-files</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3727">#3727</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3706">#3706</a>
issue by <a
href="https://github.com/RomanValov"><code>@RomanValov</code></a>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md">pre-commit's
changelog</a>.</em></p>
<blockquote>
<h1>4.6.1 - 2026-07-21</h1>
<h3>Fixes</h3>
<ul>
<li>Install <code>language: node</code> hooks via <code>git</code>.
<ul>
<li>Fixes npm 12.x compatibility</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3719">#3719</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3517">#3517</a>
issue by <a href="https://github.com/ojob"><code>@ojob</code></a>.</li>
</ul>
</li>
<li>Set <code>JULIA_DEPOT_PATH</code> for <code>language: julia</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3711">#3711</a>
PR by <a
href="https://github.com/damonbayer"><code>@damonbayer</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit-ci/runner-image/issues/335">pre-commit-ci/runner-image#335</a>
issue by <a
href="https://github.com/damonbayer"><code>@damonbayer</code></a>.</li>
</ul>
</li>
<li>Produce error on mistyped <code>--repo</code> for <code>pre-commit
autoupdate</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3701">#3701</a>
PR by <a href="https://github.com/mxr"><code>@mxr</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3695">#3695</a>
issue by <a href="https://github.com/mxr"><code>@mxr</code></a>.</li>
</ul>
</li>
<li>Improve performance of commit existence check in
<code>pre-push</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3726">#3726</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3604">#3604</a>
issue by <a
href="https://github.com/ptarjan"><code>@ptarjan</code></a>.</li>
</ul>
</li>
<li>Avoid duplicating conflicted filenames during <code>pre-commit run
--all-files</code>.
<ul>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3727">#3727</a>
PR by <a
href="https://github.com/asottile"><code>@asottile</code></a>.</li>
<li><a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3706">#3706</a>
issue by <a
href="https://github.com/RomanValov"><code>@RomanValov</code></a>.</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/242ce8a25657be59f2770b50de41fe0fd508820d"><code>242ce8a</code></a>
v4.6.1</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/766e550cd31defcb6096a96735c9de299b0eb301"><code>766e550</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3727">#3727</a>
from pre-commit/dedupe</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/1558d06e3d9e5f495cd97ccaefe937b7c44ead70"><code>1558d06</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3726">#3726</a>
from pre-commit/exists-faster</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/8a1c47a2528419e41aadfcf8135926d68f7ffbbb"><code>8a1c47a</code></a>
avoid duplicate files in --all-files during conflict</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/2e01c999b2466ac7e14e1e4a57a04504bd6c1b28"><code>2e01c99</code></a>
faster check of rev existing locally as a commit</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/3613bf27f5500d327de70cd2fa68fa20c8975659"><code>3613bf2</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3701">#3701</a>
from pre-commit/autoupdate-repos</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/1d811d9b0b655fa648001ca479a0b7da9ebd7b8c"><code>1d811d9</code></a>
Return an error for invalid --repo</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/374d354c8be227db651ddd92d9499b87e2ca1ea1"><code>374d354</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3711">#3711</a>
from damonbayer/dmb_JULIA_DEPOT_PATH</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/1e7994fb1fddd31fb1998aa98f84fc43818d9485"><code>1e7994f</code></a>
set JULIA_DEPOT_PATH</li>
<li><a
href="https://github.com/pre-commit/pre-commit/commit/b2b91195d7618d61d8973fefa4e5e084fc160d8d"><code>b2b9119</code></a>
Merge pull request <a
href="https://redirect.github.com/pre-commit/pre-commit/issues/3719">#3719</a>
from pre-commit/npm-unknown-options</li>
<li>Additional commits viewable in <a
href="https://github.com/pre-commit/pre-commit/compare/v4.6.0...v4.6.1">compare
view</a></li>
</ul>
</details>
<br />
Updates `google-api-python-client` from 2.184.0 to 2.198.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/google-api-python-client/releases">google-api-python-client's
releases</a>.</em></p>
<blockquote>
<h2>v2.198.0</h2>
<h2><a
href="https://github.com/googleapis/google-api-python-client/compare/v2.197.0...v2.198.0">2.198.0</a>
(2026-06-23)</h2>
<h3>Features</h3>
<ul>
<li><strong>adexchangebuyer2:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/a6b7a3c1312a0b843c6451f1502268232af1e08d">https://togithub.com/googleapis/google-api-python-client/commit/a6b7a3c1312a0b843c6451f1502268232af1e08d</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>admin:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/39a7f8e64940d318ce50b5431ebca0ca6f044b4e">https://togithub.com/googleapis/google-api-python-client/commit/39a7f8e64940d318ce50b5431ebca0ca6f044b4e</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>agentregistry:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/47cc6885a57ff256a2878b8902f66f4d97e980be">https://togithub.com/googleapis/google-api-python-client/commit/47cc6885a57ff256a2878b8902f66f4d97e980be</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>aiplatform:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/bf9010bd3c1f6825858612032ad8722e53368738">https://togithub.com/googleapis/google-api-python-client/commit/bf9010bd3c1f6825858612032ad8722e53368738</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>alertcenter:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/60ed501536c048d4257f05fb44d01ac90afc45c6">https://togithub.com/googleapis/google-api-python-client/commit/60ed501536c048d4257f05fb44d01ac90afc45c6</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>alloydb:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/07ab81d00d9225efc0d1bfb54d7a2131537013bb">https://togithub.com/googleapis/google-api-python-client/commit/07ab81d00d9225efc0d1bfb54d7a2131537013bb</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>analyticsadmin:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/d13cd0d5ec973a994a6409e4ccdd879ca5cdec24">https://togithub.com/googleapis/google-api-python-client/commit/d13cd0d5ec973a994a6409e4ccdd879ca5cdec24</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>analyticshub:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/29d33229a8aca59cc2105ca57f10c5c34392eedf">https://togithub.com/googleapis/google-api-python-client/commit/29d33229a8aca59cc2105ca57f10c5c34392eedf</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>androidmanagement:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/0b2dcfba95c75409fcebe62b45d481e2b9cee79c">https://togithub.com/googleapis/google-api-python-client/commit/0b2dcfba95c75409fcebe62b45d481e2b9cee79c</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>androidpublisher:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/1dc37cdcddd779ca435abc9593b0bfb4e298770d">https://togithub.com/googleapis/google-api-python-client/commit/1dc37cdcddd779ca435abc9593b0bfb4e298770d</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>artifactregistry:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/001dba95de25008758d1955c7ff5db51e48606a9">https://togithub.com/googleapis/google-api-python-client/commit/001dba95de25008758d1955c7ff5db51e48606a9</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>assuredworkloads:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/2982b1986becfc8cf17768a86146cfac04338f81">https://togithub.com/googleapis/google-api-python-client/commit/2982b1986becfc8cf17768a86146cfac04338f81</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>backupdr:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/0b64d9bb3d591fd521b86b21fdbc37f3dd793f43">https://togithub.com/googleapis/google-api-python-client/commit/0b64d9bb3d591fd521b86b21fdbc37f3dd793f43</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>bigqueryconnection:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/8e6a3e697448de8fd7128240f2615228db24e85c">https://togithub.com/googleapis/google-api-python-client/commit/8e6a3e697448de8fd7128240f2615228db24e85c</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>bigquerydatatransfer:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/012db99dae421f7b21f0e43b1df333b209cf3e15">https://togithub.com/googleapis/google-api-python-client/commit/012db99dae421f7b21f0e43b1df333b209cf3e15</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>bigquery:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/9548dcf1aa1eeaa6524b6d9386178dac69c39096">https://togithub.com/googleapis/google-api-python-client/commit/9548dcf1aa1eeaa6524b6d9386178dac69c39096</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>calendar:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/399252cfd1bed4193f5821e66536d6a3a75f03c8">https://togithub.com/googleapis/google-api-python-client/commit/399252cfd1bed4193f5821e66536d6a3a75f03c8</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>ces:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/2716cb2b0eb0d91686901d5153aa9581d1143bb4">https://togithub.com/googleapis/google-api-python-client/commit/2716cb2b0eb0d91686901d5153aa9581d1143bb4</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>chat:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/0ae828d973d7bb7f3e6f86bd4338b11b9f3c3e8f">https://togithub.com/googleapis/google-api-python-client/commit/0ae828d973d7bb7f3e6f86bd4338b11b9f3c3e8f</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>chromemanagement:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/7afd85a6912a8239b3c72ca765db28487348222a">https://togithub.com/googleapis/google-api-python-client/commit/7afd85a6912a8239b3c72ca765db28487348222a</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>chromewebstore:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/83fbd762d4539251e84ebd6af38a770c73027da7">https://togithub.com/googleapis/google-api-python-client/commit/83fbd762d4539251e84ebd6af38a770c73027da7</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>cloudbuild:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/c38d7967d2acd8762a0b803592d331c11627f750">https://togithub.com/googleapis/google-api-python-client/commit/c38d7967d2acd8762a0b803592d331c11627f750</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>clouddeploy:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/28abab7bb30a59f9487cb693ad90799ccaabdf7d">https://togithub.com/googleapis/google-api-python-client/commit/28abab7bb30a59f9487cb693ad90799ccaabdf7d</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>cloudkms:</strong> Update the api <a
href="https://togithub.com/googleapis/google-api-python-client/commit/fead0039902e25ada74a65b06d430e8cfa7233f5">https://togithub.com/googleapis/google-api-python-client/commit/fead0039902e25ada74a65b06d430e8cfa7233f5</a>
(<a
href="https://github.com/googleapis/google-api-python-client/commit/ea0e936f22dcf01a92bbd7ad7ede5bbe773e7d3c">ea0e936</a>)</li>
<li><strong>cloudsupport:</strong> Update the api <a
href="https://togithub.co…1 parent 99c1b5d commit 2ddffd7
3 files changed
Lines changed: 467 additions & 380 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments