msgraph-sdk 1.5.2__py3-none-any.whl → 1.5.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- msgraph/_version.py +1 -1
- {msgraph_sdk-1.5.2.dist-info → msgraph_sdk-1.5.3.dist-info}/METADATA +2 -2
- {msgraph_sdk-1.5.2.dist-info → msgraph_sdk-1.5.3.dist-info}/RECORD +5 -5
- {msgraph_sdk-1.5.2.dist-info → msgraph_sdk-1.5.3.dist-info}/LICENSE +0 -0
- {msgraph_sdk-1.5.2.dist-info → msgraph_sdk-1.5.3.dist-info}/WHEEL +0 -0
msgraph/_version.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: msgraph-sdk
|
3
|
-
Version: 1.5.
|
3
|
+
Version: 1.5.3
|
4
4
|
Summary: The Microsoft Graph Python SDK
|
5
5
|
Keywords: msgraph,openAPI,Microsoft,Graph
|
6
6
|
Author-email: Microsoft <graphtooling+python@microsoft.com>
|
@@ -14,7 +14,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
15
15
|
Classifier: License :: OSI Approved :: MIT License
|
16
16
|
Requires-Dist: azure-identity >=1.12.0
|
17
|
-
Requires-Dist: microsoft-kiota-abstractions >=1.
|
17
|
+
Requires-Dist: microsoft-kiota-abstractions >=1.3.0,<2.0.0
|
18
18
|
Requires-Dist: microsoft-kiota-authentication-azure >=1.0.0,<2.0.0
|
19
19
|
Requires-Dist: microsoft-kiota-serialization-json >=1.0.0,<2.0.0
|
20
20
|
Requires-Dist: microsoft-kiota-serialization-text >=1.0.0,<2.0.0
|
@@ -1,5 +1,5 @@
|
|
1
1
|
msgraph/__init__.py,sha256=z9y3uvhxSkYvEROUONqY_Lg8ORHRDI9mWdeqqPhSWEo,211
|
2
|
-
msgraph/_version.py,sha256=
|
2
|
+
msgraph/_version.py,sha256=d8VF-CPMZDFihzQgjU-kF5h_Oz-8MseDRfLOiljj_mc,97
|
3
3
|
msgraph/graph_request_adapter.py,sha256=t4rnrAb-jWOOzFO2m8fDT9F7DiqSHMMX7CoEToxGNkY,1033
|
4
4
|
msgraph/graph_service_client.py,sha256=dR9ftPDAm9gqjkDneQvACw3b3xP9xwFeL7kUO9g0VTQ,2563
|
5
5
|
msgraph/generated/base_graph_service_client.py,sha256=r20VzQf7Rof-4bLGg9PABZx6kI_QvHDeCWOgkIxGkrk,38092
|
@@ -14075,7 +14075,7 @@ msgraph/generated/users/item/wipe_managed_app_registrations_by_device_tag/wipe_m
|
|
14075
14075
|
msgraph/generated/users/item/wipe_managed_app_registrations_by_device_tag/wipe_managed_app_registrations_by_device_tag_request_builder.py,sha256=cs0cF_AEQdG4urptIX8XOqAku0a6F2ryA4RnAKIrmeE,4808
|
14076
14076
|
msgraph/generated/users/validate_properties/validate_properties_post_request_body.py,sha256=hE31eW2EJptqgTKN75o0gbbkqYrSOywqjObc6i_PCUY,3031
|
14077
14077
|
msgraph/generated/users/validate_properties/validate_properties_request_builder.py,sha256=la5enxOQqdxzxMg8PbtnFaS8rpneBet3knDE2x05XBU,6341
|
14078
|
-
msgraph_sdk-1.5.
|
14079
|
-
msgraph_sdk-1.5.
|
14080
|
-
msgraph_sdk-1.5.
|
14081
|
-
msgraph_sdk-1.5.
|
14078
|
+
msgraph_sdk-1.5.3.dist-info/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
14079
|
+
msgraph_sdk-1.5.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
14080
|
+
msgraph_sdk-1.5.3.dist-info/METADATA,sha256=vLihhpj4yduQMPfz7t7Yfq3uDgKzU-D6QKIjSAbwdDU,13326
|
14081
|
+
msgraph_sdk-1.5.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|