microsoft-agents-hosting-teams 1.1.0.dev9__tar.gz → 1.2.0.dev0__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-1.1.0.dev9/microsoft_agents_hosting_teams.egg-info → microsoft_agents_hosting_teams-1.2.0.dev0}/PKG-INFO +11 -2
  2. microsoft_agents_hosting_teams-1.2.0.dev0/VERSION.txt +1 -0
  3. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0/microsoft_agents_hosting_teams.egg-info}/PKG-INFO +11 -2
  4. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents_hosting_teams.egg-info/requires.txt +1 -1
  5. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/readme.md +9 -0
  6. microsoft_agents_hosting_teams-1.1.0.dev9/VERSION.txt +0 -1
  7. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/LICENSE +0 -0
  8. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/MANIFEST.in +0 -0
  9. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/__init__.py +0 -0
  10. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/errors/__init__.py +0 -0
  11. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/errors/error_resources.py +0 -0
  12. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/teams_activity_handler.py +0 -0
  13. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/teams_agent_extension.py +0 -0
  14. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/teams_cloud_adapter.py +0 -0
  15. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents/hosting/teams/teams_info.py +0 -0
  16. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents_hosting_teams.egg-info/SOURCES.txt +0 -0
  17. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents_hosting_teams.egg-info/dependency_links.txt +0 -0
  18. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/microsoft_agents_hosting_teams.egg-info/top_level.txt +0 -0
  19. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/pyproject.toml +0 -0
  20. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/setup.cfg +0 -0
  21. {microsoft_agents_hosting_teams-1.1.0.dev9 → microsoft_agents_hosting_teams-1.2.0.dev0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 1.1.0.dev9
3
+ Version: 1.2.0.dev0
4
4
  Summary: Integration library for Microsoft Agents with Teams
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
@@ -13,7 +13,7 @@ Classifier: Operating System :: OS Independent
13
13
  Requires-Python: >=3.12
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: microsoft-agents-hosting-core==1.1.0.dev9
16
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
17
17
  Requires-Dist: aiohttp>=3.11.11
18
18
  Requires-Dist: microsoft-teams-api<3,>=2.0.0
19
19
  Dynamic: license-file
@@ -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>
@@ -0,0 +1 @@
1
+ 1.2.0.dev0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 1.1.0.dev9
3
+ Version: 1.2.0.dev0
4
4
  Summary: Integration library for Microsoft Agents with Teams
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
@@ -13,7 +13,7 @@ Classifier: Operating System :: OS Independent
13
13
  Requires-Python: >=3.12
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
- Requires-Dist: microsoft-agents-hosting-core==1.1.0.dev9
16
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
17
17
  Requires-Dist: aiohttp>=3.11.11
18
18
  Requires-Dist: microsoft-teams-api<3,>=2.0.0
19
19
  Dynamic: license-file
@@ -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>
@@ -1,3 +1,3 @@
1
- microsoft-agents-hosting-core==1.1.0.dev9
1
+ microsoft-agents-hosting-core==1.2.0.dev0
2
2
  aiohttp>=3.11.11
3
3
  microsoft-teams-api<3,>=2.0.0
@@ -18,6 +18,15 @@ 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>1.1.0</td>
23
+ <td>2026-06-19</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-v110">
26
+ 1.1.0 Release Notes
27
+ </a>
28
+ </td>
29
+ </tr>
21
30
  <tr>
22
31
  <td>1.0.0</td>
23
32
  <td>2026-05-22</td>
@@ -1 +0,0 @@
1
- 1.1.0.dev9