microsoft-agents-authentication-msal 0.6.0.dev17__py3-none-any.whl → 0.7.0__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.
- {microsoft_agents_authentication_msal-0.6.0.dev17.dist-info → microsoft_agents_authentication_msal-0.7.0.dist-info}/METADATA +21 -3
- microsoft_agents_authentication_msal-0.7.0.dist-info/RECORD +10 -0
- microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/RECORD +0 -10
- {microsoft_agents_authentication_msal-0.6.0.dev17.dist-info → microsoft_agents_authentication_msal-0.7.0.dist-info}/WHEEL +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev17.dist-info → microsoft_agents_authentication_msal-0.7.0.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_authentication_msal-0.6.0.dev17.dist-info → microsoft_agents_authentication_msal-0.7.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-authentication-msal
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: A msal-based authentication library for Microsoft Agents
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -15,7 +15,7 @@ Classifier: Operating System :: OS Independent
|
|
|
15
15
|
Requires-Python: >=3.10
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
|
-
Requires-Dist: microsoft-agents-hosting-core==0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.7.0
|
|
19
19
|
Requires-Dist: msal>=1.31.1
|
|
20
20
|
Requires-Dist: requests>=2.32.3
|
|
21
21
|
Requires-Dist: cryptography>=44.0.0
|
|
@@ -39,11 +39,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
|
|
|
39
39
|
<th style="width:20%">Date</th>
|
|
40
40
|
<th style="width:60%">Release Notes</th>
|
|
41
41
|
</tr>
|
|
42
|
+
<tr>
|
|
43
|
+
<td>0.6.1</td>
|
|
44
|
+
<td>2025-12-01</td>
|
|
45
|
+
<td>
|
|
46
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
|
|
47
|
+
0.6.1 Release Notes
|
|
48
|
+
</a>
|
|
49
|
+
</td>
|
|
50
|
+
</tr>
|
|
51
|
+
<tr>
|
|
52
|
+
<td>0.6.0</td>
|
|
53
|
+
<td>2025-11-18</td>
|
|
54
|
+
<td>
|
|
55
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
|
|
56
|
+
0.6.0 Release Notes
|
|
57
|
+
</a>
|
|
58
|
+
</td>
|
|
59
|
+
</tr>
|
|
42
60
|
<tr>
|
|
43
61
|
<td>0.5.0</td>
|
|
44
62
|
<td>2025-10-22</td>
|
|
45
63
|
<td>
|
|
46
|
-
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
|
|
64
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
|
|
47
65
|
0.5.0 Release Notes
|
|
48
66
|
</a>
|
|
49
67
|
</td>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
microsoft_agents/authentication/msal/__init__.py,sha256=hjPpakL4zyqeCTEBOUCcHaRnSpG80q-L0csG5HMalYI,151
|
|
2
|
+
microsoft_agents/authentication/msal/msal_auth.py,sha256=iWXAFYYv0MoxK_mvuRq_cren8fJZWrBbW7hsSGmTDLQ,17057
|
|
3
|
+
microsoft_agents/authentication/msal/msal_connection_manager.py,sha256=v7o0ONzjId1G6Ta7IjHc1NtSeM3NWH4t7YilrwJzvYg,5713
|
|
4
|
+
microsoft_agents/authentication/msal/errors/__init__.py,sha256=9dbI_fGa0J4-qq6mTwdAIjaDADDFypenn4ZcsK-F4nE,449
|
|
5
|
+
microsoft_agents/authentication/msal/errors/error_resources.py,sha256=BIZNjhKLNZmyggblBkyQ3R2pGq3VkllEoni6QgBI4hw,1849
|
|
6
|
+
microsoft_agents_authentication_msal-0.7.0.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
7
|
+
microsoft_agents_authentication_msal-0.7.0.dist-info/METADATA,sha256=-LL69ChFiBArNYy8zK3nuxQjCfQxivspJDKZn1__M8U,8940
|
|
8
|
+
microsoft_agents_authentication_msal-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
+
microsoft_agents_authentication_msal-0.7.0.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
10
|
+
microsoft_agents_authentication_msal-0.7.0.dist-info/RECORD,,
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
microsoft_agents/authentication/msal/__init__.py,sha256=hjPpakL4zyqeCTEBOUCcHaRnSpG80q-L0csG5HMalYI,151
|
|
2
|
-
microsoft_agents/authentication/msal/msal_auth.py,sha256=iWXAFYYv0MoxK_mvuRq_cren8fJZWrBbW7hsSGmTDLQ,17057
|
|
3
|
-
microsoft_agents/authentication/msal/msal_connection_manager.py,sha256=v7o0ONzjId1G6Ta7IjHc1NtSeM3NWH4t7YilrwJzvYg,5713
|
|
4
|
-
microsoft_agents/authentication/msal/errors/__init__.py,sha256=9dbI_fGa0J4-qq6mTwdAIjaDADDFypenn4ZcsK-F4nE,449
|
|
5
|
-
microsoft_agents/authentication/msal/errors/error_resources.py,sha256=BIZNjhKLNZmyggblBkyQ3R2pGq3VkllEoni6QgBI4hw,1849
|
|
6
|
-
microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
7
|
-
microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/METADATA,sha256=0NN2zDivXxPQnvH6hUsnmM0C_YUtVuS-PxbQLThOH10,8375
|
|
8
|
-
microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
9
|
-
microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
10
|
-
microsoft_agents_authentication_msal-0.6.0.dev17.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|