@@ -12,14 +12,11 @@ authors = [{name = "Microsoft", email = "graphtooling+python@microsoft.com"}]
1212description = " The Microsoft Graph Python SDK"
1313dependencies = [
1414 " azure-identity >=1.12.0" ,
15- " microsoft-kiota-abstractions >=1.3.0,<2.0.0" ,
16- " microsoft-kiota-authentication-azure >=1.0.0,<2.0.0" ,
17- " microsoft-kiota-serialization-json >=1.3.0,<2.0.0" ,
18- " microsoft-kiota-serialization-text >=1.0.0,<2.0.0" ,
19- " microsoft-kiota-serialization-form >=0.1.0" ,
20- " microsoft-kiota-serialization-multipart >=0.1.0" ,
21- " microsoft-kiota-http >=1.0.0,<2.0.0" ,
22- " msgraph_core >=1.0.0"
15+ " microsoft-kiota-serialization-json >=1.8.0,<2.0.0" ,
16+ " microsoft-kiota-serialization-text >=1.8.0,<2.0.0" ,
17+ " microsoft-kiota-serialization-form >=1.8.0,<2.0.0" ,
18+ " microsoft-kiota-serialization-multipart >=1.8.0,<2.0.0" ,
19+ " msgraph_core >=1.3.1"
2320
2421]
2522requires-python = " >=3.9"
@@ -32,6 +29,7 @@ classifiers = [
3229 " Programming Language :: Python :: 3.10" ,
3330 " Programming Language :: Python :: 3.11" ,
3431 " Programming Language :: Python :: 3.12" ,
32+ " Programming Language :: Python :: 3.13" ,
3533 " License :: OSI Approved :: MIT License" ,
3634]
3735
0 commit comments