Skip to content

Commit ac59c14

Browse files
committed
Update dependencies
1 parent 70643ee commit ac59c14

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ dependencies = [
1313
"microsoft-kiota-authentication-azure >=1.0.0,<2.0.0",
1414
"microsoft-kiota-serialization-json >=1.0.0,<2.0.0",
1515
"microsoft-kiota-serialization-text >=1.0.0,<2.0.0",
16+
"microsoft-kiota-serialization-form >=0.1.0",
17+
"microsoft-kiota-serialization-multipart >=0.1.0",
1618
"microsoft-kiota-http >=1.0.0,<2.0.0",
1719
"msgraph_core >=1.0.0"
1820

@@ -27,6 +29,7 @@ classifiers = [
2729
"Programming Language :: Python :: 3.9",
2830
"Programming Language :: Python :: 3.10",
2931
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12",
3033
"License :: OSI Approved :: MIT License",
3134
]
3235

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ microsoft-kiota-serialization-json==1.1.0
104104

105105
microsoft-kiota-serialization-text==1.0.0
106106

107+
microsoft-kiota-serialization-form ==0.1.0
108+
109+
microsoft-kiota-serialization-multipart ==0.1.0
110+
107111
msal==1.27.0
108112

109113
msal-extensions==1.1.0

0 commit comments

Comments
 (0)