Skip to content

Python: Bump azure-identity from 1.13.0 to 1.14.0 in /python #2384

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps azure-identity from 1.13.0 to 1.14.0.

Release notes

Sourced from azure-identity's releases.

azure-identity_1.14.0

1.14.0 (2023-08-08)

Features Added

  • Continuous Access Evaluation (CAE) is now configurable per-request by setting the enable_cae keyword argument to True in get_token. This applies to user credentials and service principal credentials. (#30777)

Breaking Changes

  • CP1 client capabilities for CAE is no longer always-on by default for user credentials. This capability will now be configured as-needed in each get_token request by each SDK. (#30777)
    • Suffixes are now appended to persistent cache names to indicate whether CAE or non-CAE tokens are stored in the cache. This is to prevent CAE and non-CAE tokens from being mixed/overwritten in the same cache. This could potentially cause issues if you are trying to share the same cache between applications that are using different versions of the Azure Identity library as each application would be reading from a different cache file.
    • Since CAE is no longer always enabled for user-credentials, the AZURE_IDENTITY_DISABLE_CP1 environment variable is no longer supported.

Bugs Fixed

  • Credential types correctly implement azure-core's TokenCredential protocol. (#25175)

azure-identity_1.14.0b2

1.14.0b2 (2023-07-11)

Features Added

  • Added workload_identity_tenant_id support in DefaultAzureCredential.

azure-identity_1.14.0b1

1.14.0b1 (2023-06-06)

Features Added

  • Continue attempt next credential when finding an expired token from cached token credential in DefaultAzureCredential. (#30441)

Other Changes

  • VisualStudioCodeCredential prints an informative error message when used (as it is currently broken) (#30385)
  • Removed dependency on six. (#30613)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-identity_1.13.0...azure-identity_1.14.0)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 9, 2023 17:43
@dependabot dependabot bot added dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel labels Aug 9, 2023
@shawncal shawncal changed the title Bump azure-identity from 1.13.0 to 1.14.0 in /python Python: Bump azure-identity from 1.13.0 to 1.14.0 in /python Aug 9, 2023
@shawncal shawncal added this pull request to the merge queue Aug 9, 2023
Merged via the queue into main with commit 274c4fd Aug 9, 2023
@shawncal shawncal deleted the dependabot/pip/python/azure-identity-1.14.0 branch August 9, 2023 18:09
madsbolaris pushed a commit to madsbolaris/semantic-kernel that referenced this pull request Aug 9, 2023
…ft#2384)

Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python)
from 1.13.0 to 1.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-identity's
releases</a>.</em></p>
<blockquote>
<h2>azure-identity_1.14.0</h2>
<h2>1.14.0 (2023-08-08)</h2>
<h3>Features Added</h3>
<ul>
<li>Continuous Access Evaluation (CAE) is now configurable per-request
by setting the <code>enable_cae</code> keyword argument to
<code>True</code> in <code>get_token</code>. This applies to user
credentials and service principal credentials. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>CP1 client capabilities for CAE is no longer always-on by default
for user credentials. This capability will now be configured as-needed
in each <code>get_token</code> request by each SDK. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)
<ul>
<li>Suffixes are now appended to persistent cache names to indicate
whether CAE or non-CAE tokens are stored in the cache. This is to
prevent CAE and non-CAE tokens from being mixed/overwritten in the same
cache. This could potentially cause issues if you are trying to share
the same cache between applications that are using different versions of
the Azure Identity library as each application would be reading from a
different cache file.</li>
<li>Since CAE is no longer always enabled for user-credentials, the
<code>AZURE_IDENTITY_DISABLE_CP1</code> environment variable is no
longer supported.</li>
</ul>
</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Credential types correctly implement <code>azure-core</code>'s
<code>TokenCredential</code> protocol. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/25175">#25175</a>)</li>
</ul>
<h2>azure-identity_1.14.0b2</h2>
<h2>1.14.0b2 (2023-07-11)</h2>
<h3>Features Added</h3>
<ul>
<li>Added <code>workload_identity_tenant_id</code> support in
<code>DefaultAzureCredential</code>.</li>
</ul>
<h2>azure-identity_1.14.0b1</h2>
<h2>1.14.0b1 (2023-06-06)</h2>
<h3>Features Added</h3>
<ul>
<li>Continue attempt next credential when finding an expired token from
cached token credential in DefaultAzureCredential. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30441">#30441</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>VisualStudioCodeCredential prints an informative error message when
used (as it is currently broken) (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30385">#30385</a>)</li>
<li>Removed dependency on <code>six</code>. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30613">#30613</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/85d3fb50ccc16d6ce8171a0e045a754838749080"><code>85d3fb5</code></a>
update release date (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31501">#31501</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3a6c7f48c92b5d590aa7ab16ee0c04358a7b0ec1"><code>3a6c7f4</code></a>
Identity changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31454">#31454</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/0464b2a853763434fffed730af097411b1681cb8"><code>0464b2a</code></a>
[Identity] Correctly implement TokenCredential protocols (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31047">#31047</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e7a9aed09339ebe57741059a99cca5f023a95f94"><code>e7a9aed</code></a>
Add a type in identity (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31431">#31431</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/72214111a9db39fe13402ffefe78c2d026032ad0"><code>7221411</code></a>
disable beta features (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31385">#31385</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f6d7789694e813d23ba8e3b903f1cf4a9d59c8c2"><code>f6d7789</code></a>
[Identity] Enable CAE toggle per token request (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/30777">#30777</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/9f1bf3a83f4f3b7592e8af03dc9681aae121dc01"><code>9f1bf3a</code></a>
Identity not use is chained (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31328">#31328</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e8d95188c45a99773d346a90f465f38d47145a6b"><code>e8d9518</code></a>
[Identity] Enable black formatting in CI (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31315">#31315</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/6ed3e1541cc7e24d4ab9a57bd1438d35ab0e82b8"><code>6ed3e15</code></a>
make is_chained internal only (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31296">#31296</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/57146235c1c597b56fb56e8796eec7aa62fcc51e"><code>5714623</code></a>
Identity new msal (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31267">#31267</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-identity&package-manager=pip&previous-version=1.13.0&new-version=1.14.0)](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>
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request Nov 1, 2023
…ft#2384)

Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python)
from 1.13.0 to 1.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-sdk-for-python/releases">azure-identity's
releases</a>.</em></p>
<blockquote>
<h2>azure-identity_1.14.0</h2>
<h2>1.14.0 (2023-08-08)</h2>
<h3>Features Added</h3>
<ul>
<li>Continuous Access Evaluation (CAE) is now configurable per-request
by setting the <code>enable_cae</code> keyword argument to
<code>True</code> in <code>get_token</code>. This applies to user
credentials and service principal credentials. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)</li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li>CP1 client capabilities for CAE is no longer always-on by default
for user credentials. This capability will now be configured as-needed
in each <code>get_token</code> request by each SDK. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30777">#30777</a>)
<ul>
<li>Suffixes are now appended to persistent cache names to indicate
whether CAE or non-CAE tokens are stored in the cache. This is to
prevent CAE and non-CAE tokens from being mixed/overwritten in the same
cache. This could potentially cause issues if you are trying to share
the same cache between applications that are using different versions of
the Azure Identity library as each application would be reading from a
different cache file.</li>
<li>Since CAE is no longer always enabled for user-credentials, the
<code>AZURE_IDENTITY_DISABLE_CP1</code> environment variable is no
longer supported.</li>
</ul>
</li>
</ul>
<h3>Bugs Fixed</h3>
<ul>
<li>Credential types correctly implement <code>azure-core</code>'s
<code>TokenCredential</code> protocol. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/25175">#25175</a>)</li>
</ul>
<h2>azure-identity_1.14.0b2</h2>
<h2>1.14.0b2 (2023-07-11)</h2>
<h3>Features Added</h3>
<ul>
<li>Added <code>workload_identity_tenant_id</code> support in
<code>DefaultAzureCredential</code>.</li>
</ul>
<h2>azure-identity_1.14.0b1</h2>
<h2>1.14.0b1 (2023-06-06)</h2>
<h3>Features Added</h3>
<ul>
<li>Continue attempt next credential when finding an expired token from
cached token credential in DefaultAzureCredential. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30441">#30441</a>)</li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>VisualStudioCodeCredential prints an informative error message when
used (as it is currently broken) (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30385">#30385</a>)</li>
<li>Removed dependency on <code>six</code>. (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/pull/30613">#30613</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/85d3fb50ccc16d6ce8171a0e045a754838749080"><code>85d3fb5</code></a>
update release date (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31501">#31501</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/3a6c7f48c92b5d590aa7ab16ee0c04358a7b0ec1"><code>3a6c7f4</code></a>
Identity changelog (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31454">#31454</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/0464b2a853763434fffed730af097411b1681cb8"><code>0464b2a</code></a>
[Identity] Correctly implement TokenCredential protocols (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31047">#31047</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e7a9aed09339ebe57741059a99cca5f023a95f94"><code>e7a9aed</code></a>
Add a type in identity (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31431">#31431</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/72214111a9db39fe13402ffefe78c2d026032ad0"><code>7221411</code></a>
disable beta features (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31385">#31385</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/f6d7789694e813d23ba8e3b903f1cf4a9d59c8c2"><code>f6d7789</code></a>
[Identity] Enable CAE toggle per token request (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/30777">#30777</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/9f1bf3a83f4f3b7592e8af03dc9681aae121dc01"><code>9f1bf3a</code></a>
Identity not use is chained (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31328">#31328</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/e8d95188c45a99773d346a90f465f38d47145a6b"><code>e8d9518</code></a>
[Identity] Enable black formatting in CI (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31315">#31315</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/6ed3e1541cc7e24d4ab9a57bd1438d35ab0e82b8"><code>6ed3e15</code></a>
make is_chained internal only (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31296">#31296</a>)</li>
<li><a
href="https://github.com/Azure/azure-sdk-for-python/commit/57146235c1c597b56fb56e8796eec7aa62fcc51e"><code>5714623</code></a>
Identity new msal (<a
href="https://redirect.github.com/Azure/azure-sdk-for-python/issues/31267">#31267</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.13.0...azure-identity_1.14.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=azure-identity&package-manager=pip&previous-version=1.13.0&new-version=1.14.0)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant