From f06054a46aadd5197643b76fa5a903ef001422f9 Mon Sep 17 00:00:00 2001 From: Jingjing Jia <137744850+jingjingjia-ms@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:04:27 -0700 Subject: [PATCH] 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). --- pyproject.toml | 2 +- requirements-dev.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf10142932..1cf8b673d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "microsoft-kiota-serialization-text >=1.8.0,<2.0.0", "microsoft-kiota-serialization-form >=1.8.0,<2.0.0", "microsoft-kiota-serialization-multipart >=1.8.0,<2.0.0", - "msgraph_core >=1.3.1" + "msgraph_core >=1.5.1" ] requires-python = ">=3.10" diff --git a/requirements-dev.txt b/requirements-dev.txt index 5b438dd690..ad28572ddd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,16 +33,16 @@ lazy-object-proxy==1.12.0 lexid==2021.1006 looseversion==1.3.0 mccabe==0.7.0 -microsoft-kiota-abstractions==1.10.2 -microsoft-kiota-authentication-azure==1.10.2 -microsoft-kiota-http==1.10.2 -microsoft-kiota-serialization-form==1.10.2 -microsoft-kiota-serialization-json==1.10.2 -microsoft-kiota-serialization-multipart==1.10.2 -microsoft-kiota-serialization-text==1.10.2 +microsoft-kiota-abstractions==1.11.7 +microsoft-kiota-authentication-azure==1.11.7 +microsoft-kiota-http==1.11.7 +microsoft-kiota-serialization-form==1.11.7 +microsoft-kiota-serialization-json==1.11.7 +microsoft-kiota-serialization-multipart==1.11.7 +microsoft-kiota-serialization-text==1.11.7 msal==1.37.0 msal-extensions==1.3.1 -msgraph-core==1.4.0 +msgraph-core==1.5.1 multidict==6.7.1 mypy==2.1.0 mypy-extensions==1.1.0