microsoft-agents-hosting-fastapi 0.10.0.dev9__tar.gz → 1.1.0__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_fastapi-0.10.0.dev9/microsoft_agents_hosting_fastapi.egg-info → microsoft_agents_hosting_fastapi-1.1.0}/PKG-INFO +21 -2
  2. microsoft_agents_hosting_fastapi-1.1.0/VERSION.txt +1 -0
  3. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0/microsoft_agents_hosting_fastapi.egg-info}/PKG-INFO +21 -2
  4. microsoft_agents_hosting_fastapi-1.1.0/microsoft_agents_hosting_fastapi.egg-info/requires.txt +3 -0
  5. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/readme.md +18 -0
  6. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/setup.py +1 -0
  7. microsoft_agents_hosting_fastapi-0.10.0.dev9/VERSION.txt +0 -1
  8. microsoft_agents_hosting_fastapi-0.10.0.dev9/microsoft_agents_hosting_fastapi.egg-info/requires.txt +0 -2
  9. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/LICENSE +0 -0
  10. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/MANIFEST.in +0 -0
  11. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/__init__.py +0 -0
  12. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/_start_agent_process.py +0 -0
  13. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/agent_http_adapter.py +0 -0
  14. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/channel_service_route_table.py +0 -0
  15. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/cloud_adapter.py +0 -0
  16. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents/hosting/fastapi/jwt_authorization_middleware.py +0 -0
  17. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents_hosting_fastapi.egg-info/SOURCES.txt +0 -0
  18. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents_hosting_fastapi.egg-info/dependency_links.txt +0 -0
  19. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/microsoft_agents_hosting_fastapi.egg-info/top_level.txt +0 -0
  20. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/pyproject.toml +0 -0
  21. {microsoft_agents_hosting_fastapi-0.10.0.dev9 → microsoft_agents_hosting_fastapi-1.1.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-fastapi
3
- Version: 0.10.0.dev9
3
+ Version: 1.1.0
4
4
  Summary: Integration library for Microsoft Agents with FastAPI
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
@@ -10,8 +10,9 @@ 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.10.0.dev9
13
+ Requires-Dist: microsoft-agents-hosting-core==1.1.0
14
14
  Requires-Dist: fastapi>=0.104.0
15
+ Requires-Dist: starlette>=1.0.1
15
16
  Dynamic: license-file
16
17
  Dynamic: requires-dist
17
18
 
@@ -26,6 +27,24 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to
26
27
  <th style="width:20%">Date</th>
27
28
  <th style="width:60%">Release Notes</th>
28
29
  </tr>
30
+ <tr>
31
+ <td>1.1.0</td>
32
+ <td>2026-06-19</td>
33
+ <td>
34
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
35
+ 1.1.0 Release Notes
36
+ </a>
37
+ </td>
38
+ </tr>
39
+ <tr>
40
+ <td>1.0.0</td>
41
+ <td>2026-05-22</td>
42
+ <td>
43
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v100">
44
+ 1.0.0 Release Notes
45
+ </a>
46
+ </td>
47
+ </tr>
29
48
  <tr>
30
49
  <td>0.9.0</td>
31
50
  <td>2026-04-15</td>
@@ -0,0 +1 @@
1
+ 1.1.0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-fastapi
3
- Version: 0.10.0.dev9
3
+ Version: 1.1.0
4
4
  Summary: Integration library for Microsoft Agents with FastAPI
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
@@ -10,8 +10,9 @@ 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.10.0.dev9
13
+ Requires-Dist: microsoft-agents-hosting-core==1.1.0
14
14
  Requires-Dist: fastapi>=0.104.0
15
+ Requires-Dist: starlette>=1.0.1
15
16
  Dynamic: license-file
16
17
  Dynamic: requires-dist
17
18
 
@@ -26,6 +27,24 @@ This library provides FastAPI integration for Microsoft Agents, enabling you to
26
27
  <th style="width:20%">Date</th>
27
28
  <th style="width:60%">Release Notes</th>
28
29
  </tr>
30
+ <tr>
31
+ <td>1.1.0</td>
32
+ <td>2026-06-19</td>
33
+ <td>
34
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
35
+ 1.1.0 Release Notes
36
+ </a>
37
+ </td>
38
+ </tr>
39
+ <tr>
40
+ <td>1.0.0</td>
41
+ <td>2026-05-22</td>
42
+ <td>
43
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v100">
44
+ 1.0.0 Release Notes
45
+ </a>
46
+ </td>
47
+ </tr>
29
48
  <tr>
30
49
  <td>0.9.0</td>
31
50
  <td>2026-04-15</td>
@@ -0,0 +1,3 @@
1
+ microsoft-agents-hosting-core==1.1.0
2
+ fastapi>=0.104.0
3
+ starlette>=1.0.1
@@ -9,6 +9,24 @@ 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>1.1.0</td>
14
+ <td>2026-06-19</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-v110">
17
+ 1.1.0 Release Notes
18
+ </a>
19
+ </td>
20
+ </tr>
21
+ <tr>
22
+ <td>1.0.0</td>
23
+ <td>2026-05-22</td>
24
+ <td>
25
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v100">
26
+ 1.0.0 Release Notes
27
+ </a>
28
+ </td>
29
+ </tr>
12
30
  <tr>
13
31
  <td>0.9.0</td>
14
32
  <td>2026-04-15</td>
@@ -14,5 +14,6 @@ setup(
14
14
  install_requires=[
15
15
  f"microsoft-agents-hosting-core=={package_version}",
16
16
  "fastapi>=0.104.0",
17
+ "starlette>=1.0.1", # CVE-2026-48710 fix
17
18
  ],
18
19
  )
@@ -1 +0,0 @@
1
- 0.10.0.dev9
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.10.0.dev9
2
- fastapi>=0.104.0