msgraph-beta-sdk-python
msgraph-beta-sdk-python copied to clipboard
chore(deps-dev): bump msal from 1.33.0 to 1.34.0
Bumps msal from 1.33.0 to 1.34.0.
Release notes
Sourced from msal's releases.
MSAL Python 1.34.0
This release includes:
- All the changes in 1.34.0b1, plus bumping the dependency
cryptographyupper bound, which also drops Python 3.7 support.- Officially support Python 3.13
What's Changed
- ManagedIdentityClient(..., client_capabilities=["cp1"]).acquire_token_for_client(..., claims_challenge="...") by
@rayluoin AzureAD/microsoft-authentication-library-for-python#791- Update deprecated TokenCache API usage by
@pvaneckin AzureAD/microsoft-authentication-library-for-python#805- Enable broker support on Linux for WSL by
@DharshanBJin AzureAD/microsoft-authentication-library-for-python#766- Fix username/password validation in broker test by
@emmanuel-ferdmanin AzureAD/microsoft-authentication-library-for-python#807- Merge release 1.32.3 back to dev branch by
@rayluoin AzureAD/microsoft-authentication-library-for-python#816- Add dependency management suggestions by
@rayluoin AzureAD/microsoft-authentication-library-for-python#819- Remind developers about http_cache's unstable format by
@rayluoin AzureAD/microsoft-authentication-library-for-python#821- Properly throw MsalServiceError exception by
@rayluoin AzureAD/microsoft-authentication-library-for-python#820- Improve test cases to test header-less response by
@rayluoin AzureAD/microsoft-authentication-library-for-python#822- Upgrade dependency by
@rayluoin AzureAD/microsoft-authentication-library-for-python#824- Linux broker needs a specific redirect_uri by
@rayluoin AzureAD/microsoft-authentication-library-for-python#826- MSAL Python 1.33.0b1 release by
@rayluoin AzureAD/microsoft-authentication-library-for-python#827- Use lowercase environment value during searching by
@rayluoin AzureAD/microsoft-authentication-library-for-python#831- Add claims challenge parameter in initiate_device_flow by
@ashok672in AzureAD/microsoft-authentication-library-for-python#839- MSAL Python 1.33.0 by
@rayluoin AzureAD/microsoft-authentication-library-for-python#841- Declare support for Python 3.13 by
@rayluoin AzureAD/microsoft-authentication-library-for-python#851New Contributors
@pvaneckmade their first contribution in AzureAD/microsoft-authentication-library-for-python#805@emmanuel-ferdmanmade their first contribution in AzureAD/microsoft-authentication-library-for-python#807@ashok672made their first contribution in AzureAD/microsoft-authentication-library-for-python#839Full Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.32.3...1.34.0
MSAL Python 1.34.0b1
What's Changed
- Use lowercase environment value during searching by
@rayluoin AzureAD/microsoft-authentication-library-for-python#831- Add claims challenge parameter in initiate_device_flow by
@ashok672in AzureAD/microsoft-authentication-library-for-python#839New Contributors
@ashok672made their first contribution in AzureAD/microsoft-authentication-library-for-python#839Full Changelog: https://github.com/AzureAD/microsoft-authentication-library-for-python/compare/1.33.0...1.34.0b1
Commits
3edd99a1.34.0b1 + minor changes = 1.34.0a59bd09Bumping cryptography which also drops Python 3.7e6997a9Declare support for Python 3.13f3651cdMSAL Python 1.34.0b1854136aADFS labs were decommissioned since late July 2025923a732MSAL Python 1.33.0 (#841)70fd4d1Add claims challenge parameter in initiate_device_flow (#839)b1d8cd7Use lowercase environment value during searching- See full diff 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)