-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>
shawncal
approved these changes
Aug 9, 2023
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 /> [](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 /> [](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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps azure-identity from 1.13.0 to 1.14.0.
Release notes
Sourced from azure-identity's releases.
Commits
85d3fb5
update release date (#31501)3a6c7f4
Identity changelog (#31454)0464b2a
[Identity] Correctly implement TokenCredential protocols (#31047)e7a9aed
Add a type in identity (#31431)7221411
disable beta features (#31385)f6d7789
[Identity] Enable CAE toggle per token request (#30777)9f1bf3a
Identity not use is chained (#31328)e8d9518
[Identity] Enable black formatting in CI (#31315)6ed3e15
make is_chained internal only (#31296)5714623
Identity new msal (#31267)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)