microsoft-agents-hosting-aiohttp 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.
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9/microsoft_agents_hosting_aiohttp.egg-info → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/PKG-INFO +12 -2
- microsoft_agents_hosting_aiohttp-1.2.0.dev1/VERSION.txt +1 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1/microsoft_agents_hosting_aiohttp.egg-info}/PKG-INFO +12 -2
- microsoft_agents_hosting_aiohttp-1.2.0.dev1/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/readme.md +10 -0
- microsoft_agents_hosting_aiohttp-1.1.0.dev9/VERSION.txt +0 -1
- microsoft_agents_hosting_aiohttp-1.1.0.dev9/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/LICENSE +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/MANIFEST.in +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/pyproject.toml +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/setup.cfg +0 -0
- {microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0.dev1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with aiohttp
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev1
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -39,6 +39,15 @@ 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>1.1.0</td>
|
|
44
|
+
<td>2026-06-19</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-v110">
|
|
47
|
+
1.1.0 Release Notes
|
|
48
|
+
</a>
|
|
49
|
+
</td>
|
|
50
|
+
</tr>
|
|
42
51
|
<tr>
|
|
43
52
|
<td>1.0.0</td>
|
|
44
53
|
<td>2026-05-22</td>
|
|
@@ -114,6 +123,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
114
123
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
115
124
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
116
125
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
126
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
117
127
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
118
128
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
119
129
|
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.2.0.dev1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0.dev1
|
|
4
4
|
Summary: Integration library for Microsoft Agents with aiohttp
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev1
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -39,6 +39,15 @@ 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>1.1.0</td>
|
|
44
|
+
<td>2026-06-19</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-v110">
|
|
47
|
+
1.1.0 Release Notes
|
|
48
|
+
</a>
|
|
49
|
+
</td>
|
|
50
|
+
</tr>
|
|
42
51
|
<tr>
|
|
43
52
|
<td>1.0.0</td>
|
|
44
53
|
<td>2026-05-22</td>
|
|
@@ -114,6 +123,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
114
123
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
115
124
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
116
125
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
126
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
117
127
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
118
128
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
119
129
|
| `microsoft-agents-authentication-msal` | [](https://pypi.org/project/microsoft-agents-authentication-msal/) | MSAL-based authentication for Microsoft Agents. |
|
|
@@ -17,6 +17,15 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
|
|
|
17
17
|
<th style="width:20%">Date</th>
|
|
18
18
|
<th style="width:60%">Release Notes</th>
|
|
19
19
|
</tr>
|
|
20
|
+
<tr>
|
|
21
|
+
<td>1.1.0</td>
|
|
22
|
+
<td>2026-06-19</td>
|
|
23
|
+
<td>
|
|
24
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
|
|
25
|
+
1.1.0 Release Notes
|
|
26
|
+
</a>
|
|
27
|
+
</td>
|
|
28
|
+
</tr>
|
|
20
29
|
<tr>
|
|
21
30
|
<td>1.0.0</td>
|
|
22
31
|
<td>2026-05-22</td>
|
|
@@ -92,6 +101,7 @@ We offer the following PyPI packages to create conversational experiences based
|
|
|
92
101
|
| `microsoft-agents-hosting-core` | [](https://pypi.org/project/microsoft-agents-hosting-core/) | Core library for Microsoft Agents hosting. |
|
|
93
102
|
| `microsoft-agents-hosting-aiohttp` | [](https://pypi.org/project/microsoft-agents-hosting-aiohttp/) | Configures aiohttp to run the Agent. |
|
|
94
103
|
| `microsoft-agents-hosting-teams` | [](https://pypi.org/project/microsoft-agents-hosting-teams/) | Provides classes to host an Agent for Teams. |
|
|
104
|
+
| `microsoft-agents-hosting-dialogs` | [](https://pypi.org/project/microsoft-agents-hosting-dialogs/) | Dialog system with waterfall dialogs, prompts, and multi-turn conversation management. |
|
|
95
105
|
| `microsoft-agents-storage-blob` | [](https://pypi.org/project/microsoft-agents-storage-blob/) | Extension to use Azure Blob as storage. |
|
|
96
106
|
| `microsoft-agents-storage-cosmos` | [](https://pypi.org/project/microsoft-agents-storage-cosmos/) | Extension to use CosmosDB as storage. |
|
|
97
107
|
| `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
|
{microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_hosting_aiohttp-1.1.0.dev9 → microsoft_agents_hosting_aiohttp-1.2.0.dev1}/setup.py
RENAMED
|
File without changes
|