Skip to content

Commit 955f85f

Browse files
authored
fix: requires a higher version of the JSON dependency
bump json serializer to >=1.3.0
2 parents 40a35b8 + 5ee9548 commit 955f85f

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
@@ -14,7 +14,7 @@ dependencies = [
1414
"azure-identity >=1.12.0",
1515
"microsoft-kiota-abstractions >=1.3.0,<2.0.0",
1616
"microsoft-kiota-authentication-azure >=1.0.0,<2.0.0",
17-
"microsoft-kiota-serialization-json >=1.0.0,<2.0.0",
17+
"microsoft-kiota-serialization-json >=1.3.0,<2.0.0",
1818
"microsoft-kiota-serialization-text >=1.0.0,<2.0.0",
1919
"microsoft-kiota-serialization-form >=0.1.0",
2020
"microsoft-kiota-serialization-multipart >=0.1.0",

0 commit comments

Comments
 (0)