microsoft-agents-hosting-aiohttp 0.5.0.dev17__tar.gz → 0.6.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 (23) hide show
  1. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/PKG-INFO +20 -2
  2. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/PKG-INFO +20 -2
  3. microsoft_agents_hosting_aiohttp-0.6.0.dev1/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
  4. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/readme.md +18 -0
  5. microsoft_agents_hosting_aiohttp-0.5.0.dev17/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
  6. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/LICENSE +0 -0
  7. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
  8. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
  9. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
  10. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/app/__init__.py +0 -0
  11. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/__init__.py +0 -0
  12. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/citation.py +0 -0
  13. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/citation_util.py +0 -0
  14. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/streaming_response.py +0 -0
  15. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
  16. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
  17. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
  18. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -0
  19. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
  20. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
  21. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/pyproject.toml +0 -0
  22. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.0.dev1}/setup.cfg +0 -0
  23. {microsoft_agents_hosting_aiohttp-0.5.0.dev17 → microsoft_agents_hosting_aiohttp-0.6.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: 0.5.0.dev17
3
+ Version: 0.6.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==0.5.0.dev17
18
+ Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev1
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -32,6 +32,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
32
32
 
33
33
  This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehensive framework for building enterprise-grade conversational AI agents. The SDK enables developers to create intelligent agents that work across multiple platforms including Microsoft Teams, M365 Copilot, Copilot Studio, and web chat, with support for third-party integrations like Slack, Facebook Messenger, and Twilio.
34
34
 
35
+ ## Release Notes
36
+ <table style="width:100%">
37
+ <tr>
38
+ <th style="width:20%">Version</th>
39
+ <th style="width:20%">Date</th>
40
+ <th style="width:60%">Release Notes</th>
41
+ </tr>
42
+ <tr>
43
+ <td>0.5.0</td>
44
+ <td>2025-10-22</td>
45
+ <td>
46
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
47
+ 0.5.0 Release Notes
48
+ </a>
49
+ </td>
50
+ </tr>
51
+ </table>
52
+
35
53
  ## Packages Overview
36
54
 
37
55
  We offer the following PyPI packages to create conversational experiences based on Agents:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-aiohttp
3
- Version: 0.5.0.dev17
3
+ Version: 0.6.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==0.5.0.dev17
18
+ Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev1
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -32,6 +32,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
32
32
 
33
33
  This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehensive framework for building enterprise-grade conversational AI agents. The SDK enables developers to create intelligent agents that work across multiple platforms including Microsoft Teams, M365 Copilot, Copilot Studio, and web chat, with support for third-party integrations like Slack, Facebook Messenger, and Twilio.
34
34
 
35
+ ## Release Notes
36
+ <table style="width:100%">
37
+ <tr>
38
+ <th style="width:20%">Version</th>
39
+ <th style="width:20%">Date</th>
40
+ <th style="width:60%">Release Notes</th>
41
+ </tr>
42
+ <tr>
43
+ <td>0.5.0</td>
44
+ <td>2025-10-22</td>
45
+ <td>
46
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
47
+ 0.5.0 Release Notes
48
+ </a>
49
+ </td>
50
+ </tr>
51
+ </table>
52
+
35
53
  ## Packages Overview
36
54
 
37
55
  We offer the following PyPI packages to create conversational experiences based on Agents:
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==0.6.0.dev1
2
+ aiohttp>=3.11.11
@@ -10,6 +10,24 @@ This library bridges the Microsoft 365 Agents SDK with aiohttp, allowing you to
10
10
 
11
11
  This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehensive framework for building enterprise-grade conversational AI agents. The SDK enables developers to create intelligent agents that work across multiple platforms including Microsoft Teams, M365 Copilot, Copilot Studio, and web chat, with support for third-party integrations like Slack, Facebook Messenger, and Twilio.
12
12
 
13
+ ## Release Notes
14
+ <table style="width:100%">
15
+ <tr>
16
+ <th style="width:20%">Version</th>
17
+ <th style="width:20%">Date</th>
18
+ <th style="width:60%">Release Notes</th>
19
+ </tr>
20
+ <tr>
21
+ <td>0.5.0</td>
22
+ <td>2025-10-22</td>
23
+ <td>
24
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
25
+ 0.5.0 Release Notes
26
+ </a>
27
+ </td>
28
+ </tr>
29
+ </table>
30
+
13
31
  ## Packages Overview
14
32
 
15
33
  We offer the following PyPI packages to create conversational experiences based on Agents:
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.5.0.dev17
2
- aiohttp>=3.11.11