microsoft-agents-hosting-teams 0.7.0.dev10__tar.gz → 0.7.0.dev16__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.dev10/microsoft_agents_hosting_teams.egg-info → microsoft_agents_hosting_teams-0.7.0.dev16}/PKG-INFO +2 -2
  2. microsoft_agents_hosting_teams-0.7.0.dev16/VERSION.txt +1 -0
  3. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16/microsoft_agents_hosting_teams.egg-info}/PKG-INFO +2 -2
  4. microsoft_agents_hosting_teams-0.7.0.dev16/microsoft_agents_hosting_teams.egg-info/requires.txt +2 -0
  5. microsoft_agents_hosting_teams-0.7.0.dev10/VERSION.txt +0 -1
  6. microsoft_agents_hosting_teams-0.7.0.dev10/microsoft_agents_hosting_teams.egg-info/requires.txt +0 -2
  7. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/LICENSE +0 -0
  8. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/MANIFEST.in +0 -0
  9. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/__init__.py +0 -0
  10. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/errors/__init__.py +0 -0
  11. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/errors/error_resources.py +0 -0
  12. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/teams_activity_handler.py +0 -0
  13. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/teams_cloud_adapter.py +0 -0
  14. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents/hosting/teams/teams_info.py +0 -0
  15. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents_hosting_teams.egg-info/SOURCES.txt +0 -0
  16. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents_hosting_teams.egg-info/dependency_links.txt +0 -0
  17. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/microsoft_agents_hosting_teams.egg-info/top_level.txt +0 -0
  18. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/pyproject.toml +0 -0
  19. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/readme.md +0 -0
  20. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/setup.cfg +0 -0
  21. {microsoft_agents_hosting_teams-0.7.0.dev10 → microsoft_agents_hosting_teams-0.7.0.dev16}/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.dev10
3
+ Version: 0.7.0.dev16
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.dev10
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev16
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -0,0 +1 @@
1
+ 0.7.0.dev16
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-teams
3
- Version: 0.7.0.dev10
3
+ Version: 0.7.0.dev16
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.dev10
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev16
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==0.7.0.dev16
2
+ aiohttp>=3.11.11
@@ -1 +0,0 @@
1
- 0.7.0.dev10
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.7.0.dev10
2
- aiohttp>=3.11.11