Skip to content

fix(deps): bump msgraph-core floor to >=1.5.1#1113

Merged
jingjingjia-ms merged 1 commit into
mainfrom
fix/bump-core-floor-1-5-0
Jul 14, 2026
Merged

fix(deps): bump msgraph-core floor to >=1.5.1#1113
jingjingjia-ms merged 1 commit into
mainfrom
fix/bump-core-floor-1-5-0

Conversation

@jingjingjia-ms

@jingjingjia-ms jingjingjia-ms commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Raises the runtime msgraph-core lower bound from >=1.3.1 to >=1.5.1, and updates the dev lockfile to match.

Changes:

  • pyproject.toml: runtime dep msgraph_core >=1.3.1 -> >=1.5.1
  • requirements-dev.txt: msgraph-core==1.4.0 -> ==1.5.1 (the microsoft-kiota-* dev pins are already at 1.11.6, which satisfies core 1.5.1)

@jingjingjia-ms jingjingjia-ms requested a review from a team as a code owner July 14, 2026 16:45
@jingjingjia-ms jingjingjia-ms force-pushed the fix/bump-core-floor-1-5-0 branch 3 times, most recently from 3716b2b to 98abdd1 Compare July 14, 2026 17:03
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).
@jingjingjia-ms jingjingjia-ms force-pushed the fix/bump-core-floor-1-5-0 branch from 98abdd1 to 51b7064 Compare July 14, 2026 17:04
@jingjingjia-ms jingjingjia-ms changed the title fix(deps): bump msgraph-core floor to >=1.5.0 fix(deps): bump msgraph-core floor to >=1.5.1 Jul 14, 2026
@jingjingjia-ms jingjingjia-ms merged commit 7c7343b into main Jul 14, 2026
10 checks passed
@jingjingjia-ms jingjingjia-ms deleted the fix/bump-core-floor-1-5-0 branch July 14, 2026 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants