microsoft-agents-hosting-core 0.6.0.dev7__py3-none-any.whl → 0.6.0.dev8__py3-none-any.whl
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/hosting/core/authorization/claims_identity.py +5 -1
- microsoft_agents/hosting/core/channel_service_adapter.py +4 -1
- {microsoft_agents_hosting_core-0.6.0.dev7.dist-info → microsoft_agents_hosting_core-0.6.0.dev8.dist-info}/METADATA +2 -2
- {microsoft_agents_hosting_core-0.6.0.dev7.dist-info → microsoft_agents_hosting_core-0.6.0.dev8.dist-info}/RECORD +7 -7
- {microsoft_agents_hosting_core-0.6.0.dev7.dist-info → microsoft_agents_hosting_core-0.6.0.dev8.dist-info}/WHEEL +0 -0
- {microsoft_agents_hosting_core-0.6.0.dev7.dist-info → microsoft_agents_hosting_core-0.6.0.dev8.dist-info}/licenses/LICENSE +0 -0
- {microsoft_agents_hosting_core-0.6.0.dev7.dist-info → microsoft_agents_hosting_core-0.6.0.dev8.dist-info}/top_level.txt +0 -0
|
@@ -232,7 +232,10 @@ class ChannelServiceAdapter(ChannelAdapter, ABC):
|
|
|
232
232
|
:type audience: Optional[str]
|
|
233
233
|
"""
|
|
234
234
|
return await self.process_proactive(
|
|
235
|
-
claims_identity,
|
|
235
|
+
claims_identity,
|
|
236
|
+
continuation_activity,
|
|
237
|
+
audience or claims_identity.get_token_audience(),
|
|
238
|
+
callback,
|
|
236
239
|
)
|
|
237
240
|
|
|
238
241
|
async def create_conversation( # pylint: disable=arguments-differ
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-hosting-core
|
|
3
|
-
Version: 0.6.0.
|
|
3
|
+
Version: 0.6.0.dev8
|
|
4
4
|
Summary: Core library for Microsoft Agents
|
|
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-activity==0.6.0.
|
|
18
|
+
Requires-Dist: microsoft-agents-activity==0.6.0.dev8
|
|
19
19
|
Requires-Dist: pyjwt>=2.10.1
|
|
20
20
|
Requires-Dist: isodate>=0.6.1
|
|
21
21
|
Requires-Dist: azure-core>=1.30.0
|
|
@@ -4,7 +4,7 @@ microsoft_agents/hosting/core/agent.py,sha256=K8v84y8ULP7rbcMKg8LxaM3haAq7f1oHFC
|
|
|
4
4
|
microsoft_agents/hosting/core/card_factory.py,sha256=UDmPEpOk2SpEr9ShN9Q0CiaI_GTD3qjHgkDMOWinW9I,6926
|
|
5
5
|
microsoft_agents/hosting/core/channel_adapter.py,sha256=MqES9gHGS0nrKBR7u8zLQCsuIksl-hScZy_jg4LTTHo,10669
|
|
6
6
|
microsoft_agents/hosting/core/channel_api_handler_protocol.py,sha256=RO59hiOYx7flQVWhX6VGvfpFPoKVkdT_la-7WhUl8UM,4506
|
|
7
|
-
microsoft_agents/hosting/core/channel_service_adapter.py,sha256=
|
|
7
|
+
microsoft_agents/hosting/core/channel_service_adapter.py,sha256=jDzZkiRFO-sOD66MQV-Qsk4nmAxhMb_mSjGV6758rTY,20937
|
|
8
8
|
microsoft_agents/hosting/core/channel_service_client_factory_base.py,sha256=ArMAUt84Kzq17Oyqz6o8HZrc01UqAAmNCSBTShv3rgk,1704
|
|
9
9
|
microsoft_agents/hosting/core/message_factory.py,sha256=F9QJBF4yBupHXxOW984ZzZomVEG57t9IUnTHwub-lX0,7822
|
|
10
10
|
microsoft_agents/hosting/core/middleware_set.py,sha256=TBsBs4KwAfKyHlQTlG4bl1y5UjkBzeMDs5w7LNB-Bi4,2585
|
|
@@ -46,7 +46,7 @@ microsoft_agents/hosting/core/authorization/agent_auth_configuration.py,sha256=m
|
|
|
46
46
|
microsoft_agents/hosting/core/authorization/anonymous_token_provider.py,sha256=44XKaSLJFZj4hCSAdWAtW1R31M5QCZVaFKJaxcwx5h4,1076
|
|
47
47
|
microsoft_agents/hosting/core/authorization/auth_types.py,sha256=Fg_ywEItm3xL_DBUNzi0QsfDPVY5S3HlAiNw6I2SW64,374
|
|
48
48
|
microsoft_agents/hosting/core/authorization/authentication_constants.py,sha256=ABEwosDCMYhubDiGrD8QULboTkACqDvNp_x_XBPt6dQ,4618
|
|
49
|
-
microsoft_agents/hosting/core/authorization/claims_identity.py,sha256=
|
|
49
|
+
microsoft_agents/hosting/core/authorization/claims_identity.py,sha256=z2Ql7CMPgioYOw970ynxfKWHyk5lqPwMgSrNh4bUfNo,2620
|
|
50
50
|
microsoft_agents/hosting/core/authorization/connections.py,sha256=f_NQpuJzhCBNZLk56SK4kvb_V_g2x2XMnFwWbYyDX_s,1247
|
|
51
51
|
microsoft_agents/hosting/core/authorization/jwt_token_validator.py,sha256=b440T7y1tM7gPUQZ27EA3SgNiaEupxz56E6773gL5Zo,2025
|
|
52
52
|
microsoft_agents/hosting/core/client/__init__.py,sha256=HMWtSUXu1akaX6qtDx412Lr8vLi5SEslc-DYrvZAPWs,1299
|
|
@@ -91,8 +91,8 @@ microsoft_agents/hosting/core/storage/transcript_info.py,sha256=5VN32j99tshChAff
|
|
|
91
91
|
microsoft_agents/hosting/core/storage/transcript_logger.py,sha256=_atDk3CJ05fIVMhlWGNa91IiM9bGLmOhasFko8Lxjhk,8237
|
|
92
92
|
microsoft_agents/hosting/core/storage/transcript_memory_store.py,sha256=v1Ud9LSs8m5c9_Fa8i49SuAjw80dX1hDciqbRduDEOE,6444
|
|
93
93
|
microsoft_agents/hosting/core/storage/transcript_store.py,sha256=ka74o0WvI5GhMZcFqSxVdamBhGzZcDZe6VNkG-sMy74,1944
|
|
94
|
-
microsoft_agents_hosting_core-0.6.0.
|
|
95
|
-
microsoft_agents_hosting_core-0.6.0.
|
|
96
|
-
microsoft_agents_hosting_core-0.6.0.
|
|
97
|
-
microsoft_agents_hosting_core-0.6.0.
|
|
98
|
-
microsoft_agents_hosting_core-0.6.0.
|
|
94
|
+
microsoft_agents_hosting_core-0.6.0.dev8.dist-info/licenses/LICENSE,sha256=ws_MuBL-SCEBqPBFl9_FqZkaaydIJmxHrJG2parhU4M,1141
|
|
95
|
+
microsoft_agents_hosting_core-0.6.0.dev8.dist-info/METADATA,sha256=knnVIH8NGvVcCJvdg4ZwO-_ePNZe31XYplXWIIvQKD4,9242
|
|
96
|
+
microsoft_agents_hosting_core-0.6.0.dev8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
97
|
+
microsoft_agents_hosting_core-0.6.0.dev8.dist-info/top_level.txt,sha256=lWKcT4v6fTA_NgsuHdNvuMjSrkiBMXohn64ApY7Xi8A,17
|
|
98
|
+
microsoft_agents_hosting_core-0.6.0.dev8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|