microsoft-agents-testing 1.7.0__tar.gz → 1.7.0.dev6__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.7.0/microsoft_agents_testing.egg-info → microsoft_agents_testing-1.7.0.dev6}/PKG-INFO +2 -2
- microsoft_agents_testing-1.7.0.dev6/VERSION.txt +1 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/test_adapter.py +1 -1
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6/microsoft_agents_testing.egg-info}/PKG-INFO +2 -2
- microsoft_agents_testing-1.7.0.dev6/microsoft_agents_testing.egg-info/requires.txt +1 -0
- microsoft_agents_testing-1.7.0/VERSION.txt +0 -1
- microsoft_agents_testing-1.7.0/microsoft_agents_testing.egg-info/requires.txt +0 -1
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/LICENSE +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/MANIFEST.in +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/__init__.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/_defaults.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/__init__.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/_types.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/mock_user_token_client.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/py.typed +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/test_flow.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/type_def.py +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/top_level.txt +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/pyproject.toml +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/readme.md +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/setup.cfg +0 -0
- {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-testing
|
|
3
|
-
Version: 1.7.0
|
|
3
|
+
Version: 1.7.0.dev6
|
|
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.7.0
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.7.0.dev6
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.7.0.dev6
|
|
@@ -104,7 +104,7 @@ class TestAdapter(ChannelAdapter):
|
|
|
104
104
|
|
|
105
105
|
self._activity_queue = []
|
|
106
106
|
self._queued_requests = []
|
|
107
|
-
self.claims_identity = ClaimsIdentity({}
|
|
107
|
+
self.claims_identity = ClaimsIdentity({})
|
|
108
108
|
|
|
109
109
|
@property
|
|
110
110
|
def conversation(self) -> ConversationReference:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-testing
|
|
3
|
-
Version: 1.7.0
|
|
3
|
+
Version: 1.7.0.dev6
|
|
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.7.0
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==1.7.0.dev6
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft-agents-hosting-core==1.7.0.dev6
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.7.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft-agents-hosting-core==1.7.0
|
|
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
|