microsoft-agents-authentication-msal 1.1.0.dev9__tar.gz → 1.2.0.dev1__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 (20) hide show
  1. {microsoft_agents_authentication_msal-1.1.0.dev9/microsoft_agents_authentication_msal.egg-info → microsoft_agents_authentication_msal-1.2.0.dev1}/PKG-INFO +12 -2
  2. microsoft_agents_authentication_msal-1.2.0.dev1/VERSION.txt +1 -0
  3. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1/microsoft_agents_authentication_msal.egg-info}/PKG-INFO +12 -2
  4. microsoft_agents_authentication_msal-1.2.0.dev1/microsoft_agents_authentication_msal.egg-info/requires.txt +3 -0
  5. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/readme.md +10 -0
  6. microsoft_agents_authentication_msal-1.1.0.dev9/VERSION.txt +0 -1
  7. microsoft_agents_authentication_msal-1.1.0.dev9/microsoft_agents_authentication_msal.egg-info/requires.txt +0 -3
  8. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/LICENSE +0 -0
  9. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/MANIFEST.in +0 -0
  10. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents/authentication/msal/__init__.py +0 -0
  11. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents/authentication/msal/errors/__init__.py +0 -0
  12. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents/authentication/msal/errors/error_resources.py +0 -0
  13. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents/authentication/msal/msal_auth.py +0 -0
  14. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents/authentication/msal/msal_connection_manager.py +0 -0
  15. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents_authentication_msal.egg-info/SOURCES.txt +0 -0
  16. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents_authentication_msal.egg-info/dependency_links.txt +0 -0
  17. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/microsoft_agents_authentication_msal.egg-info/top_level.txt +0 -0
  18. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/pyproject.toml +0 -0
  19. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/setup.cfg +0 -0
  20. {microsoft_agents_authentication_msal-1.1.0.dev9 → microsoft_agents_authentication_msal-1.2.0.dev1}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 1.1.0.dev9
3
+ Version: 1.2.0.dev1
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==1.1.0.dev9
18
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev1
19
19
  Requires-Dist: msal>=1.34.0
20
20
  Requires-Dist: requests>=2.32.3
21
21
  Dynamic: license-file
@@ -38,6 +38,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
38
38
  <th style="width:20%">Date</th>
39
39
  <th style="width:60%">Release Notes</th>
40
40
  </tr>
41
+ <tr>
42
+ <td>1.1.0</td>
43
+ <td>2026-06-19</td>
44
+ <td>
45
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
46
+ 1.1.0 Release Notes
47
+ </a>
48
+ </td>
49
+ </tr>
41
50
  <tr>
42
51
  <td>1.0.0</td>
43
52
  <td>2026-05-22</td>
@@ -113,6 +122,7 @@ We offer the following PyPI packages to create conversational experiences based
113
122
  | `microsoft-agents-hosting-core` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-core)](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
114
123
  | `microsoft-agents-hosting-aiohttp` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-aiohttp)](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
115
124
  | `microsoft-agents-hosting-teams` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-teams)](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
125
+ | `microsoft-agents-hosting-dialogs` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-dialogs)](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
116
126
  | `microsoft-agents-storage-blob` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-blob)](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
117
127
  | `microsoft-agents-storage-cosmos` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-cosmos)](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
118
128
  | `microsoft-agents-authentication-msal` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-authentication-msal)](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-authentication-msal
3
- Version: 1.1.0.dev9
3
+ Version: 1.2.0.dev1
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==1.1.0.dev9
18
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev1
19
19
  Requires-Dist: msal>=1.34.0
20
20
  Requires-Dist: requests>=2.32.3
21
21
  Dynamic: license-file
@@ -38,6 +38,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
38
38
  <th style="width:20%">Date</th>
39
39
  <th style="width:60%">Release Notes</th>
40
40
  </tr>
41
+ <tr>
42
+ <td>1.1.0</td>
43
+ <td>2026-06-19</td>
44
+ <td>
45
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
46
+ 1.1.0 Release Notes
47
+ </a>
48
+ </td>
49
+ </tr>
41
50
  <tr>
42
51
  <td>1.0.0</td>
43
52
  <td>2026-05-22</td>
@@ -113,6 +122,7 @@ We offer the following PyPI packages to create conversational experiences based
113
122
  | `microsoft-agents-hosting-core` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-core)](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
114
123
  | `microsoft-agents-hosting-aiohttp` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-aiohttp)](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
115
124
  | `microsoft-agents-hosting-teams` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-teams)](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
125
+ | `microsoft-agents-hosting-dialogs` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-dialogs)](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
116
126
  | `microsoft-agents-storage-blob` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-blob)](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
117
127
  | `microsoft-agents-storage-cosmos` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-cosmos)](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
118
128
  | `microsoft-agents-authentication-msal` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-authentication-msal)](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
@@ -0,0 +1,3 @@
1
+ microsoft-agents-hosting-core==1.2.0.dev1
2
+ msal>=1.34.0
3
+ requests>=2.32.3
@@ -15,6 +15,15 @@ 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>1.1.0</td>
20
+ <td>2026-06-19</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-v110">
23
+ 1.1.0 Release Notes
24
+ </a>
25
+ </td>
26
+ </tr>
18
27
  <tr>
19
28
  <td>1.0.0</td>
20
29
  <td>2026-05-22</td>
@@ -90,6 +99,7 @@ We offer the following PyPI packages to create conversational experiences based
90
99
  | `microsoft-agents-hosting-core` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-core)](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
91
100
  | `microsoft-agents-hosting-aiohttp` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-aiohttp)](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
92
101
  | `microsoft-agents-hosting-teams` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-teams)](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
102
+ | `microsoft-agents-hosting-dialogs` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-hosting-dialogs)](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
93
103
  | `microsoft-agents-storage-blob` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-blob)](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
94
104
  | `microsoft-agents-storage-cosmos` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-storage-cosmos)](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
95
105
  | `microsoft-agents-authentication-msal` | [![PyPI](https://img.shields.io/pypi/v/microsoft-agents-authentication-msal)](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
@@ -1 +0,0 @@
1
- 1.1.0.dev9
@@ -1,3 +0,0 @@
1
- microsoft-agents-hosting-core==1.1.0.dev9
2
- msal>=1.34.0
3
- requests>=2.32.3