microsoft-agents-testing 1.6.1.dev9__tar.gz → 1.7.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.
- {microsoft_agents_testing-1.6.1.dev9/microsoft_agents_testing.egg-info → microsoft_agents_testing-1.7.0}/PKG-INFO +11 -2
- microsoft_agents_testing-1.7.0/VERSION.txt +1 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0/microsoft_agents_testing.egg-info}/PKG-INFO +11 -2
- microsoft_agents_testing-1.7.0/microsoft_agents_testing.egg-info/requires.txt +1 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/readme.md +9 -0
- microsoft_agents_testing-1.6.1.dev9/VERSION.txt +0 -1
- microsoft_agents_testing-1.6.1.dev9/microsoft_agents_testing.egg-info/requires.txt +0 -1
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/LICENSE +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/MANIFEST.in +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/__init__.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/_defaults.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/auth/__init__.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/auth/_types.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/auth/mock_user_token_client.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/py.typed +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/test_adapter.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/test_flow.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents/testing/type_def.py +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents_testing.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents_testing.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/microsoft_agents_testing.egg-info/top_level.txt +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/pyproject.toml +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/setup.cfg +0 -0
- {microsoft_agents_testing-1.6.1.dev9 → microsoft_agents_testing-1.7.0}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-testing
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: Library for building agent tests using Microsoft Agents SDK
|
|
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==1.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.7.0
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -36,6 +36,15 @@ or token service.
|
|
|
36
36
|
<th style="width:20%">Date</th>
|
|
37
37
|
<th style="width:60%">Release Notes</th>
|
|
38
38
|
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td>1.7.0</td>
|
|
41
|
+
<td>2026-09-17</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-v170">
|
|
44
|
+
1.7.0 Release Notes
|
|
45
|
+
</a>
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
39
48
|
<tr>
|
|
40
49
|
<td>1.5.0</td>
|
|
41
50
|
<td>2026-08-26</td>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.7.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-testing
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.7.0
|
|
4
4
|
Summary: Library for building agent tests using Microsoft Agents SDK
|
|
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==1.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.7.0
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -36,6 +36,15 @@ or token service.
|
|
|
36
36
|
<th style="width:20%">Date</th>
|
|
37
37
|
<th style="width:60%">Release Notes</th>
|
|
38
38
|
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td>1.7.0</td>
|
|
41
|
+
<td>2026-09-17</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-v170">
|
|
44
|
+
1.7.0 Release Notes
|
|
45
|
+
</a>
|
|
46
|
+
</td>
|
|
47
|
+
</tr>
|
|
39
48
|
<tr>
|
|
40
49
|
<td>1.5.0</td>
|
|
41
50
|
<td>2026-08-26</td>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft-agents-hosting-core==1.7.0
|
|
@@ -15,6 +15,15 @@ or token service.
|
|
|
15
15
|
<th style="width:20%">Date</th>
|
|
16
16
|
<th style="width:60%">Release Notes</th>
|
|
17
17
|
</tr>
|
|
18
|
+
<tr>
|
|
19
|
+
<td>1.7.0</td>
|
|
20
|
+
<td>2026-09-17</td>
|
|
21
|
+
<td>
|
|
22
|
+
<a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v170">
|
|
23
|
+
1.7.0 Release Notes
|
|
24
|
+
</a>
|
|
25
|
+
</td>
|
|
26
|
+
</tr>
|
|
18
27
|
<tr>
|
|
19
28
|
<td>1.5.0</td>
|
|
20
29
|
<td>2026-08-26</td>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.6.1.dev9
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft-agents-hosting-core==1.6.1.dev9
|
|
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
|