microsoft-agents-hosting-fastapi 0.8.0.dev4__tar.gz → 0.9.0.dev2__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_fastapi-0.8.0.dev4/microsoft_agents_hosting_fastapi.egg-info → microsoft_agents_hosting_fastapi-0.9.0.dev2}/PKG-INFO +11 -2
- microsoft_agents_hosting_fastapi-0.9.0.dev2/VERSION.txt +1 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2/microsoft_agents_hosting_fastapi.egg-info}/PKG-INFO +11 -2
- microsoft_agents_hosting_fastapi-0.9.0.dev2/microsoft_agents_hosting_fastapi.egg-info/requires.txt +2 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/readme.md +9 -0
- microsoft_agents_hosting_fastapi-0.8.0.dev4/VERSION.txt +0 -1
- microsoft_agents_hosting_fastapi-0.8.0.dev4/microsoft_agents_hosting_fastapi.egg-info/requires.txt +0 -2
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/LICENSE +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/MANIFEST.in +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/_start_agent_process.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/agent_http_adapter.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/app/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/app/streaming/__init__.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/app/streaming/citation.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/app/streaming/citation_util.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/app/streaming/streaming_response.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/channel_service_route_table.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/cloud_adapter.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents/hosting/fastapi/jwt_authorization_middleware.py +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents_hosting_fastapi.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents_hosting_fastapi.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/microsoft_agents_hosting_fastapi.egg-info/top_level.txt +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/pyproject.toml +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/setup.cfg +0 -0
- {microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-fastapi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.0.dev2
|
|
4
4
|
Summary: Integration library for Microsoft Agents with FastAPI
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
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.
|
|
13
|
+
Requires-Dist: microsoft-agents-hosting-core==0.9.0.dev2
|
|
14
14
|
Requires-Dist: fastapi>=0.104.0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
Dynamic: requires-dist
|
|
@@ -26,6 +26,15 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to
|
|
|
26
26
|
<th style="width:20%">Date</th>
|
|
27
27
|
<th style="width:60%">Release Notes</th>
|
|
28
28
|
</tr>
|
|
29
|
+
<tr>
|
|
30
|
+
<td>0.8.0</td>
|
|
31
|
+
<td>2026-02-23</td>
|
|
32
|
+
<td>
|
|
33
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v080">
|
|
34
|
+
0.8.0 Release Notes
|
|
35
|
+
</a>
|
|
36
|
+
</td>
|
|
37
|
+
</tr>
|
|
29
38
|
<tr>
|
|
30
39
|
<td>0.7.0</td>
|
|
31
40
|
<td>2026-01-21</td>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.9.0.dev2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-fastapi
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.9.0.dev2
|
|
4
4
|
Summary: Integration library for Microsoft Agents with FastAPI
|
|
5
5
|
Author: Microsoft Corporation
|
|
6
6
|
License-Expression: MIT
|
|
@@ -10,7 +10,7 @@ Classifier: Operating System :: OS Independent
|
|
|
10
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.
|
|
13
|
+
Requires-Dist: microsoft-agents-hosting-core==0.9.0.dev2
|
|
14
14
|
Requires-Dist: fastapi>=0.104.0
|
|
15
15
|
Dynamic: license-file
|
|
16
16
|
Dynamic: requires-dist
|
|
@@ -26,6 +26,15 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to
|
|
|
26
26
|
<th style="width:20%">Date</th>
|
|
27
27
|
<th style="width:60%">Release Notes</th>
|
|
28
28
|
</tr>
|
|
29
|
+
<tr>
|
|
30
|
+
<td>0.8.0</td>
|
|
31
|
+
<td>2026-02-23</td>
|
|
32
|
+
<td>
|
|
33
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v080">
|
|
34
|
+
0.8.0 Release Notes
|
|
35
|
+
</a>
|
|
36
|
+
</td>
|
|
37
|
+
</tr>
|
|
29
38
|
<tr>
|
|
30
39
|
<td>0.7.0</td>
|
|
31
40
|
<td>2026-01-21</td>
|
|
@@ -9,6 +9,15 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to
|
|
|
9
9
|
<th style="width:20%">Date</th>
|
|
10
10
|
<th style="width:60%">Release Notes</th>
|
|
11
11
|
</tr>
|
|
12
|
+
<tr>
|
|
13
|
+
<td>0.8.0</td>
|
|
14
|
+
<td>2026-02-23</td>
|
|
15
|
+
<td>
|
|
16
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v080">
|
|
17
|
+
0.8.0 Release Notes
|
|
18
|
+
</a>
|
|
19
|
+
</td>
|
|
20
|
+
</tr>
|
|
12
21
|
<tr>
|
|
13
22
|
<td>0.7.0</td>
|
|
14
23
|
<td>2026-01-21</td>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.8.0.dev4
|
{microsoft_agents_hosting_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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_fastapi-0.8.0.dev4 → microsoft_agents_hosting_fastapi-0.9.0.dev2}/setup.py
RENAMED
|
File without changes
|