uipath 2.0.2.dev1__tar.gz → 2.0.2.dev2__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.2.dev1 → uipath-2.0.2.dev2}/PKG-INFO +4 -4
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/README.md +3 -3
- uipath-2.0.2.dev2/docs/index.md +3 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/pyproject.toml +1 -1
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/uv.lock +3 -1
- uipath-2.0.2.dev1/docs/index.md +0 -3
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.cursorrules +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.editorconfig +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.gitattributes +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/build.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/cd.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/ci.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/lint.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.github/workflows/test.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.gitignore +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.pre-commit-config.yaml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.python-version +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.vscode/extensions.json +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/.vscode/settings.json +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/CONTRIBUTING.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/assets/uipath-logo.svg +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/assets.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/buckets.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/connections.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/context_grounding.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/jobs.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/processes.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/docs/queues.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/justfile +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/mkdocs.yml +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/py.typed +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/README.md +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_config.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_execution_context.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_folder_context.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/action_schema.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/actions.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/assets.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/connections.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/context_grounding.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/context_grounding_index.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/exceptions.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/interrupt_models.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/job.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/llm_gateway.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/processes.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_models/queues.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/assets_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/connections_service.pyi +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_uipath.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/src/uipath/py.typed +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/__init__.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/cli/test_init.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/conftest.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.0.2.dev1 → uipath-2.0.2.dev2}/tests/sdk/test_config.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: uipath
|
|
3
|
-
Version: 2.0.2.
|
|
3
|
+
Version: 2.0.2.dev2
|
|
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
|
|
@@ -190,8 +190,8 @@ To properly use the CLI for packaging and publishing, your project should includ
|
|
|
190
190
|
- A `uipath.json` file (generated by `uipath init`)
|
|
191
191
|
- Any Python files needed for your automation
|
|
192
192
|
|
|
193
|
-
|
|
193
|
+
## Development
|
|
194
194
|
|
|
195
|
-
|
|
195
|
+
### Setting Up a Development Environment
|
|
196
196
|
|
|
197
|
-
|
|
197
|
+
Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.
|
|
@@ -163,8 +163,8 @@ To properly use the CLI for packaging and publishing, your project should includ
|
|
|
163
163
|
- A `uipath.json` file (generated by `uipath init`)
|
|
164
164
|
- Any Python files needed for your automation
|
|
165
165
|
|
|
166
|
-
|
|
166
|
+
## Development
|
|
167
167
|
|
|
168
|
-
|
|
168
|
+
### Setting Up a Development Environment
|
|
169
169
|
|
|
170
|
-
|
|
170
|
+
Please read our [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "uipath"
|
|
3
|
-
version = "2.0.2.
|
|
3
|
+
version = "2.0.2.dev2"
|
|
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,4 +1,5 @@
|
|
|
1
1
|
version = 1
|
|
2
|
+
revision = 1
|
|
2
3
|
requires-python = ">=3.10"
|
|
3
4
|
resolution-markers = [
|
|
4
5
|
"python_full_version >= '3.12.4'",
|
|
@@ -2319,7 +2320,7 @@ wheels = [
|
|
|
2319
2320
|
|
|
2320
2321
|
[[package]]
|
|
2321
2322
|
name = "uipath"
|
|
2322
|
-
version = "2.0.2.
|
|
2323
|
+
version = "2.0.2.dev2"
|
|
2323
2324
|
source = { editable = "." }
|
|
2324
2325
|
dependencies = [
|
|
2325
2326
|
{ name = "click" },
|
|
@@ -2367,6 +2368,7 @@ requires-dist = [
|
|
|
2367
2368
|
{ name = "types-requests", specifier = ">=2.32.0.20250306" },
|
|
2368
2369
|
{ name = "uipath-langchain", marker = "extra == 'langchain'", specifier = "==0.0.85" },
|
|
2369
2370
|
]
|
|
2371
|
+
provides-extras = ["langchain"]
|
|
2370
2372
|
|
|
2371
2373
|
[package.metadata.requires-dev]
|
|
2372
2374
|
dev = [
|
uipath-2.0.2.dev1/docs/index.md
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.2.dev1 → uipath-2.0.2.dev2}/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
|