microsoft-agents-hosting-teams 0.5.0.dev19__tar.gz → 0.6.0.dev4__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 (16) hide show
  1. {microsoft_agents_hosting_teams-0.5.0.dev19/microsoft_agents_hosting_teams.egg-info → microsoft_agents_hosting_teams-0.6.0.dev4}/PKG-INFO +20 -2
  2. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4/microsoft_agents_hosting_teams.egg-info}/PKG-INFO +20 -2
  3. microsoft_agents_hosting_teams-0.6.0.dev4/microsoft_agents_hosting_teams.egg-info/requires.txt +2 -0
  4. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/readme.md +18 -0
  5. microsoft_agents_hosting_teams-0.5.0.dev19/microsoft_agents_hosting_teams.egg-info/requires.txt +0 -2
  6. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/LICENSE +0 -0
  7. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents/hosting/teams/__init__.py +0 -0
  8. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents/hosting/teams/teams_activity_handler.py +0 -0
  9. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents/hosting/teams/teams_cloud_adapter.py +0 -0
  10. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents/hosting/teams/teams_info.py +0 -0
  11. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents_hosting_teams.egg-info/SOURCES.txt +0 -0
  12. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents_hosting_teams.egg-info/dependency_links.txt +0 -0
  13. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/microsoft_agents_hosting_teams.egg-info/top_level.txt +0 -0
  14. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/pyproject.toml +0 -0
  15. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/setup.cfg +0 -0
  16. {microsoft_agents_hosting_teams-0.5.0.dev19 → microsoft_agents_hosting_teams-0.6.0.dev4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 0.5.0.dev19
3
+ Version: 0.6.0.dev4
4
4
  Summary: Integration library for Microsoft Agents with Teams
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.dev19
18
+ Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev4
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -33,6 +33,24 @@ This library is still in flux, as the interfaces to Teams continue to evolve.
33
33
  # What is this?
34
34
  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.
35
35
 
36
+ ## Release Notes
37
+ <table style="width:100%">
38
+ <tr>
39
+ <th style="width:20%">Version</th>
40
+ <th style="width:20%">Date</th>
41
+ <th style="width:60%">Release Notes</th>
42
+ </tr>
43
+ <tr>
44
+ <td>0.5.0</td>
45
+ <td>2025-10-22</td>
46
+ <td>
47
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
48
+ 0.5.0 Release Notes
49
+ </a>
50
+ </td>
51
+ </tr>
52
+ </table>
53
+
36
54
  ## Packages Overview
37
55
 
38
56
  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-teams
3
- Version: 0.5.0.dev19
3
+ Version: 0.6.0.dev4
4
4
  Summary: Integration library for Microsoft Agents with Teams
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.dev19
18
+ Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev4
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -33,6 +33,24 @@ This library is still in flux, as the interfaces to Teams continue to evolve.
33
33
  # What is this?
34
34
  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.
35
35
 
36
+ ## Release Notes
37
+ <table style="width:100%">
38
+ <tr>
39
+ <th style="width:20%">Version</th>
40
+ <th style="width:20%">Date</th>
41
+ <th style="width:60%">Release Notes</th>
42
+ </tr>
43
+ <tr>
44
+ <td>0.5.0</td>
45
+ <td>2025-10-22</td>
46
+ <td>
47
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
48
+ 0.5.0 Release Notes
49
+ </a>
50
+ </td>
51
+ </tr>
52
+ </table>
53
+
36
54
  ## Packages Overview
37
55
 
38
56
  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.dev4
2
+ aiohttp>=3.11.11
@@ -11,6 +11,24 @@ This library is still in flux, as the interfaces to Teams continue to evolve.
11
11
  # What is this?
12
12
  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.
13
13
 
14
+ ## Release Notes
15
+ <table style="width:100%">
16
+ <tr>
17
+ <th style="width:20%">Version</th>
18
+ <th style="width:20%">Date</th>
19
+ <th style="width:60%">Release Notes</th>
20
+ </tr>
21
+ <tr>
22
+ <td>0.5.0</td>
23
+ <td>2025-10-22</td>
24
+ <td>
25
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
26
+ 0.5.0 Release Notes
27
+ </a>
28
+ </td>
29
+ </tr>
30
+ </table>
31
+
14
32
  ## Packages Overview
15
33
 
16
34
  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.dev19
2
- aiohttp>=3.11.11