microsoft-agents-copilotstudio-client 0.7.0.dev1__tar.gz → 0.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.
- microsoft_agents_copilotstudio_client-0.7.0.dev6/MANIFEST.in +1 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/PKG-INFO +2 -2
- microsoft_agents_copilotstudio_client-0.7.0.dev6/VERSION.txt +1 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents_copilotstudio_client.egg-info/PKG-INFO +2 -2
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents_copilotstudio_client.egg-info/SOURCES.txt +2 -0
- microsoft_agents_copilotstudio_client-0.7.0.dev6/microsoft_agents_copilotstudio_client.egg-info/requires.txt +1 -0
- microsoft_agents_copilotstudio_client-0.7.0.dev6/setup.py +17 -0
- microsoft_agents_copilotstudio_client-0.7.0.dev1/microsoft_agents_copilotstudio_client.egg-info/requires.txt +0 -1
- microsoft_agents_copilotstudio_client-0.7.0.dev1/setup.py +0 -11
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/LICENSE +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/__init__.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/agent_type.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/connection_settings.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/copilot_client.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/direct_to_engine_connection_settings_protocol.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/errors/__init__.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/errors/error_resources.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/execute_turn_request.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/power_platform_cloud.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents/copilotstudio/client/power_platform_environment.py +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents_copilotstudio_client.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/microsoft_agents_copilotstudio_client.egg-info/top_level.txt +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/pyproject.toml +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/readme.md +0 -0
- {microsoft_agents_copilotstudio_client-0.7.0.dev1 → microsoft_agents_copilotstudio_client-0.7.0.dev6}/setup.cfg +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.
|
|
3
|
+
Version: 0.7.0.dev6
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev6
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.7.0.dev6
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-copilotstudio-client
|
|
3
|
-
Version: 0.7.0.
|
|
3
|
+
Version: 0.7.0.dev6
|
|
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.
|
|
18
|
+
Requires-Dist: microsoft-agents-hosting-core==0.7.0.dev6
|
|
19
19
|
Dynamic: license-file
|
|
20
20
|
Dynamic: requires-dist
|
|
21
21
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
microsoft-agents-hosting-core==0.7.0.dev6
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
from os import environ, path
|
|
2
|
+
from setuptools import setup
|
|
3
|
+
|
|
4
|
+
# Try to read from VERSION.txt file first, fall back to environment variable
|
|
5
|
+
version_file = path.join(path.dirname(__file__), "VERSION.txt")
|
|
6
|
+
if path.exists(version_file):
|
|
7
|
+
with open(version_file, "r", encoding="utf-8") as f:
|
|
8
|
+
package_version = f.read().strip()
|
|
9
|
+
else:
|
|
10
|
+
package_version = environ.get("PackageVersion", "0.0.0")
|
|
11
|
+
|
|
12
|
+
setup(
|
|
13
|
+
version=package_version,
|
|
14
|
+
install_requires=[
|
|
15
|
+
f"microsoft-agents-hosting-core=={package_version}",
|
|
16
|
+
],
|
|
17
|
+
)
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
microsoft-agents-hosting-core==0.7.0.dev1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|