microsoft-agents-copilotstudio-client 0.5.0.dev10__tar.gz → 0.5.0.dev17__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 (20) hide show
  1. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/PKG-INFO +9 -4
  2. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents_copilotstudio_client.egg-info/PKG-INFO +9 -4
  3. microsoft_agents_copilotstudio_client-0.5.0.dev17/microsoft_agents_copilotstudio_client.egg-info/requires.txt +1 -0
  4. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/pyproject.toml +6 -1
  5. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/readme.md +1 -1
  6. microsoft_agents_copilotstudio_client-0.5.0.dev10/microsoft_agents_copilotstudio_client.egg-info/requires.txt +0 -1
  7. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/LICENSE +0 -0
  8. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/__init__.py +0 -0
  9. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/agent_type.py +0 -0
  10. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/connection_settings.py +0 -0
  11. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/copilot_client.py +0 -0
  12. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py +0 -0
  13. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/execute_turn_request.py +0 -0
  14. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/power_platform_cloud.py +0 -0
  15. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents/copilotstudio/client/power_platform_environment.py +0 -0
  16. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents_copilotstudio_client.egg-info/SOURCES.txt +0 -0
  17. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents_copilotstudio_client.egg-info/dependency_links.txt +0 -0
  18. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/microsoft_agents_copilotstudio_client.egg-info/top_level.txt +0 -0
  19. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/setup.cfg +0 -0
  20. {microsoft_agents_copilotstudio_client-0.5.0.dev10 → microsoft_agents_copilotstudio_client-0.5.0.dev17}/setup.py +0 -0
@@ -1,16 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-copilotstudio-client
3
- Version: 0.5.0.dev10
3
+ Version: 0.5.0.dev17
4
4
  Summary: A client library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/microsoft/Agents
8
8
  Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
9
14
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.9
15
+ Requires-Python: >=3.10
11
16
  Description-Content-Type: text/markdown
12
17
  License-File: LICENSE
13
- Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev10
18
+ Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev17
14
19
  Dynamic: license-file
15
20
  Dynamic: requires-dist
16
21
 
@@ -136,7 +141,7 @@ CUSTOM_POWER_PLATFORM_CLOUD=your-custom-cloud.com
136
141
 
137
142
  ## Requirements
138
143
 
139
- - Python 3.9+
144
+ - Python 3.10+ (supports 3.10, 3.11, 3.12, 3.13, 3.14)
140
145
  - Valid Azure AD app registration
141
146
  - Access to Microsoft Power Platform environment
142
147
  - Published Copilot Studio agent
@@ -1,16 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-copilotstudio-client
3
- Version: 0.5.0.dev10
3
+ Version: 0.5.0.dev17
4
4
  Summary: A client library for Microsoft Agents
5
5
  Author: Microsoft Corporation
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/microsoft/Agents
8
8
  Classifier: Programming Language :: Python :: 3
9
+ Classifier: Programming Language :: Python :: 3.10
10
+ Classifier: Programming Language :: Python :: 3.11
11
+ Classifier: Programming Language :: Python :: 3.12
12
+ Classifier: Programming Language :: Python :: 3.13
13
+ Classifier: Programming Language :: Python :: 3.14
9
14
  Classifier: Operating System :: OS Independent
10
- Requires-Python: >=3.9
15
+ Requires-Python: >=3.10
11
16
  Description-Content-Type: text/markdown
12
17
  License-File: LICENSE
13
- Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev10
18
+ Requires-Dist: microsoft-agents-hosting-core==0.5.0.dev17
14
19
  Dynamic: license-file
15
20
  Dynamic: requires-dist
16
21
 
@@ -136,7 +141,7 @@ CUSTOM_POWER_PLATFORM_CLOUD=your-custom-cloud.com
136
141
 
137
142
  ## Requirements
138
143
 
139
- - Python 3.9+
144
+ - Python 3.10+ (supports 3.10, 3.11, 3.12, 3.13, 3.14)
140
145
  - Valid Azure AD app registration
141
146
  - Access to Microsoft Power Platform environment
142
147
  - Published Copilot Studio agent
@@ -10,9 +10,14 @@ readme = {file = "readme.md", content-type = "text/markdown"}
10
10
  authors = [{name = "Microsoft Corporation"}]
11
11
  license = "MIT"
12
12
  license-files = ["LICENSE"]
13
- requires-python = ">=3.9"
13
+ requires-python = ">=3.10"
14
14
  classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
+ "Programming Language :: Python :: 3.10",
17
+ "Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
+ "Programming Language :: Python :: 3.14",
16
21
  "Operating System :: OS Independent",
17
22
  ]
18
23
 
@@ -120,7 +120,7 @@ CUSTOM_POWER_PLATFORM_CLOUD=your-custom-cloud.com
120
120
 
121
121
  ## Requirements
122
122
 
123
- - Python 3.9+
123
+ - Python 3.10+ (supports 3.10, 3.11, 3.12, 3.13, 3.14)
124
124
  - Valid Azure AD app registration
125
125
  - Access to Microsoft Power Platform environment
126
126
  - Published Copilot Studio agent
@@ -1 +0,0 @@
1
- microsoft-agents-hosting-core==0.5.0.dev10