microsoft-agents-hosting-aiohttp 0.7.0__tar.gz → 0.7.0.dev1__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 (26) hide show
  1. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/PKG-INFO +3 -21
  2. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/PKG-INFO +3 -21
  3. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/SOURCES.txt +0 -2
  4. microsoft_agents_hosting_aiohttp-0.7.0.dev1/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +2 -0
  5. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/readme.md +1 -19
  6. microsoft_agents_hosting_aiohttp-0.7.0.dev1/setup.py +12 -0
  7. microsoft_agents_hosting_aiohttp-0.7.0/MANIFEST.in +0 -1
  8. microsoft_agents_hosting_aiohttp-0.7.0/VERSION.txt +0 -1
  9. microsoft_agents_hosting_aiohttp-0.7.0/microsoft_agents_hosting_aiohttp.egg-info/requires.txt +0 -2
  10. microsoft_agents_hosting_aiohttp-0.7.0/setup.py +0 -18
  11. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/LICENSE +0 -0
  12. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/__init__.py +0 -0
  13. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/_start_agent_process.py +0 -0
  14. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/agent_http_adapter.py +0 -0
  15. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/app/__init__.py +0 -0
  16. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/__init__.py +0 -0
  17. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/citation.py +0 -0
  18. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/citation_util.py +0 -0
  19. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/app/streaming/streaming_response.py +0 -0
  20. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/channel_service_route_table.py +0 -0
  21. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/cloud_adapter.py +0 -0
  22. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents/hosting/aiohttp/jwt_authorization_middleware.py +0 -0
  23. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/dependency_links.txt +0 -0
  24. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/microsoft_agents_hosting_aiohttp.egg-info/top_level.txt +0 -0
  25. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/pyproject.toml +0 -0
  26. {microsoft_agents_hosting_aiohttp-0.7.0 → microsoft_agents_hosting_aiohttp-0.7.0.dev1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-aiohttp
3
- Version: 0.7.0
3
+ Version: 0.7.0.dev1
4
4
  Summary: Integration library for Microsoft Agents with aiohttp
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.7.0
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev1
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -39,29 +39,11 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
39
39
  <th style="width:20%">Date</th>
40
40
  <th style="width:60%">Release Notes</th>
41
41
  </tr>
42
- <tr>
43
- <td>0.6.1</td>
44
- <td>2025-12-01</td>
45
- <td>
46
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
47
- 0.6.1 Release Notes
48
- </a>
49
- </td>
50
- </tr>
51
- <tr>
52
- <td>0.6.0</td>
53
- <td>2025-11-18</td>
54
- <td>
55
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
56
- 0.6.0 Release Notes
57
- </a>
58
- </td>
59
- </tr>
60
42
  <tr>
61
43
  <td>0.5.0</td>
62
44
  <td>2025-10-22</td>
63
45
  <td>
64
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
46
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
65
47
  0.5.0 Release Notes
66
48
  </a>
67
49
  </td>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-aiohttp
3
- Version: 0.7.0
3
+ Version: 0.7.0.dev1
4
4
  Summary: Integration library for Microsoft Agents with aiohttp
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.7.0
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev1
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -39,29 +39,11 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
39
39
  <th style="width:20%">Date</th>
40
40
  <th style="width:60%">Release Notes</th>
41
41
  </tr>
42
- <tr>
43
- <td>0.6.1</td>
44
- <td>2025-12-01</td>
45
- <td>
46
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
47
- 0.6.1 Release Notes
48
- </a>
49
- </td>
50
- </tr>
51
- <tr>
52
- <td>0.6.0</td>
53
- <td>2025-11-18</td>
54
- <td>
55
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
56
- 0.6.0 Release Notes
57
- </a>
58
- </td>
59
- </tr>
60
42
  <tr>
61
43
  <td>0.5.0</td>
62
44
  <td>2025-10-22</td>
63
45
  <td>
64
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
46
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
65
47
  0.5.0 Release Notes
66
48
  </a>
67
49
  </td>
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==0.7.0.dev1
2
+ aiohttp>=3.11.11
@@ -17,29 +17,11 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
17
17
  <th style="width:20%">Date</th>
18
18
  <th style="width:60%">Release Notes</th>
19
19
  </tr>
20
- <tr>
21
- <td>0.6.1</td>
22
- <td>2025-12-01</td>
23
- <td>
24
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
25
- 0.6.1 Release Notes
26
- </a>
27
- </td>
28
- </tr>
29
- <tr>
30
- <td>0.6.0</td>
31
- <td>2025-11-18</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-v060">
34
- 0.6.0 Release Notes
35
- </a>
36
- </td>
37
- </tr>
38
20
  <tr>
39
21
  <td>0.5.0</td>
40
22
  <td>2025-10-22</td>
41
23
  <td>
42
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
24
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
43
25
  0.5.0 Release Notes
44
26
  </a>
45
27
  </td>
@@ -0,0 +1,12 @@
1
+ from os import environ
2
+ from setuptools import setup
3
+
4
+ package_version = environ.get("PackageVersion", "0.0.0")
5
+
6
+ setup(
7
+ version=package_version,
8
+ install_requires=[
9
+ f"microsoft-agents-hosting-core=={package_version}",
10
+ "aiohttp>=3.11.11",
11
+ ],
12
+ )
@@ -1 +0,0 @@
1
- include VERSION.txt
@@ -1 +0,0 @@
1
- 0.7.0
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==0.7.0
2
- aiohttp>=3.11.11
@@ -1,18 +0,0 @@
1
- from os import environ, path
2
- from setuptools import setup
3
-
4
- # Try to read from VERSION.txt file first, fall back to environment variable
5
- version_file = path.join(path.dirname(__file__), "VERSION.txt")
6
- if path.exists(version_file):
7
- with open(version_file, "r", encoding="utf-8") as f:
8
- package_version = f.read().strip()
9
- else:
10
- package_version = environ.get("PackageVersion", "0.0.0")
11
-
12
- setup(
13
- version=package_version,
14
- install_requires=[
15
- f"microsoft-agents-hosting-core=={package_version}",
16
- "aiohttp>=3.11.11",
17
- ],
18
- )