-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit 65593a2
authored
Python: Bump azure-core from 1.28.0 to 1.29.0 in /python (#2382)
Bumps [azure-core](https://github.com/Azure/azure-sdk-for-python) from
1.28.0 to 1.29.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-core's
releases</a>.</em></p>
<blockquote>
<h2>azure-core_1.29.0</h2>
<h2>1.29.0 (2023-08-03)</h2>
<h3>Features Added</h3>
<ul>
<li>A keyword argument <code>enable_cae</code> was added to the
<code>get_token</code> method of the <code>TokenCredential</code>
protocol. <a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31012">#31012</a></li>
<li><code>BearerTokenCredentialPolicy</code> and
<code>AsyncBearerTokenCredentialPolicy</code> now accept
<code>enable_cae</code> keyword arguments in their constructors. This is
used in determining if <a
href="https://learn.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation">Continuous
Access Evaluation (CAE)</a> should be enabled for each
<code>get_token</code> request. <a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31012">#31012</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/c4c18a7b427633c0519016d762dc141ae743e41b"><code>c4c18a7</code></a>
Type Complete config and settings (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31422">#31422</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/d0e378e4bbcede2aab113b71bb5340eebd776d4f"><code>d0e378e</code></a>
Azure-Core Exceptions: Type Complete (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31056">#31056</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/8d94f35aa1d7eda334f47e57e365cf41cbc17886"><code>8d94f35</code></a>
Skip publishing docs.ms for track 1 package (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31437">#31437</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/128a8c85e71c0000a1de8faab06356d4a6fba2df"><code>128a8c8</code></a>
Update changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31452">#31452</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/8b1513b44be265bfe68dbf3ee54ca9313bd8e16d"><code>8b1513b</code></a>
Address arch review feedback (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31436">#31436</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/7764d2cb6646b5c611df24d15798555638096603"><code>7764d2c</code></a>
rename HTTPResponseType_co to HTTPResponseType (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31356">#31356</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/93c031758e3e98ca89b35185911262d6f16a0c1b"><code>93c0317</code></a>
[Core Experimental] Fix HTTPX Sample and Bug Fix (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31370">#31370</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/630864674a734f6a61f62827599ef6e94570eca1"><code>6308646</code></a>
update version and changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31374">#31374</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/4d7b89809c9f20110271f927cda6623eacdab946"><code>4d7b898</code></a>
cleanup unwanted kwargs for transport (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31347">#31347</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/a5b7fb5a9e8789acf5dfa00affa3e48d50a84019"><code>a5b7fb5</code></a>
Increment tracing plugin changelogs (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31107">#31107</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-core_1.28.0...azure-core_1.29.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>1 parent 8591969 commit 65593a2Copy full SHA for 65593a2
1 file changed
+3
-3
lines changed+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments