uipath 2.0.1.dev1__tar.gz → 2.0.2.dev1__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.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/build.yml +7 -1
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/lint.yml +2 -2
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/test.yml +2 -2
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/PKG-INFO +1 -1
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/pyproject.toml +1 -1
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/uv.lock +1 -3
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.cursorrules +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.editorconfig +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.gitattributes +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/cd.yml +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/ci.yml +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.gitignore +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.pre-commit-config.yaml +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.python-version +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.vscode/extensions.json +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/.vscode/settings.json +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/CONTRIBUTING.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/README.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/assets/uipath-logo.svg +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/assets.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/buckets.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/connections.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/context_grounding.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/index.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/jobs.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/processes.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/docs/queues.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/justfile +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/mkdocs.yml +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/py.typed +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/README.md +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_config.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_execution_context.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_folder_context.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/action_schema.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/actions.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/assets.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/connections.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/context_grounding.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/context_grounding_index.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/exceptions.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/interrupt_models.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/job.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/llm_gateway.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/processes.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_models/queues.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/assets_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/connections_service.pyi +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_uipath.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/py.typed +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/__init__.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/cli/test_init.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/conftest.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/tests/sdk/test_config.py +0 -0
|
@@ -38,9 +38,15 @@ jobs:
|
|
|
38
38
|
echo "modified=false" >> $GITHUB_OUTPUT
|
|
39
39
|
fi
|
|
40
40
|
|
|
41
|
-
- name:
|
|
41
|
+
- name: Publish
|
|
42
42
|
if: ${{ steps.check_version.outputs.modified }} == 'true'
|
|
43
43
|
run: |
|
|
44
44
|
uv publish
|
|
45
45
|
env:
|
|
46
46
|
UV_PUBLISH_TOKEN: ${{ secrets.token }}
|
|
47
|
+
|
|
48
|
+
- name: Publish Docs
|
|
49
|
+
if: ${{ steps.check_version.outputs.modified }} == 'true'
|
|
50
|
+
run: |
|
|
51
|
+
uv run mkdocs gh-deploy --force
|
|
52
|
+
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
uv venv
|
|
31
31
|
uv sync --all-extras
|
|
32
32
|
|
|
33
|
-
- name:
|
|
33
|
+
- name: Check static types
|
|
34
34
|
run: |
|
|
35
35
|
uv run mypy --config-file pyproject.toml .
|
|
36
36
|
|
|
@@ -38,7 +38,7 @@ jobs:
|
|
|
38
38
|
run: |
|
|
39
39
|
uv run ruff check .
|
|
40
40
|
|
|
41
|
-
- name:
|
|
41
|
+
- name: Check formatting
|
|
42
42
|
run: |
|
|
43
43
|
uv run ruff format --check .
|
|
44
44
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2.dev1
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.0.
|
|
3
|
+
version = "2.0.2.dev1"
|
|
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"
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
version = 1
|
|
2
|
-
revision = 1
|
|
3
2
|
requires-python = ">=3.10"
|
|
4
3
|
resolution-markers = [
|
|
5
4
|
"python_full_version >= '3.12.4'",
|
|
@@ -2320,7 +2319,7 @@ wheels = [
|
|
|
2320
2319
|
|
|
2321
2320
|
[[package]]
|
|
2322
2321
|
name = "uipath"
|
|
2323
|
-
version = "2.0.
|
|
2322
|
+
version = "2.0.2.dev1"
|
|
2324
2323
|
source = { editable = "." }
|
|
2325
2324
|
dependencies = [
|
|
2326
2325
|
{ name = "click" },
|
|
@@ -2368,7 +2367,6 @@ requires-dist = [
|
|
|
2368
2367
|
{ name = "types-requests", specifier = ">=2.32.0.20250306" },
|
|
2369
2368
|
{ name = "uipath-langchain", marker = "extra == 'langchain'", specifier = "==0.0.85" },
|
|
2370
2369
|
]
|
|
2371
|
-
provides-extras = ["langchain"]
|
|
2372
2370
|
|
|
2373
2371
|
[package.metadata.requires-dev]
|
|
2374
2372
|
dev = [
|
|
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
|
{uipath-2.0.1.dev1 → uipath-2.0.2.dev1}/src/uipath/_cli/_templates/[Content_Types].xml.template
RENAMED
|
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
|