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.
Files changed (24) hide show
  1. {microsoft_agents_testing-1.7.0/microsoft_agents_testing.egg-info → microsoft_agents_testing-1.7.0.dev6}/PKG-INFO +2 -2
  2. microsoft_agents_testing-1.7.0.dev6/VERSION.txt +1 -0
  3. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/test_adapter.py +1 -1
  4. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6/microsoft_agents_testing.egg-info}/PKG-INFO +2 -2
  5. microsoft_agents_testing-1.7.0.dev6/microsoft_agents_testing.egg-info/requires.txt +1 -0
  6. microsoft_agents_testing-1.7.0/VERSION.txt +0 -1
  7. microsoft_agents_testing-1.7.0/microsoft_agents_testing.egg-info/requires.txt +0 -1
  8. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/LICENSE +0 -0
  9. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/MANIFEST.in +0 -0
  10. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/__init__.py +0 -0
  11. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/_defaults.py +0 -0
  12. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/__init__.py +0 -0
  13. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/_types.py +0 -0
  14. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/auth/mock_user_token_client.py +0 -0
  15. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/py.typed +0 -0
  16. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/test_flow.py +0 -0
  17. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents/testing/type_def.py +0 -0
  18. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/SOURCES.txt +0 -0
  19. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/dependency_links.txt +0 -0
  20. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/microsoft_agents_testing.egg-info/top_level.txt +0 -0
  21. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/pyproject.toml +0 -0
  22. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/readme.md +0 -0
  23. {microsoft_agents_testing-1.7.0 → microsoft_agents_testing-1.7.0.dev6}/setup.cfg +0 -0
  24. {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({}, True)
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