Skip to content

Commit d6c9f86

Browse files
authored
fix: higher kiota abstractions requirement to avoid missing multipart
Bump kiota abstr to >=1.3.0 due to multipart support
2 parents 2ef486c + 8ec590e commit d6c9f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212
description = "The Microsoft Graph Python SDK"
1313
dependencies = [
1414
"azure-identity >=1.12.0",
15-
"microsoft-kiota-abstractions >=1.0.0,<2.0.0",
15+
"microsoft-kiota-abstractions >=1.3.0,<2.0.0",
1616
"microsoft-kiota-authentication-azure >=1.0.0,<2.0.0",
1717
"microsoft-kiota-serialization-json >=1.0.0,<2.0.0",
1818
"microsoft-kiota-serialization-text >=1.0.0,<2.0.0",

0 commit comments

Comments
 (0)