microsoft-agents-hosting-teams 0.6.0.dev11__py3-none-any.whl → 0.6.0.dev15__py3-none-any.whl
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/errors/__init__.py +1 -1
- microsoft_agents/hosting/teams/errors/error_resources.py +1 -1
- {microsoft_agents_hosting_teams-0.6.0.dev11.dist-info → microsoft_agents_hosting_teams-0.6.0.dev15.dist-info}/METADATA +2 -2
- {microsoft_agents_hosting_teams-0.6.0.dev11.dist-info → microsoft_agents_hosting_teams-0.6.0.dev15.dist-info}/RECORD +7 -7
- {microsoft_agents_hosting_teams-0.6.0.dev11.dist-info → microsoft_agents_hosting_teams-0.6.0.dev15.dist-info}/WHEEL +0 -0
- {microsoft_agents_hosting_teams-0.6.0.dev11.dist-info → microsoft_agents_hosting_teams-0.6.0.dev15.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_hosting_teams-0.6.0.dev11.dist-info → microsoft_agents_hosting_teams-0.6.0.dev15.dist-info}/top_level.txt +0 -0
|
@@ -7,7 +7,7 @@ Teams error resources for Microsoft Agents SDK.
|
|
|
7
7
|
Error codes are in the range -62000 to -62999.
|
|
8
8
|
"""
|
|
9
9
|
|
|
10
|
-
from microsoft_agents.
|
|
10
|
+
from microsoft_agents.activity.errors import ErrorMessage
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class TeamsErrorResources:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-teams
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev15
|
|
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.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.6.0.dev15
|
|
19
19
|
Requires-Dist: aiohttp>=3.11.11
|
|
20
20
|
Dynamic: license-file
|
|
21
21
|
Dynamic: requires-dist
|
|
@@ -2,10 +2,10 @@ microsoft_agents/hosting/teams/__init__.py,sha256=dFygIL_ogurLI5uq9ikd5C-MZl7uXV
|
|
|
2
2
|
microsoft_agents/hosting/teams/teams_activity_handler.py,sha256=wPuhoXj3OoBiCIRUADZwiwhJudKnYnYDv6CAS8wyFvA,33392
|
|
3
3
|
microsoft_agents/hosting/teams/teams_cloud_adapter.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
microsoft_agents/hosting/teams/teams_info.py,sha256=bRXhD0b7na8PVjzIgSMpgWveQoi2RkhvQbmSssGk71w,21361
|
|
5
|
-
microsoft_agents/hosting/teams/errors/__init__.py,sha256=
|
|
6
|
-
microsoft_agents/hosting/teams/errors/error_resources.py,sha256=
|
|
7
|
-
microsoft_agents_hosting_teams-0.6.0.
|
|
8
|
-
microsoft_agents_hosting_teams-0.6.0.
|
|
9
|
-
microsoft_agents_hosting_teams-0.6.0.
|
|
10
|
-
microsoft_agents_hosting_teams-0.6.0.
|
|
11
|
-
microsoft_agents_hosting_teams-0.6.0.
|
|
5
|
+
microsoft_agents/hosting/teams/errors/__init__.py,sha256=_Emk-SFSIYoi7mVl7M8tEOJ-v-pnx4RjKTzqGL-SJOg,398
|
|
6
|
+
microsoft_agents/hosting/teams/errors/error_resources.py,sha256=1tAsw-o4KnESE0Re7QeifPVWwKcDmq_n1PG-_6DZWQY,1500
|
|
7
|
+
microsoft_agents_hosting_teams-0.6.0.dev15.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
8
|
+
microsoft_agents_hosting_teams-0.6.0.dev15.dist-info/METADATA,sha256=L9ZAqDy3ZrAwMHIe1WsOru7dsb3wrsejLdzV9rj_7D4,7541
|
|
9
|
+
microsoft_agents_hosting_teams-0.6.0.dev15.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
10
|
+
microsoft_agents_hosting_teams-0.6.0.dev15.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
11
|
+
microsoft_agents_hosting_teams-0.6.0.dev15.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|