microsoft-agents-hosting-aiohttp 0.5.0.dev10__py3-none-any.whl → 0.5.0.dev11__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_aiohttp-0.5.0.dev10.dist-info → microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info}/METADATA +4 -4
- {microsoft_agents_hosting_aiohttp-0.5.0.dev10.dist-info → microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info}/RECORD +5 -5
- {microsoft_agents_hosting_aiohttp-0.5.0.dev10.dist-info → microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info}/WHEEL +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev10.dist-info → microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_hosting_aiohttp-0.5.0.dev10.dist-info → microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info}/top_level.txt +0 -0
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-aiohttp
|
|
3
|
-
Version: 0.5.0.
|
|
3
|
+
Version: 0.5.0.dev11
|
|
4
4
|
Summary: Integration library for Microsoft Agents with aiohttp
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/microsoft/Agents
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
|
-
Requires-Python: >=3.
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: microsoft-agents-hosting-core==0.5.0.
|
|
13
|
+
Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev11
|
|
14
14
|
Requires-Dist: aiohttp>=3.11.11
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
Dynamic: requires-dist
|
|
@@ -109,7 +109,7 @@ async def on_error(context: TurnContext, error: Exception):
|
|
|
109
109
|
|
|
110
110
|
## Requirements
|
|
111
111
|
|
|
112
|
-
- Python 3.
|
|
112
|
+
- Python 3.10+
|
|
113
113
|
- aiohttp 3.11.11+
|
|
114
114
|
- Microsoft Agents hosting core library
|
|
115
115
|
|
|
@@ -9,8 +9,8 @@ microsoft_agents/hosting/aiohttp/app/streaming/__init__.py,sha256=G_VGmQ0m6TkHZs
|
|
|
9
9
|
microsoft_agents/hosting/aiohttp/app/streaming/citation.py,sha256=ZGaMUOWxxoMplwRrkFsjnK7Z12V6rT5odE7qZCu-mP8,498
|
|
10
10
|
microsoft_agents/hosting/aiohttp/app/streaming/citation_util.py,sha256=c95c3Y3genmFc0vSXppPaD1-ShFohAV1UABZnyJS_BQ,2478
|
|
11
11
|
microsoft_agents/hosting/aiohttp/app/streaming/streaming_response.py,sha256=VcAhol4PEMvjeWYSg87L1Zbl20_i3W_LSP16LEGeN98,13762
|
|
12
|
-
microsoft_agents_hosting_aiohttp-0.5.0.
|
|
13
|
-
microsoft_agents_hosting_aiohttp-0.5.0.
|
|
14
|
-
microsoft_agents_hosting_aiohttp-0.5.0.
|
|
15
|
-
microsoft_agents_hosting_aiohttp-0.5.0.
|
|
16
|
-
microsoft_agents_hosting_aiohttp-0.5.0.
|
|
12
|
+
microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
13
|
+
microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info/METADATA,sha256=TsnQztpNy9ODIlEyaDxKPTGXultC7faYPciKaQ5frWs,7693
|
|
14
|
+
microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
16
|
+
microsoft_agents_hosting_aiohttp-0.5.0.dev11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|