microsoft-agents-hosting-teams 0.4.0.dev16__tar.gz → 0.5.0.dev3__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.
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/PKG-INFO +2 -2
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents_hosting_teams.egg-info/PKG-INFO +2 -2
- microsoft_agents_hosting_teams-0.5.0.dev3/microsoft_agents_hosting_teams.egg-info/requires.txt +2 -0
- microsoft_agents_hosting_teams-0.4.0.dev16/microsoft_agents_hosting_teams.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents/hosting/teams/__init__.py +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents/hosting/teams/teams_activity_handler.py +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents/hosting/teams/teams_cloud_adapter.py +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents/hosting/teams/teams_info.py +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents_hosting_teams.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents_hosting_teams.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/microsoft_agents_hosting_teams.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/pyproject.toml +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/setup.cfg +0 -0
- {microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/setup.py +0 -0
{microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-teams
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0.dev3
|
|
4
4
|
Summary: Integration library for Microsoft Agents with Teams
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,6 +8,6 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev3
|
|
12
12
|
Requires-Dist: aiohttp>=3.11.11
|
|
13
13
|
Dynamic: requires-dist
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-teams
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.5.0.dev3
|
|
4
4
|
Summary: Integration library for Microsoft Agents with Teams
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
@@ -8,6 +8,6 @@ Classifier: Programming Language :: Python :: 3
|
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Requires-Python: >=3.9
|
|
11
|
-
Requires-Dist: microsoft-agents-hosting-core==0.
|
|
11
|
+
Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev3
|
|
12
12
|
Requires-Dist: aiohttp>=3.11.11
|
|
13
13
|
Dynamic: requires-dist
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/setup.cfg
RENAMED
|
File without changes
|
{microsoft_agents_hosting_teams-0.4.0.dev16 → microsoft_agents_hosting_teams-0.5.0.dev3}/setup.py
RENAMED
|
File without changes
|