microsoft-agents-hosting-slack 1.1.0.dev8__tar.gz → 1.2.0.dev0__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 (29) hide show
  1. {microsoft_agents_hosting_slack-1.1.0.dev8/microsoft_agents_hosting_slack.egg-info → microsoft_agents_hosting_slack-1.2.0.dev0}/PKG-INFO +20 -2
  2. microsoft_agents_hosting_slack-1.2.0.dev0/VERSION.txt +1 -0
  3. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/_path_navigator.py +3 -3
  4. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_stream.py +3 -3
  5. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/slack_agent_extension.py +2 -2
  6. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0/microsoft_agents_hosting_slack.egg-info}/PKG-INFO +20 -2
  7. microsoft_agents_hosting_slack-1.2.0.dev0/microsoft_agents_hosting_slack.egg-info/requires.txt +2 -0
  8. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/readme.md +18 -0
  9. microsoft_agents_hosting_slack-1.1.0.dev8/VERSION.txt +0 -1
  10. microsoft_agents_hosting_slack-1.1.0.dev8/microsoft_agents_hosting_slack.egg-info/requires.txt +0 -2
  11. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/LICENSE +0 -0
  12. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/MANIFEST.in +0 -0
  13. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/__init__.py +0 -0
  14. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/__init__.py +0 -0
  15. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/action_payload.py +0 -0
  16. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/chunks.py +0 -0
  17. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/event_content.py +0 -0
  18. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/event_envelope.py +0 -0
  19. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_api.py +0 -0
  20. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_channel_data.py +0 -0
  21. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_model.py +0 -0
  22. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/api/slack_response.py +0 -0
  23. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents/hosting/slack/slack_helpers.py +0 -0
  24. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/SOURCES.txt +0 -0
  25. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/dependency_links.txt +0 -0
  26. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/microsoft_agents_hosting_slack.egg-info/top_level.txt +0 -0
  27. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/pyproject.toml +0 -0
  28. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.cfg +0 -0
  29. {microsoft_agents_hosting_slack-1.1.0.dev8 → microsoft_agents_hosting_slack-1.2.0.dev0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-slack
3
- Version: 1.1.0.dev8
3
+ Version: 1.2.0.dev0
4
4
  Summary: Integration library for Microsoft Agents with Slack
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.1.0.dev8
18
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -26,6 +26,24 @@ Dynamic: requires-dist
26
26
 
27
27
  Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
28
28
 
29
+ ## Release Notes
30
+ <table style="width:100%">
31
+ <tr>
32
+ <th style="width:20%">Version</th>
33
+ <th style="width:20%">Date</th>
34
+ <th style="width:60%">Release Notes</th>
35
+ </tr>
36
+ <tr>
37
+ <td>1.1.0</td>
38
+ <td>2026-06-19</td>
39
+ <td>
40
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
41
+ 1.1.0 Release Notes
42
+ </a>
43
+ </td>
44
+ </tr>
45
+ </table>
46
+
29
47
  ## Installation
30
48
 
31
49
  ```bash
@@ -0,0 +1 @@
1
+ 1.2.0.dev0
@@ -5,7 +5,7 @@ Licensed under the MIT License.
5
5
 
6
6
  from __future__ import annotations
7
7
 
8
- from typing import Any, Optional, Tuple
8
+ from typing import Any, Optional
9
9
 
10
10
 
11
11
  def _parse_path(path: str) -> Optional[list[int | str]]:
@@ -60,7 +60,7 @@ def _parse_path(path: str) -> Optional[list[int | str]]:
60
60
  return segments
61
61
 
62
62
 
63
- def _resolve_segment(current: Any, segment: Any) -> Tuple[bool, Any]:
63
+ def _resolve_segment(current: Any, segment: Any) -> tuple[bool, Any]:
64
64
  """Resolve one path segment against the current node.
65
65
 
66
66
  Returns ``(found, value)``. ``found`` is False when the segment cannot be
@@ -89,7 +89,7 @@ def _resolve_segment(current: Any, segment: Any) -> Tuple[bool, Any]:
89
89
  return False, None
90
90
 
91
91
 
92
- def try_get_path_value(data: Any, path: str) -> Tuple[bool, Any]:
92
+ def try_get_path_value(data: Any, path: str) -> tuple[bool, Any]:
93
93
  """Walk ``path`` against ``data``. Returns ``(found, value)``."""
94
94
  if data is None:
95
95
  return False, None
@@ -6,7 +6,7 @@ Licensed under the MIT License.
6
6
  from __future__ import annotations
7
7
 
8
8
  import json
9
- from typing import Any, Optional, Union
9
+ from typing import Any, Optional
10
10
 
11
11
  from pydantic import BaseModel
12
12
 
@@ -64,7 +64,7 @@ class SlackStream:
64
64
 
65
65
  async def append(
66
66
  self,
67
- chunk_or_text: Union[str, BaseModel, list[BaseModel]],
67
+ chunk_or_text: str | BaseModel | list[BaseModel],
68
68
  ) -> "SlackStream":
69
69
  """Append one or more chunks to the stream.
70
70
 
@@ -107,7 +107,7 @@ class SlackStream:
107
107
  async def stop(
108
108
  self,
109
109
  chunks: Optional[list[BaseModel]] = None,
110
- blocks: Union[str, list[Any], dict, None] = None,
110
+ blocks: str | list[Any] | dict | None = None,
111
111
  ) -> None:
112
112
  """Stop the active stream, optionally finalizing with chunks and/or
113
113
  Block Kit blocks.
@@ -6,7 +6,7 @@ Licensed under the MIT License.
6
6
  from __future__ import annotations
7
7
 
8
8
  import re
9
- from typing import Any, Callable, Generic, Optional, Pattern, TypeVar, Union
9
+ from typing import Any, Callable, Generic, Optional, Pattern, TypeVar
10
10
 
11
11
  from microsoft_agents.activity import ActivityTypes, Channels
12
12
  from microsoft_agents.hosting.core import TurnContext
@@ -22,7 +22,7 @@ from .api import (
22
22
 
23
23
  StateT = TypeVar("StateT", bound=TurnState)
24
24
 
25
- TextSelector = Union[str, Pattern[str], None]
25
+ TextSelector = str | Pattern[str] | None
26
26
 
27
27
  _SLACK_API_SERVICE_KEY = "microsoft_agents.hosting.slack.SlackApi"
28
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-hosting-slack
3
- Version: 1.1.0.dev8
3
+ Version: 1.2.0.dev0
4
4
  Summary: Integration library for Microsoft Agents with Slack
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.1.0.dev8
18
+ Requires-Dist: microsoft-agents-hosting-core==1.2.0.dev0
19
19
  Requires-Dist: aiohttp>=3.11.11
20
20
  Dynamic: license-file
21
21
  Dynamic: requires-dist
@@ -26,6 +26,24 @@ Dynamic: requires-dist
26
26
 
27
27
  Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
28
28
 
29
+ ## Release Notes
30
+ <table style="width:100%">
31
+ <tr>
32
+ <th style="width:20%">Version</th>
33
+ <th style="width:20%">Date</th>
34
+ <th style="width:60%">Release Notes</th>
35
+ </tr>
36
+ <tr>
37
+ <td>1.1.0</td>
38
+ <td>2026-06-19</td>
39
+ <td>
40
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
41
+ 1.1.0 Release Notes
42
+ </a>
43
+ </td>
44
+ </tr>
45
+ </table>
46
+
29
47
  ## Installation
30
48
 
31
49
  ```bash
@@ -0,0 +1,2 @@
1
+ microsoft-agents-hosting-core==1.2.0.dev0
2
+ aiohttp>=3.11.11
@@ -4,6 +4,24 @@
4
4
 
5
5
  Integration library for building Slack agents using the Microsoft 365 Agents SDK. Provides direct-to-Slack responses (the full Slack Web API surface, beyond what Azure Bot Service exposes), a typed `SlackChannelData` envelope with dot-notation property access, and a `SlackStream` helper for `chat.startStream` / `chat.appendStream` / `chat.stopStream`.
6
6
 
7
+ ## Release Notes
8
+ <table style="width:100%">
9
+ <tr>
10
+ <th style="width:20%">Version</th>
11
+ <th style="width:20%">Date</th>
12
+ <th style="width:60%">Release Notes</th>
13
+ </tr>
14
+ <tr>
15
+ <td>1.1.0</td>
16
+ <td>2026-06-19</td>
17
+ <td>
18
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v110">
19
+ 1.1.0 Release Notes
20
+ </a>
21
+ </td>
22
+ </tr>
23
+ </table>
24
+
7
25
  ## Installation
8
26
 
9
27
  ```bash
@@ -1 +0,0 @@
1
- 1.1.0.dev8
@@ -1,2 +0,0 @@
1
- microsoft-agents-hosting-core==1.1.0.dev8
2
- aiohttp>=3.11.11