uipath 2.1.47__tar.gz → 2.1.48__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.
- {uipath-2.1.47 → uipath-2.1.48}/PKG-INFO +1 -1
- {uipath-2.1.47 → uipath-2.1.48}/pyproject.toml +1 -1
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_studio_project.py +0 -3
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/_base_service.py +0 -9
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/actions_service.py +36 -29
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/api_client.py +2 -8
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/assets_service.py +13 -7
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/processes_service.py +9 -5
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_base_service.py +0 -1
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_processes_service.py +12 -8
- {uipath-2.1.47 → uipath-2.1.48}/uv.lock +1 -1
- {uipath-2.1.47 → uipath-2.1.48}/.cursorrules +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.editorconfig +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.gitattributes +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/cd.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/ci.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/lint.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/publish-dev.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/publish-docs.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/slack.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.github/workflows/test.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.gitignore +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.pre-commit-config.yaml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.python-version +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.vscode/extensions.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.vscode/launch.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/.vscode/settings.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/CONTRIBUTING.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/LICENSE +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/README.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/CONTRIBUTING.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/FAQ.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/assets/env-preparation-failed-dark.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/assets/env-preparation-failed-light.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/assets/favicon.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/assets/logo-dark.svg +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/assets/logo-light.svg +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/cli/index.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/actions.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/cloud_env_var_dark.gif +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/cloud_env_var_light.gif +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/cloud_env_var_secret_dark.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/cloud_env_var_secret_light.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/copy_path_dark.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets/copy_path_light.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/assets.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/attachments.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/buckets.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/connections.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/context_grounding.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/environment_variables.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/getting_started.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/jobs.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/llm_gateway.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/processes.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/queues.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/core/traced.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/hooks.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/index.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/javascripts/extra.js +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/overrides/main.html +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/overrides/partials/actions.html +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/overrides/partials/logo.html +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/release_policy.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/sample_images/google-ADK-agent/agent-output.png +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/docs/stylesheets/extra.css +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/justfile +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/mkdocs.yml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/py.typed +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/calculator/README.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/calculator/main.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/calculator/pyproject.toml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/event-trigger/.python-version +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/event-trigger/README.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/event-trigger/main.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/event-trigger/pyproject.toml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/.env.example +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/README.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/input.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/multi_tool_agent/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/multi_tool_agent/agent.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/pyproject.toml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/samples/google-ADK-agent/uv.lock +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/scripts/debug_test.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/scripts/lint_httpx_client.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/README.md +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_auth_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_client_credentials.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_url_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/auth_config.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_components/_chat.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_components/_details.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_components/_history.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_components/_json_input.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_components/_new.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_models/_execution.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_models/_messages.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_styles/terminal.tcss +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_utils/_chat.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_utils/_exporter.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_dev/_terminal/_utils/_logger.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_deterministic_evaluator_base.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_evaluator_base.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_evaluator_factory.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_exact_match_evaluator.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_json_similarity_evaluator.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_llm_as_judge_evaluator.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_evaluators/_trajectory_evaluator.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_models/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_models/_agent_execution_output.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_models/_evaluation_set.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_models/_evaluators.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/_runtime.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_evals/progress_reporter.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_push/sw_file_handler.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_escalation.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_hitl.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_runtime/_script_executor.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_console.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_constants.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_debug.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_eval_set.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_folders.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_processes.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_project_files.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_tracing.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/_utils/_uv_helpers.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_dev.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_eval.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_invoke.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_pull.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_push.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_cli/spinner.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_config.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_execution_context.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_folder_context.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/attachments_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_uipath.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_read_overwrites.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_ssl_context.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_url.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/async_stream.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/citation.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/content.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/conversation.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/event.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/exchange.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/message.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/meta.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/agent/conversation/tool.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/eval/_helpers/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/eval/_helpers/helpers.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/action_schema.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/actions.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/assets.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/attachment.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/buckets.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/connections.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/context_grounding.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/context_grounding_index.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/errors.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/exceptions.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/interrupt_models.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/job.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/llm_gateway.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/processes.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/models/queues.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/py.typed +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/telemetry/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/telemetry/_constants.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/telemetry/_track.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/tracing/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/tracing/_otel_exporters.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/tracing/_traced.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/tracing/_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/utils/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/src/uipath/utils/_endpoints_manager.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/__init__.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/conftest.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/evaluators/test_json_similarity_evaluator.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/mocks/bindings_script.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/mocks/pyproject.toml +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/mocks/simple_script.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/mocks/uipath-mock.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/mocks/uipath-simple-script-mock.json +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_auth.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_hitl.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_init.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_input_args.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_invoke.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_new.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_pack.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_portal_service_ensure_valid_token.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_portal_service_refresh_token.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_publish.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_pull.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_push.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_run.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/test_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/utils/common.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/utils/project_details.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/cli/utils/uipath_json.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/conftest.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/conftest.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_actions_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_api_client.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_assets_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_attachments_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_buckets_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_connections_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_context_grounding_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_folder_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_jobs_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_llm_schema_cleanup.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_queues_service.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/test_bindings_inference.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/test_config.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/sdk/test_overwrites.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/tracing/test_otel_exporters.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/tracing/test_span_utils.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/tracing/test_traced.py +0 -0
- {uipath-2.1.47 → uipath-2.1.48}/tests/tracing/test_tracing_manager.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: uipath
|
3
|
-
Version: 2.1.
|
3
|
+
Version: 2.1.48
|
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.1.
|
3
|
+
version = "2.1.48"
|
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"
|
@@ -311,7 +311,6 @@ class StudioClient:
|
|
311
311
|
files=files_data,
|
312
312
|
url=f"{self.file_operations_base_url}/File/{remote_file.id}",
|
313
313
|
scoped="org",
|
314
|
-
infer_content_type=True,
|
315
314
|
headers=headers or {},
|
316
315
|
)
|
317
316
|
action = "Updated"
|
@@ -322,7 +321,6 @@ class StudioClient:
|
|
322
321
|
data={"parentId": folder.id} if folder else None,
|
323
322
|
files=files_data,
|
324
323
|
scoped="org",
|
325
|
-
infer_content_type=True,
|
326
324
|
headers=headers or {},
|
327
325
|
)
|
328
326
|
action = "Uploaded"
|
@@ -451,7 +449,6 @@ class StudioClient:
|
|
451
449
|
url=f"{self.file_operations_base_url}/StructuralMigration",
|
452
450
|
scoped="org",
|
453
451
|
files=files,
|
454
|
-
infer_content_type=True,
|
455
452
|
headers=headers or {},
|
456
453
|
)
|
457
454
|
|
@@ -74,7 +74,6 @@ class BaseService:
|
|
74
74
|
url: Union[URL, str],
|
75
75
|
*,
|
76
76
|
scoped: Literal["org", "tenant"] = "tenant",
|
77
|
-
infer_content_type=False,
|
78
77
|
**kwargs: Any,
|
79
78
|
) -> Response:
|
80
79
|
self._logger.debug(f"Request: {method} {url}")
|
@@ -106,9 +105,6 @@ class BaseService:
|
|
106
105
|
|
107
106
|
scoped_url = self._url.scope_url(str(url), scoped)
|
108
107
|
|
109
|
-
if infer_content_type:
|
110
|
-
self._client.headers.pop("Content-Type", None)
|
111
|
-
|
112
108
|
response = self._client.request(method, scoped_url, **kwargs)
|
113
109
|
|
114
110
|
try:
|
@@ -132,7 +128,6 @@ class BaseService:
|
|
132
128
|
url: Union[URL, str],
|
133
129
|
*,
|
134
130
|
scoped: Literal["org", "tenant"] = "tenant",
|
135
|
-
infer_content_type=False,
|
136
131
|
**kwargs: Any,
|
137
132
|
) -> Response:
|
138
133
|
self._logger.debug(f"Request: {method} {url}")
|
@@ -147,9 +142,6 @@ class BaseService:
|
|
147
142
|
|
148
143
|
scoped_url = self._url.scope_url(str(url), scoped)
|
149
144
|
|
150
|
-
if infer_content_type:
|
151
|
-
self._client_async.headers.pop("Content-Type", None)
|
152
|
-
|
153
145
|
response = await self._client_async.request(method, scoped_url, **kwargs)
|
154
146
|
|
155
147
|
try:
|
@@ -163,7 +155,6 @@ class BaseService:
|
|
163
155
|
def default_headers(self) -> dict[str, str]:
|
164
156
|
return {
|
165
157
|
"Accept": "application/json",
|
166
|
-
"Content-Type": "application/json",
|
167
158
|
**self.auth_headers,
|
168
159
|
**self.custom_headers,
|
169
160
|
}
|
@@ -1,6 +1,5 @@
|
|
1
1
|
import os
|
2
2
|
import uuid
|
3
|
-
from json import dumps
|
4
3
|
from typing import Any, Dict, List, Optional, Tuple
|
5
4
|
|
6
5
|
from .._config import Config
|
@@ -81,30 +80,28 @@ def _create_spec(
|
|
81
80
|
return RequestSpec(
|
82
81
|
method="POST",
|
83
82
|
endpoint=Endpoint("/orchestrator_/tasks/AppTasks/CreateAppTask"),
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
"
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
"
|
98
|
-
|
99
|
-
"actions": outcome_list,
|
100
|
-
}
|
101
|
-
if len(outcome_list) != 0
|
102
|
-
else {},
|
83
|
+
json={
|
84
|
+
"appId": app_key,
|
85
|
+
"appVersion": app_version,
|
86
|
+
"title": title,
|
87
|
+
"data": data if data is not None else {},
|
88
|
+
"actionableMessageMetaData": {
|
89
|
+
"fieldSet": {
|
90
|
+
"id": str(uuid.uuid4()),
|
91
|
+
"fields": field_list,
|
92
|
+
}
|
93
|
+
if len(field_list) != 0
|
94
|
+
else {},
|
95
|
+
"actionSet": {
|
96
|
+
"id": str(uuid.uuid4()),
|
97
|
+
"actions": outcome_list,
|
103
98
|
}
|
104
|
-
if
|
99
|
+
if len(outcome_list) != 0
|
105
100
|
else {},
|
106
101
|
}
|
107
|
-
|
102
|
+
if action_schema is not None
|
103
|
+
else {},
|
104
|
+
},
|
108
105
|
headers=folder_headers(app_folder_key, app_folder_path),
|
109
106
|
)
|
110
107
|
|
@@ -126,9 +123,7 @@ def _assign_task_spec(task_key: str, assignee: str) -> RequestSpec:
|
|
126
123
|
endpoint=Endpoint(
|
127
124
|
"/orchestrator_/odata/Tasks/UiPath.Server.Configuration.OData.AssignTasks"
|
128
125
|
),
|
129
|
-
|
130
|
-
{"taskAssignments": [{"taskId": task_key, "UserNameOrEmail": assignee}]}
|
131
|
-
),
|
126
|
+
json={"taskAssignments": [{"taskId": task_key, "UserNameOrEmail": assignee}]},
|
132
127
|
)
|
133
128
|
|
134
129
|
|
@@ -224,12 +219,18 @@ class ActionsService(FolderContext, BaseService):
|
|
224
219
|
)
|
225
220
|
|
226
221
|
response = await self.request_async(
|
227
|
-
spec.method,
|
222
|
+
spec.method,
|
223
|
+
spec.endpoint,
|
224
|
+
json=spec.json,
|
225
|
+
content=spec.content,
|
226
|
+
headers=spec.headers,
|
228
227
|
)
|
229
228
|
json_response = response.json()
|
230
229
|
if assignee:
|
231
230
|
spec = _assign_task_spec(json_response["id"], assignee)
|
232
|
-
await self.request_async(
|
231
|
+
await self.request_async(
|
232
|
+
spec.method, spec.endpoint, json=spec.json, content=spec.content
|
233
|
+
)
|
233
234
|
return Action.model_validate(json_response)
|
234
235
|
|
235
236
|
@traced(name="actions_create", run_type="uipath")
|
@@ -284,12 +285,18 @@ class ActionsService(FolderContext, BaseService):
|
|
284
285
|
)
|
285
286
|
|
286
287
|
response = self.request(
|
287
|
-
spec.method,
|
288
|
+
spec.method,
|
289
|
+
spec.endpoint,
|
290
|
+
json=spec.json,
|
291
|
+
content=spec.content,
|
292
|
+
headers=spec.headers,
|
288
293
|
)
|
289
294
|
json_response = response.json()
|
290
295
|
if assignee:
|
291
296
|
spec = _assign_task_spec(json_response["id"], assignee)
|
292
|
-
self.request(
|
297
|
+
self.request(
|
298
|
+
spec.method, spec.endpoint, json=spec.json, content=spec.content
|
299
|
+
)
|
293
300
|
return Action.model_validate(json_response)
|
294
301
|
|
295
302
|
@traced(name="actions_retrieve", run_type="uipath")
|
@@ -25,7 +25,6 @@ class ApiClient(FolderContext, BaseService):
|
|
25
25
|
method: str,
|
26
26
|
url: Union[URL, str],
|
27
27
|
scoped: Literal["org", "tenant"] = "tenant",
|
28
|
-
infer_content_type=False,
|
29
28
|
**kwargs: Any,
|
30
29
|
) -> Response:
|
31
30
|
if kwargs.get("include_folder_headers", False):
|
@@ -37,16 +36,13 @@ class ApiClient(FolderContext, BaseService):
|
|
37
36
|
if "include_folder_headers" in kwargs:
|
38
37
|
del kwargs["include_folder_headers"]
|
39
38
|
|
40
|
-
return super().request(
|
41
|
-
method, url, scoped=scoped, infer_content_type=infer_content_type, **kwargs
|
42
|
-
)
|
39
|
+
return super().request(method, url, scoped=scoped, **kwargs)
|
43
40
|
|
44
41
|
async def request_async(
|
45
42
|
self,
|
46
43
|
method: str,
|
47
44
|
url: Union[URL, str],
|
48
45
|
scoped: Literal["org", "tenant"] = "tenant",
|
49
|
-
infer_content_type=False,
|
50
46
|
**kwargs: Any,
|
51
47
|
) -> Response:
|
52
48
|
if kwargs.get("include_folder_headers", False):
|
@@ -58,6 +54,4 @@ class ApiClient(FolderContext, BaseService):
|
|
58
54
|
if "include_folder_headers" in kwargs:
|
59
55
|
del kwargs["include_folder_headers"]
|
60
56
|
|
61
|
-
return await super().request_async(
|
62
|
-
method, url, scoped=scoped, infer_content_type=infer_content_type, **kwargs
|
63
|
-
)
|
57
|
+
return await super().request_async(method, url, scoped=scoped, **kwargs)
|
@@ -170,6 +170,8 @@ class AssetsService(FolderContext, BaseService):
|
|
170
170
|
response = self.request(
|
171
171
|
spec.method,
|
172
172
|
url=spec.endpoint,
|
173
|
+
params=spec.params,
|
174
|
+
json=spec.json,
|
173
175
|
content=spec.content,
|
174
176
|
headers=spec.headers,
|
175
177
|
)
|
@@ -223,6 +225,8 @@ class AssetsService(FolderContext, BaseService):
|
|
223
225
|
response = await self.request_async(
|
224
226
|
spec.method,
|
225
227
|
url=spec.endpoint,
|
228
|
+
params=spec.params,
|
229
|
+
json=spec.json,
|
226
230
|
content=spec.content,
|
227
231
|
headers=spec.headers,
|
228
232
|
)
|
@@ -267,6 +271,8 @@ class AssetsService(FolderContext, BaseService):
|
|
267
271
|
response = self.request(
|
268
272
|
spec.method,
|
269
273
|
url=spec.endpoint,
|
274
|
+
params=spec.params,
|
275
|
+
json=spec.json,
|
270
276
|
content=spec.content,
|
271
277
|
headers=spec.headers,
|
272
278
|
)
|
@@ -298,6 +304,8 @@ class AssetsService(FolderContext, BaseService):
|
|
298
304
|
response = await self.request_async(
|
299
305
|
spec.method,
|
300
306
|
url=spec.endpoint,
|
307
|
+
params=spec.params,
|
308
|
+
json=spec.json,
|
301
309
|
content=spec.content,
|
302
310
|
headers=spec.headers,
|
303
311
|
)
|
@@ -337,7 +345,7 @@ class AssetsService(FolderContext, BaseService):
|
|
337
345
|
endpoint=Endpoint(
|
338
346
|
"/orchestrator_/odata/Assets/UiPath.Server.Configuration.OData.GetRobotAssetByNameForRobotKey"
|
339
347
|
),
|
340
|
-
|
348
|
+
json={"assetName": name, "robotKey": robot_key},
|
341
349
|
headers={
|
342
350
|
**header_folder(folder_key, folder_path),
|
343
351
|
},
|
@@ -355,12 +363,10 @@ class AssetsService(FolderContext, BaseService):
|
|
355
363
|
endpoint=Endpoint(
|
356
364
|
"/orchestrator_/odata/Assets/UiPath.Server.Configuration.OData.SetRobotAssetByRobotKey"
|
357
365
|
),
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
}
|
363
|
-
),
|
366
|
+
json={
|
367
|
+
"robotKey": self._execution_context.robot_key,
|
368
|
+
"robotAsset": robot_asset.model_dump(by_alias=True, exclude_none=True),
|
369
|
+
},
|
364
370
|
headers={
|
365
371
|
**header_folder(folder_key, folder_path),
|
366
372
|
},
|
@@ -87,6 +87,8 @@ class ProcessesService(FolderContext, BaseService):
|
|
87
87
|
response = self.request(
|
88
88
|
spec.method,
|
89
89
|
url=spec.endpoint,
|
90
|
+
params=spec.params,
|
91
|
+
json=spec.json,
|
90
92
|
content=spec.content,
|
91
93
|
headers=spec.headers,
|
92
94
|
)
|
@@ -146,6 +148,8 @@ class ProcessesService(FolderContext, BaseService):
|
|
146
148
|
response = await self.request_async(
|
147
149
|
spec.method,
|
148
150
|
url=spec.endpoint,
|
151
|
+
params=spec.params,
|
152
|
+
json=spec.json,
|
149
153
|
content=spec.content,
|
150
154
|
headers=spec.headers,
|
151
155
|
)
|
@@ -230,18 +234,18 @@ class ProcessesService(FolderContext, BaseService):
|
|
230
234
|
folder_key: Optional[str] = None,
|
231
235
|
folder_path: Optional[str] = None,
|
232
236
|
) -> RequestSpec:
|
233
|
-
|
234
|
-
request_scope = RequestSpec(
|
237
|
+
request_spec = RequestSpec(
|
235
238
|
method="POST",
|
236
239
|
endpoint=Endpoint(
|
237
240
|
"/orchestrator_/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"
|
238
241
|
),
|
239
|
-
|
242
|
+
json={"startInfo": {"ReleaseName": name, **(input_data or {})}},
|
240
243
|
headers={
|
241
244
|
**header_folder(folder_key, folder_path),
|
242
245
|
},
|
243
246
|
)
|
244
247
|
job_key = os.environ.get(ENV_JOB_KEY, None)
|
245
248
|
if job_key:
|
246
|
-
|
247
|
-
|
249
|
+
request_spec.headers[HEADER_JOB_KEY] = job_key
|
250
|
+
|
251
|
+
return request_spec
|
@@ -19,7 +19,6 @@ class TestBaseService:
|
|
19
19
|
def test_base_service_default_headers(self, service: BaseService, secret: str):
|
20
20
|
assert service.default_headers == {
|
21
21
|
"Accept": "application/json",
|
22
|
-
"Content-Type": "application/json",
|
23
22
|
"Authorization": f"Bearer {secret}",
|
24
23
|
}
|
25
24
|
|
@@ -73,13 +73,14 @@ class TestProcessesService:
|
|
73
73
|
sent_request.url
|
74
74
|
== f"{base_url}{org}{tenant}/orchestrator_/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"
|
75
75
|
)
|
76
|
-
assert sent_request.content.decode("utf-8") ==
|
76
|
+
assert sent_request.content.decode("utf-8") == json.dumps(
|
77
77
|
{
|
78
78
|
"startInfo": {
|
79
79
|
"ReleaseName": process_name,
|
80
80
|
"InputArguments": json.dumps(input_arguments),
|
81
81
|
}
|
82
|
-
}
|
82
|
+
},
|
83
|
+
separators=(",", ":"),
|
83
84
|
)
|
84
85
|
|
85
86
|
assert HEADER_USER_AGENT in sent_request.headers
|
@@ -130,13 +131,14 @@ class TestProcessesService:
|
|
130
131
|
sent_request.url
|
131
132
|
== f"{base_url}{org}{tenant}/orchestrator_/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"
|
132
133
|
)
|
133
|
-
assert sent_request.content.decode("utf-8") ==
|
134
|
+
assert sent_request.content.decode("utf-8") == json.dumps(
|
134
135
|
{
|
135
136
|
"startInfo": {
|
136
137
|
"ReleaseName": process_name,
|
137
138
|
"InputArguments": "{}",
|
138
139
|
}
|
139
|
-
}
|
140
|
+
},
|
141
|
+
separators=(",", ":"),
|
140
142
|
)
|
141
143
|
|
142
144
|
assert HEADER_USER_AGENT in sent_request.headers
|
@@ -286,13 +288,14 @@ class TestProcessesService:
|
|
286
288
|
sent_request.url
|
287
289
|
== f"{base_url}{org}{tenant}/orchestrator_/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"
|
288
290
|
)
|
289
|
-
assert sent_request.content.decode("utf-8") ==
|
291
|
+
assert sent_request.content.decode("utf-8") == json.dumps(
|
290
292
|
{
|
291
293
|
"startInfo": {
|
292
294
|
"ReleaseName": process_name,
|
293
295
|
"InputArguments": json.dumps(input_arguments),
|
294
296
|
}
|
295
|
-
}
|
297
|
+
},
|
298
|
+
separators=(",", ":"),
|
296
299
|
)
|
297
300
|
|
298
301
|
assert HEADER_USER_AGENT in sent_request.headers
|
@@ -344,13 +347,14 @@ class TestProcessesService:
|
|
344
347
|
sent_request.url
|
345
348
|
== f"{base_url}{org}{tenant}/orchestrator_/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs"
|
346
349
|
)
|
347
|
-
assert sent_request.content.decode("utf-8") ==
|
350
|
+
assert sent_request.content.decode("utf-8") == json.dumps(
|
348
351
|
{
|
349
352
|
"startInfo": {
|
350
353
|
"ReleaseName": process_name,
|
351
354
|
"InputArguments": "{}",
|
352
355
|
}
|
353
|
-
}
|
356
|
+
},
|
357
|
+
separators=(",", ":"),
|
354
358
|
)
|
355
359
|
|
356
360
|
assert HEADER_USER_AGENT in sent_request.headers
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|