Skip to content

Commit 51b7064

Browse files
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 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).
1 parent 13a88c5 commit 51b7064

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"microsoft-kiota-serialization-text >=1.9.0,<2.0.0",
1919
"microsoft-kiota-serialization-form >=1.9.0",
2020
"microsoft-kiota-serialization-multipart >=1.9.0",
21-
"msgraph_core >=1.3.1"
21+
"msgraph_core >=1.5.1"
2222

2323
]
2424
requires-python = ">=3.10"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ microsoft-kiota-serialization-multipart==1.11.6
4141
microsoft-kiota-serialization-text==1.11.6
4242
msal==1.37.0
4343
msal-extensions==1.3.1
44-
msgraph-core==1.4.0
44+
msgraph-core==1.5.1
4545
multidict==6.7.1
4646
mypy==2.2.0
4747
mypy-extensions==1.1.0

0 commit comments

Comments
 (0)