Skip to content

Commit b38570e

Browse files
fix(deps): bump msgraph-core floor to >=1.5.0
Raise the runtime dependency lower bound for msgraph-core from >=1.3.1 to >=1.5.0 to exclude core versions affected by microsoftgraph/msgraph-sdk-python-core#1087, where an unsanitized HostOs telemetry header (trailing whitespace in platform.version()) causes h11 to reject every request with LocalProtocolError. Fixed in core v1.5.0.
1 parent 107cc70 commit b38570e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"microsoft-kiota-serialization-text >=1.8.0,<2.0.0",
1717
"microsoft-kiota-serialization-form >=1.8.0,<2.0.0",
1818
"microsoft-kiota-serialization-multipart >=1.8.0,<2.0.0",
19-
"msgraph_core >=1.3.1"
19+
"msgraph_core >=1.5.0"
2020

2121
]
2222
requires-python = ">=3.10"

0 commit comments

Comments
 (0)