fix(deps): bump msgraph-core floor to >=1.5.1#1113
Merged
Conversation
3716b2b to
98abdd1
Compare
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 pin to core 1.5.1 (kiota dev pins already at 1.11.6, which satisfies core 1.5.1's kiota-abstractions >=1.11.6 requirement).
98abdd1 to
51b7064
Compare
peombwa
approved these changes
Jul 14, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Raises the runtime
msgraph-corelower bound from>=1.3.1to>=1.5.1, and updates the dev lockfile to match.Changes:
pyproject.toml: runtime depmsgraph_core >=1.3.1->>=1.5.1requirements-dev.txt:msgraph-core==1.4.0->==1.5.1(themicrosoft-kiota-*dev pins are already at1.11.6, which satisfies core 1.5.1)