microsoft-agents-hosting-teams 0.7.0.dev6__tar.gz → 0.7.0.dev10__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 (21) hide show
  1. {microsoft_agents_hosting_teams-0.7.0.dev6/microsoft_agents_hosting_teams.egg-info → microsoft_agents_hosting_teams-0.7.0.dev10}/PKG-INFO +21 -3
  2. microsoft_agents_hosting_teams-0.7.0.dev10/VERSION.txt +1 -0
  3. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10/microsoft_agents_hosting_teams.egg-info}/PKG-INFO +21 -3
  4. microsoft_agents_hosting_teams-0.7.0.dev10/microsoft_agents_hosting_teams.egg-info/requires.txt +2 -0
  5. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/readme.md +19 -1
  6. microsoft_agents_hosting_teams-0.7.0.dev6/VERSION.txt +0 -1
  7. microsoft_agents_hosting_teams-0.7.0.dev6/microsoft_agents_hosting_teams.egg-info/requires.txt +0 -2
  8. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/LICENSE +0 -0
  9. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/MANIFEST.in +0 -0
  10. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/__init__.py +0 -0
  11. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/errors/__init__.py +0 -0
  12. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/errors/error_resources.py +0 -0
  13. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/teams_activity_handler.py +0 -0
  14. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/teams_cloud_adapter.py +0 -0
  15. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents/hosting/teams/teams_info.py +0 -0
  16. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents_hosting_teams.egg-info/SOURCES.txt +0 -0
  17. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents_hosting_teams.egg-info/dependency_links.txt +0 -0
  18. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/microsoft_agents_hosting_teams.egg-info/top_level.txt +0 -0
  19. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/pyproject.toml +0 -0
  20. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/setup.cfg +0 -0
  21. {microsoft_agents_hosting_teams-0.7.0.dev6 → microsoft_agents_hosting_teams-0.7.0.dev10}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 0.7.0.dev6
3
+ Version: 0.7.0.dev10
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.7.0.dev6
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev10
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -40,11 +40,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
40
40
  <th style="width:20%">Date</th>
41
41
  <th style="width:60%">Release Notes</th>
42
42
  </tr>
43
+ <tr>
44
+ <td>0.6.1</td>
45
+ <td>2025-12-01</td>
46
+ <td>
47
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
48
+ 0.6.1 Release Notes
49
+ </a>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>0.6.0</td>
54
+ <td>2025-11-18</td>
55
+ <td>
56
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
57
+ 0.6.0 Release Notes
58
+ </a>
59
+ </td>
60
+ </tr>
43
61
  <tr>
44
62
  <td>0.5.0</td>
45
63
  <td>2025-10-22</td>
46
64
  <td>
47
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
65
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
48
66
  0.5.0 Release Notes
49
67
  </a>
50
68
  </td>
@@ -0,0 +1 @@
1
+ 0.7.0.dev10
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 0.7.0.dev6
3
+ Version: 0.7.0.dev10
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.7.0.dev6
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev10
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -40,11 +40,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
40
40
  <th style="width:20%">Date</th>
41
41
  <th style="width:60%">Release Notes</th>
42
42
  </tr>
43
+ <tr>
44
+ <td>0.6.1</td>
45
+ <td>2025-12-01</td>
46
+ <td>
47
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
48
+ 0.6.1 Release Notes
49
+ </a>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>0.6.0</td>
54
+ <td>2025-11-18</td>
55
+ <td>
56
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
57
+ 0.6.0 Release Notes
58
+ </a>
59
+ </td>
60
+ </tr>
43
61
  <tr>
44
62
  <td>0.5.0</td>
45
63
  <td>2025-10-22</td>
46
64
  <td>
47
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
65
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
48
66
  0.5.0 Release Notes
49
67
  </a>
50
68
  </td>
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==0.7.0.dev10
2
+ aiohttp>=3.11.11
@@ -18,11 +18,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
18
18
  <th style="width:20%">Date</th>
19
19
  <th style="width:60%">Release Notes</th>
20
20
  </tr>
21
+ <tr>
22
+ <td>0.6.1</td>
23
+ <td>2025-12-01</td>
24
+ <td>
25
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
26
+ 0.6.1 Release Notes
27
+ </a>
28
+ </td>
29
+ </tr>
30
+ <tr>
31
+ <td>0.6.0</td>
32
+ <td>2025-11-18</td>
33
+ <td>
34
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
35
+ 0.6.0 Release Notes
36
+ </a>
37
+ </td>
38
+ </tr>
21
39
  <tr>
22
40
  <td>0.5.0</td>
23
41
  <td>2025-10-22</td>
24
42
  <td>
25
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
43
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
26
44
  0.5.0 Release Notes
27
45
  </a>
28
46
  </td>
@@ -1 +0,0 @@
1
- 0.7.0.dev6
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.7.0.dev6
2
- aiohttp>=3.11.11