microsoft-agents-copilotstudio-client 0.7.0.dev4__tar.gz → 0.7.0.dev8__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_copilotstudio_client-0.7.0.dev8/MANIFEST.in +1 -0
  2. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/PKG-INFO +21 -3
  3. microsoft_agents_copilotstudio_client-0.7.0.dev8/VERSION.txt +1 -0
  4. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents_copilotstudio_client.egg-info/PKG-INFO +21 -3
  5. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents_copilotstudio_client.egg-info/SOURCES.txt +2 -0
  6. microsoft_agents_copilotstudio_client-0.7.0.dev8/microsoft_agents_copilotstudio_client.egg-info/requires.txt +1 -0
  7. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/readme.md +19 -1
  8. microsoft_agents_copilotstudio_client-0.7.0.dev4/microsoft_agents_copilotstudio_client.egg-info/requires.txt +0 -1
  9. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/LICENSE +0 -0
  10. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/__init__.py +0 -0
  11. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/agent_type.py +0 -0
  12. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/connection_settings.py +0 -0
  13. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/copilot_client.py +0 -0
  14. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py +0 -0
  15. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/errors/__init__.py +0 -0
  16. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/errors/error_resources.py +0 -0
  17. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/execute_turn_request.py +0 -0
  18. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/power_platform_cloud.py +0 -0
  19. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents/copilotstudio/client/power_platform_environment.py +0 -0
  20. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents_copilotstudio_client.egg-info/dependency_links.txt +0 -0
  21. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/microsoft_agents_copilotstudio_client.egg-info/top_level.txt +0 -0
  22. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/pyproject.toml +0 -0
  23. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/setup.cfg +0 -0
  24. {microsoft_agents_copilotstudio_client-0.7.0.dev4 → microsoft_agents_copilotstudio_client-0.7.0.dev8}/setup.py +0 -0
@@ -0,0 +1 @@
1
+ include VERSION.txt
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-copilotstudio-client
3
- Version: 0.7.0.dev4
3
+ Version: 0.7.0.dev8
4
4
  Summary: A client 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-hosting-core==0.7.0.dev4
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev8
19
19
  Dynamic: license-file
20
20
  Dynamic: requires-dist
21
21
 
@@ -37,11 +37,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
37
37
  <th style="width:20%">Date</th>
38
38
  <th style="width:60%">Release Notes</th>
39
39
  </tr>
40
+ <tr>
41
+ <td>0.6.1</td>
42
+ <td>2025-12-01</td>
43
+ <td>
44
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
45
+ 0.6.1 Release Notes
46
+ </a>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>0.6.0</td>
51
+ <td>2025-11-18</td>
52
+ <td>
53
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
54
+ 0.6.0 Release Notes
55
+ </a>
56
+ </td>
57
+ </tr>
40
58
  <tr>
41
59
  <td>0.5.0</td>
42
60
  <td>2025-10-22</td>
43
61
  <td>
44
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
62
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
45
63
  0.5.0 Release Notes
46
64
  </a>
47
65
  </td>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-copilotstudio-client
3
- Version: 0.7.0.dev4
3
+ Version: 0.7.0.dev8
4
4
  Summary: A client 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-hosting-core==0.7.0.dev4
18
+ Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev8
19
19
  Dynamic: license-file
20
20
  Dynamic: requires-dist
21
21
 
@@ -37,11 +37,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
37
37
  <th style="width:20%">Date</th>
38
38
  <th style="width:60%">Release Notes</th>
39
39
  </tr>
40
+ <tr>
41
+ <td>0.6.1</td>
42
+ <td>2025-12-01</td>
43
+ <td>
44
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
45
+ 0.6.1 Release Notes
46
+ </a>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>0.6.0</td>
51
+ <td>2025-11-18</td>
52
+ <td>
53
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
54
+ 0.6.0 Release Notes
55
+ </a>
56
+ </td>
57
+ </tr>
40
58
  <tr>
41
59
  <td>0.5.0</td>
42
60
  <td>2025-10-22</td>
43
61
  <td>
44
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
62
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
45
63
  0.5.0 Release Notes
46
64
  </a>
47
65
  </td>
@@ -16,11 +16,29 @@ This library is part of the **Microsoft 365 Agents SDK for Python** - a comprehe
16
16
  <th style="width:20%">Date</th>
17
17
  <th style="width:60%">Release Notes</th>
18
18
  </tr>
19
+ <tr>
20
+ <td>0.6.1</td>
21
+ <td>2025-12-01</td>
22
+ <td>
23
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v061">
24
+ 0.6.1 Release Notes
25
+ </a>
26
+ </td>
27
+ </tr>
28
+ <tr>
29
+ <td>0.6.0</td>
30
+ <td>2025-11-18</td>
31
+ <td>
32
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v060">
33
+ 0.6.0 Release Notes
34
+ </a>
35
+ </td>
36
+ </tr>
19
37
  <tr>
20
38
  <td>0.5.0</td>
21
39
  <td>2025-10-22</td>
22
40
  <td>
23
- <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md">
41
+ <a href="https://github.com/microsoft/Agents-for-python/blob/main/changelog.md#microsoft-365-agents-sdk-for-python---release-notes-v050">
24
42
  0.5.0 Release Notes
25
43
  </a>
26
44
  </td>
@@ -1 +0,0 @@
1
- microsoft-agents-hosting-core==0.7.0.dev4