File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -104,6 +104,10 @@ microsoft-kiota-serialization-json==1.1.0
104104
105105microsoft-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+
107111msal == 1.27.0
108112
109113msal-extensions == 1.1.0
You can’t perform that action at this time.
0 commit comments