docassemble
                                
                                
                                
                                    docassemble copied to clipboard
                            
                            
                            
                        Bump msal from 1.26.0 to 1.28.0 in /docassemble_webapp
Bumps msal from 1.26.0 to 1.28.0.
Release notes
Sourced from msal's releases.
MSAL Python 1.28.0
- New feature:
 PublicClientApplicationandConfidentialClientApplicationhave a newoidc_authorityparameter that can be used to specify authority of any generic OpenID Connect authority, typically the customized domain for CIAM. (#676, #678)- Dropping Python 2.7
 MSAL Python 1.27.0
What's Changed
Release Notes:
- New feature:
 remove_tokens_for_client()will remove tokens acquired byacquire_token_for_client()(#640, #650, #666)- Performance: Throughput of token-cache-hit happy path is roughly 2x faster (#644)
 - Adjustment: MSAL no longer attempts to validate an ID token's time (#656, #657)
 - Adjustment: Bump upstream broker dependency to 0.14.x
 - Improvement: Better chance to remove accounts from broker (#651)
 - Improvement: Cleaner console output when the http local server is visited in https protocol (#546)
 - Improvement: Reduce a bare
 exceptclause (#667)Note:
- The previous preview features in previous
 1.27.0b2requires more beta testing, so they did NOT make it to1.27.0. If you want to beta test1.27.0b2, follow its own instruction.- MSAL Python 1.27 is the last version that still runs on Python 2.7
 New Contributors
@Singletonedmade their first contribution in AzureAD/microsoft-authentication-library-for-python#667Full Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.26.0...1.27.0
MSAL Python 1.27.0b2
This beta release is a preview for the broker-on-Mac support. You can install it by
pip install msal==1.27.0b2. Please refer to this staged API Reference Doc for how to opt into this new feature.
Commits
2d03ad9MSAL Python 1.28.0e06ca87A semi-auto script to test Azure CLI with broker70e09fbImplements a new optional oidc_authority parameterc442c78Rebrand from AAD to Microsoft Entra (#655)8ff855eMerge pull request #673 from AzureAD/iulico/update-broker-default-redirect-uric73b7caupdate the default broker redirect uri7e04519Releasing 1.279a866caDon't use bare except when importing (#667)59c3000Pick up latest PyMsalRuntime 0.14.x4f0e03dCCA can be tested by: python -m msal- Additional commits viewable in compare view
 
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.