uipath 2.0.0__tar.gz → 2.0.0.dev3__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.
Potentially problematic release.
This version of uipath might be problematic. Click here for more details.
- {uipath-2.0.0 → uipath-2.0.0.dev3}/PKG-INFO +3 -2
- {uipath-2.0.0 → uipath-2.0.0.dev3}/pyproject.toml +3 -2
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/middlewares.py +1 -1
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/buckets_service.py +3 -3
- {uipath-2.0.0 → uipath-2.0.0.dev3}/.gitignore +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/README.md +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/__init__.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/README.md +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/__init__.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_init.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_new.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_cli/cli_run.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_config.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_execution_context.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_folder_context.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/__init__.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/action_schema.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/actions.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/assets.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/connections.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/context_grounding.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/context_grounding_index.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/exceptions.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/interrupt_models.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/job.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/llm_gateway.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/processes.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_models/queues.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/__init__.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/_base_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/actions_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/api_client.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/assets_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/connections_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/connections_service.pyi +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/folder_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/jobs_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/processes_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_services/queues_service.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_uipath.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/__init__.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_logs.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_request_override.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/_utils/constants.py +0 -0
- {uipath-2.0.0 → uipath-2.0.0.dev3}/uipath/py.typed +0 -0
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.0.0
|
|
3
|
+
Version: 2.0.0.dev3
|
|
4
4
|
Summary: Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
|
|
5
5
|
Project-URL: Homepage, https://uipath.com
|
|
6
6
|
Project-URL: Repository, https://github.com/UiPath/uipath-python
|
|
7
7
|
Maintainer-email: Marius Cosareanu <marius.cosareanu@uipath.com>, Cristian Pufu <cristian.pufu@uipath.com>
|
|
8
8
|
Classifier: Development Status :: 3 - Alpha
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
12
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
13
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
14
|
Classifier: Topic :: Software Development :: Build Tools
|
|
14
|
-
Requires-Python: >=3.
|
|
15
|
+
Requires-Python: >=3.9
|
|
15
16
|
Requires-Dist: click>=8.1.8
|
|
16
17
|
Requires-Dist: httpx>=0.28.1
|
|
17
18
|
Requires-Dist: pydantic>=2.11.1
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.0.0"
|
|
3
|
+
version = "2.0.0.dev3"
|
|
4
4
|
description = "Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools."
|
|
5
5
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
6
|
-
requires-python = ">=3.
|
|
6
|
+
requires-python = ">=3.9"
|
|
7
7
|
dependencies = [
|
|
8
8
|
"click>=8.1.8",
|
|
9
9
|
"httpx>=0.28.1",
|
|
@@ -19,6 +19,7 @@ classifiers = [
|
|
|
19
19
|
"Development Status :: 3 - Alpha",
|
|
20
20
|
"Intended Audience :: Developers",
|
|
21
21
|
"Topic :: Software Development :: Build Tools",
|
|
22
|
+
"Programming Language :: Python :: 3.9",
|
|
22
23
|
"Programming Language :: Python :: 3.10",
|
|
23
24
|
"Programming Language :: Python :: 3.11",
|
|
24
25
|
"Programming Language :: Python :: 3.12",
|
|
@@ -86,7 +86,7 @@ class Middlewares:
|
|
|
86
86
|
else:
|
|
87
87
|
middlewares = list(entry_points.get("uipath.middlewares", []))
|
|
88
88
|
except Exception:
|
|
89
|
-
middlewares = list(importlib.metadata.entry_points())
|
|
89
|
+
middlewares = list(importlib.metadata.entry_points())
|
|
90
90
|
middlewares = [
|
|
91
91
|
ep for ep in middlewares if ep.group == "uipath.middlewares"
|
|
92
92
|
]
|
|
@@ -45,7 +45,7 @@ class BucketsService(FolderContext, BaseService):
|
|
|
45
45
|
headers = {
|
|
46
46
|
key: value
|
|
47
47
|
for key, value in zip(
|
|
48
|
-
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
48
|
+
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
49
49
|
)
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -98,7 +98,7 @@ class BucketsService(FolderContext, BaseService):
|
|
|
98
98
|
headers = {
|
|
99
99
|
key: value
|
|
100
100
|
for key, value in zip(
|
|
101
|
-
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
101
|
+
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
102
102
|
)
|
|
103
103
|
}
|
|
104
104
|
|
|
@@ -149,7 +149,7 @@ class BucketsService(FolderContext, BaseService):
|
|
|
149
149
|
headers = {
|
|
150
150
|
key: value
|
|
151
151
|
for key, value in zip(
|
|
152
|
-
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
152
|
+
result["Headers"]["Keys"], result["Headers"]["Values"]
|
|
153
153
|
)
|
|
154
154
|
}
|
|
155
155
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|