uipath 2.0.10__tar.gz → 2.0.11__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.10 → uipath-2.0.11}/PKG-INFO +2 -1
- {uipath-2.0.10 → uipath-2.0.11}/pyproject.toml +2 -1
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_init.py +2 -1
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_pack.py +1 -1
- {uipath-2.0.10 → uipath-2.0.11}/uv.lock +12 -1
- {uipath-2.0.10 → uipath-2.0.11}/.cursorrules +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.editorconfig +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.gitattributes +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/build.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/cd.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/ci.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/lint.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.github/workflows/test.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.gitignore +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.pre-commit-config.yaml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.python-version +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.vscode/extensions.json +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/.vscode/settings.json +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/CONTRIBUTING.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/LICENSE +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/README.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/CONTRIBUTING.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/actions.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/assets/uipath-logo.svg +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/assets.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/buckets.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/connections.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/context_grounding.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/getting_started_agent.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/getting_started_cli.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/getting_started_cloud.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/getting_started_sdk.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/index.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/jobs.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/processes.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/queues.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/docs/sdk.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/justfile +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/mkdocs.yml +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/py.typed +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/README.md +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_config.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_execution_context.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_folder_context.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/assets_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/connections_service.pyi +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_uipath.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/action_schema.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/actions.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/assets.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/connections.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/context_grounding.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/context_grounding_index.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/exceptions.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/interrupt_models.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/job.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/llm_gateway.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/processes.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/models/queues.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/py.typed +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/tracing/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/tracing/_otel_exporters.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/tracing/_traced.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/src/uipath/tracing/_utils.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/__init__.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/cli/test_init.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/conftest.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/sdk/test_config.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/tracing/test_span_utils.py +0 -0
- {uipath-2.0.10 → uipath-2.0.11}/tests/tracing/test_traced.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.11
|
|
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
|
|
@@ -16,6 +16,7 @@ Requires-Python: >=3.10
|
|
|
16
16
|
Requires-Dist: click>=8.1.8
|
|
17
17
|
Requires-Dist: httpx>=0.28.1
|
|
18
18
|
Requires-Dist: opentelemetry-sdk>=1.32.1
|
|
19
|
+
Requires-Dist: pathlib>=1.0.1
|
|
19
20
|
Requires-Dist: pydantic>=2.11.1
|
|
20
21
|
Requires-Dist: pytest-asyncio>=0.25.3
|
|
21
22
|
Requires-Dist: python-dotenv>=1.0.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.11"
|
|
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
6
|
requires-python = ">=3.10"
|
|
@@ -15,6 +15,7 @@ dependencies = [
|
|
|
15
15
|
"tenacity>=9.0.0",
|
|
16
16
|
"tomli>=2.2.1",
|
|
17
17
|
"types-requests>=2.32.0.20250306",
|
|
18
|
+
"pathlib>=1.0.1"
|
|
18
19
|
]
|
|
19
20
|
classifiers = [
|
|
20
21
|
"Development Status :: 3 - Alpha",
|
|
@@ -3,6 +3,7 @@ import json
|
|
|
3
3
|
import os
|
|
4
4
|
import traceback
|
|
5
5
|
import uuid
|
|
6
|
+
from pathlib import Path
|
|
6
7
|
from typing import Optional
|
|
7
8
|
|
|
8
9
|
import click
|
|
@@ -75,7 +76,7 @@ def init(entrypoint: str) -> None:
|
|
|
75
76
|
try:
|
|
76
77
|
args = generate_args(script_path)
|
|
77
78
|
|
|
78
|
-
relative_path =
|
|
79
|
+
relative_path = Path(script_path).relative_to(current_directory).as_posix()
|
|
79
80
|
|
|
80
81
|
config_data = {
|
|
81
82
|
"entryPoints": [
|
|
@@ -232,7 +232,7 @@ def pack_fn(projectName, description, entryPoints, version, authors, directory):
|
|
|
232
232
|
os.makedirs(".uipath", exist_ok=True)
|
|
233
233
|
|
|
234
234
|
# Define the allowlist of file extensions to include
|
|
235
|
-
file_extensions_allowlist = [".py", ".mermaid", ".json"]
|
|
235
|
+
file_extensions_allowlist = [".py", ".mermaid", ".json", ".yaml", ".yml"]
|
|
236
236
|
|
|
237
237
|
with zipfile.ZipFile(
|
|
238
238
|
f".uipath/{projectName}.{version}.nupkg", "w", zipfile.ZIP_DEFLATED
|
|
@@ -1578,6 +1578,15 @@ wheels = [
|
|
|
1578
1578
|
{ url = "https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591", size = 13746 },
|
|
1579
1579
|
]
|
|
1580
1580
|
|
|
1581
|
+
[[package]]
|
|
1582
|
+
name = "pathlib"
|
|
1583
|
+
version = "1.0.1"
|
|
1584
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1585
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ac/aa/9b065a76b9af472437a0059f77e8f962fe350438b927cb80184c32f075eb/pathlib-1.0.1.tar.gz", hash = "sha256:6940718dfc3eff4258203ad5021090933e5c04707d5ca8cc9e73c94a7894ea9f", size = 49298 }
|
|
1586
|
+
wheels = [
|
|
1587
|
+
{ url = "https://files.pythonhosted.org/packages/78/f9/690a8600b93c332de3ab4a344a4ac34f00c8f104917061f779db6a918ed6/pathlib-1.0.1-py3-none-any.whl", hash = "sha256:f35f95ab8b0f59e6d354090350b44a80a80635d22efdedfa84c7ad1cf0a74147", size = 14363 },
|
|
1588
|
+
]
|
|
1589
|
+
|
|
1581
1590
|
[[package]]
|
|
1582
1591
|
name = "pathspec"
|
|
1583
1592
|
version = "0.12.1"
|
|
@@ -2384,12 +2393,13 @@ wheels = [
|
|
|
2384
2393
|
|
|
2385
2394
|
[[package]]
|
|
2386
2395
|
name = "uipath"
|
|
2387
|
-
version = "2.0.
|
|
2396
|
+
version = "2.0.11"
|
|
2388
2397
|
source = { editable = "." }
|
|
2389
2398
|
dependencies = [
|
|
2390
2399
|
{ name = "click" },
|
|
2391
2400
|
{ name = "httpx" },
|
|
2392
2401
|
{ name = "opentelemetry-sdk" },
|
|
2402
|
+
{ name = "pathlib" },
|
|
2393
2403
|
{ name = "pydantic" },
|
|
2394
2404
|
{ name = "pytest-asyncio" },
|
|
2395
2405
|
{ name = "python-dotenv" },
|
|
@@ -2425,6 +2435,7 @@ requires-dist = [
|
|
|
2425
2435
|
{ name = "click", specifier = ">=8.1.8" },
|
|
2426
2436
|
{ name = "httpx", specifier = ">=0.28.1" },
|
|
2427
2437
|
{ name = "opentelemetry-sdk", specifier = ">=1.32.1" },
|
|
2438
|
+
{ name = "pathlib", specifier = ">=1.0.1" },
|
|
2428
2439
|
{ name = "pydantic", specifier = ">=2.11.1" },
|
|
2429
2440
|
{ name = "pytest-asyncio", specifier = ">=0.25.3" },
|
|
2430
2441
|
{ name = "python-dotenv", specifier = ">=1.0.1" },
|
|
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
|
|
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
|