msgraph-sdk-python-core
msgraph-sdk-python-core copied to clipboard
chore(deps-dev): bump azure-core from 1.35.0 to 1.36.0
Bumps azure-core from 1.35.0 to 1.36.0.
Release notes
Sourced from azure-core's releases.
azure-core_1.36.0
1.36.0 (2025-10-14)
Features Added
- Added
TypeHandlerRegistrytoazure.core.serializationto allow developers to register custom serializers and deserializers for specific types or conditions. #43051Bugs Fixed
- Fixed repeated import attempts of cchardet and chardet when charset_normalizer is used #43092
Other Changes
- Removed
sixas a dependency since it was unused. #39962- Added caching to the tracing implementation detection function to prevent potential performance issues from repeated import attempts. #43338
azure-core_1.35.1
1.35.1 (2025-09-11)
Bugs Fixed
- Fixed an issue where the
retry_backoff_maxparameter inRetryPolicyandAsyncRetryPolicyconstructors was being ignored, causing retry operations to use default maximum backoff values instead of the user-specified limits. #42444Other Changes
BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicywill now properly surface credential exceptions when handling claims challenges. Previously, exceptions from credential token requests were suppressed; now they are raised and chained with the original 401HttpResponseErrorresponse for better debugging visibility. #42536
Commits
12ad0ed[Core] Prepare 1.36.0 releaseb52527c[Core] Update TypeHandlerRegistry typing (#43393)cf6b995[Core] Add tracing impl detection function caching (#43338)8ba0717[Core] Add type handling registry (#43051)3ccc15eazure-core: remove six dependency (#39962)129e858[azure-core] Cache the search for charset detection library (#43092)e432a89[Core] Enable CAE in auth policy by default (#42941)2352685Increment package version after release of azure-core (#42979)e4fde9e[Core] Prepare release (#42966)df01859[Core] Read stream challenge error response (#42920)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code