Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoftgraph/msgraph-sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.59.1
Choose a base ref
...
head repository: microsoftgraph/msgraph-sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.59.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 14, 2026

  1. fix(deps): bump msgraph-core floor to >=1.5.1

    Raise the runtime dependency lower bound for msgraph-core from >=1.3.1 to >=1.5.1. Core versions below 1.5.1 contain a request-fatal bug where an unsanitized HostOs telemetry header (trailing whitespace in platform.version() on some kernels) causes h11 to reject every request with LocalProtocolError. The fix landed in the 1.5.0 tag but was first published to PyPI as 1.5.1 (1.5.0 was never released), so 1.5.1 is the first installable fixed version.
    
    Bump the dev pins to core 1.5.1 and the coordinated microsoft-kiota-* 1.11.7 set (core 1.5.1 requires kiota-abstractions >=1.11.6).
    jingjingjia-ms committed Jul 14, 2026
    Configuration menu
    Copy the full SHA
    f06054a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1549 from microsoftgraph/fix/bump-core-floor-1-5-0

    fix(deps): bump msgraph-core floor to >=1.5.1
    jingjingjia-ms authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    9e430ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c070e4b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1550 from microsoftgraph/release-please--branches…

    …--main--components--msgraph
    
    chore(main): release 1.59.2
    jingjingjia-ms authored Jul 14, 2026
    Configuration menu
    Copy the full SHA
    3f2cd47 View commit details
    Browse the repository at this point in the history
Loading