microsoft-agents-authentication-msal 0.7.0.dev4__tar.gz → 0.7.0.dev8__tar.gz

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.
Files changed (18) hide show
  1. microsoft_agents_authentication_msal-0.7.0.dev8/MANIFEST.in +1 -0
  2. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/PKG-INFO +21 -3
  3. microsoft_agents_authentication_msal-0.7.0.dev8/VERSION.txt +1 -0
  4. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents_authentication_msal.egg-info/PKG-INFO +21 -3
  5. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents_authentication_msal.egg-info/SOURCES.txt +2 -0
  6. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents_authentication_msal.egg-info/requires.txt +1 -1
  7. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/readme.md +19 -1
  8. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/LICENSE +0 -0
  9. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents/authentication/msal/__init__.py +0 -0
  10. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents/authentication/msal/errors/__init__.py +0 -0
  11. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents/authentication/msal/errors/error_resources.py +0 -0
  12. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents/authentication/msal/msal_auth.py +0 -0
  13. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents/authentication/msal/msal_connection_manager.py +0 -0
  14. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents_authentication_msal.egg-info/dependency_links.txt +0 -0
  15. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/microsoft_agents_authentication_msal.egg-info/top_level.txt +0 -0
  16. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/pyproject.toml +0 -0
  17. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/setup.cfg +0 -0
  18. {microsoft_agents_authentication_msal-0.7.0.dev4 → microsoft_agents_authentication_msal-0.7.0.dev8}/setup.py +0 -0
@@ -0,0 +1 @@
1
+ include VERSION.txt
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 0.7.0.dev4
3
+ Version: 0.7.0.dev8
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.7.0.dev4
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev8
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>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 0.7.0.dev4
3
+ Version: 0.7.0.dev8
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.7.0.dev4
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev8
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>
@@ -1,4 +1,4 @@
1
- microsoft-agents-hosting-core==0.7.0.dev4
1
+ microsoft-agents-hosting-core==0.7.0.dev8
2
2
  msal>=1.31.1
3
3
  requests>=2.32.3
4
4
  cryptography>=44.0.0
@@ -15,11 +15,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
15
15
  <th style="width:20%">Date</th>
16
16
  <th style="width:60%">Release Notes</th>
17
17
  </tr>
18
+ <tr>
19
+ <td>0.6.1</td>
20
+ <td>2025-12-01</td>
21
+ <td>
22
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
23
+ 0.6.1 Release Notes
24
+ </a>
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td>0.6.0</td>
29
+ <td>2025-11-18</td>
30
+ <td>
31
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
32
+ 0.6.0 Release Notes
33
+ </a>
34
+ </td>
35
+ </tr>
18
36
  <tr>
19
37
  <td>0.5.0</td>
20
38
  <td>2025-10-22</td>
21
39
  <td>
22
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
40
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
23
41
  0.5.0 Release Notes
24
42
  </a>
25
43
  </td>