uipath 2.1.123__tar.gz → 2.1.124__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.1.123 → uipath-2.1.124}/PKG-INFO +1 -1
- {uipath-2.1.123 → uipath-2.1.124}/pyproject.toml +1 -1
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/assets_service.py +2 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_assets_service.py +186 -0
- {uipath-2.1.123 → uipath-2.1.124}/uv.lock +1 -1
- {uipath-2.1.123 → uipath-2.1.124}/.claude/agents/command-tester.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.claude/agents/test-reporter.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.claude/commands/prepare-pr.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.cursorrules +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.editorconfig +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.gitattributes +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/labeler.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/auto-label.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/cd.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/ci.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/commitlint.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/integration_tests.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/lint.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/publish-dev.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/publish-docs.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/slack.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/test-uipath-langchain.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/test-uipath-llamaindex.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.github/workflows/test.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.gitignore +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.pre-commit-config.yaml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.python-version +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.vscode/extensions.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.vscode/launch.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/.vscode/settings.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/CONTRIBUTING.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/LICENSE +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/AutomationSuite.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/CONTRIBUTING.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/FAQ.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/env-preparation-failed-dark.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/env-preparation-failed-light.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/favicon.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/llms.txt +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/logo-dark.svg +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/assets/logo-light.svg +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/cli/index.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/actions.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/cloud_env_var_dark.gif +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/cloud_env_var_light.gif +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/cloud_env_var_secret_dark.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/cloud_env_var_secret_light.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/copy_path_dark.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets/copy_path_light.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/assets.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/attachments.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/buckets.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/connections.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/context_grounding.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/documents.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/documents_models.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/environment_variables.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/getting_started.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/jobs.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/llm_gateway.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/processes.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/queues.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/core/traced.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/hooks.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/index.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/javascripts/extra.js +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/overrides/main.html +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/overrides/partials/actions.html +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/overrides/partials/logo.html +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/release_policy.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/sample_images/google-ADK-agent/agent-output.png +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/docs/stylesheets/extra.css +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/justfile +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/mkdocs.yml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/py.typed +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/.env.example +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/input.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/asset-modifier-agent/uv.lock +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/eval-sets/default.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/eval-sets/legacy.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/contains.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/correct-operator-evaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/custom/correct_operator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/custom/types/correct-operator-evaluator-types.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/exact-match.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/json-similarity.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-equality.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-json-similarity.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-llm-as-a-judge.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-trajectory.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/llm-judge-semantic-similarity.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/llm-judge-strict-json-similarity.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/trajectory.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/calculator/uipath.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/event-trigger/.python-version +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/event-trigger/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/event-trigger/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/event-trigger/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/.env.example +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/input.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/multi_tool_agent/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/multi_tool_agent/agent.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/google-ADK-agent/uv.lock +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/TOOL_EVALUATORS.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/eval-sets/default.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-args.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-count.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-order.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-output.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/trajectory.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/scripts/debug_test.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/scripts/lint_httpx_client.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/scripts/update_agents_md.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/README.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_auth_server.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_auth_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_models.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_oidc_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_portal_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_url_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/auth_config_25_10.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/auth_config_cloud.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/index.html +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/localhost.crt +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_auth/localhost.key +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_debug/_bridge.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_debug/_runtime.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_components/_chat.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_components/_details.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_components/_history.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_components/_json_input.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_components/_new.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_models/_execution.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_models/_messages.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_styles/terminal.tcss +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_utils/_chat.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_utils/_exporter.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_dev/_terminal/_utils/_logger.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_console_progress_reporter.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_evaluate.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_evaluator_factory.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_helpers.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_evaluation_set.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_evaluator_base_params.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_exceptions.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_mocks.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_output.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_models/_sw_reporting.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_progress_reporter.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_runtime.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/_span_collection.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/input_mocker.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/llm_mocker.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/mocker.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/mocker_factory.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/mockito_mocker.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_evals/mocks/mocks.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_push/models.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_push/sw_file_handler.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_contracts.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_escalation.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_hitl.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_logging.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_runtime.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_runtime_factory.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_runtime/_script_executor.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/.psmdcp.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/.rels.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/[Content_Types].xml.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/custom_evaluator.py.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/main.py.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_templates/package.nuspec.template +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_common.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_console.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_constants.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_debug.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_eval_set.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_folders.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_input_args.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_parse_ast.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_processes.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_project_files.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_resources.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_studio_project.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_tracing.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/_utils/_uv_helpers.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_add.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_auth.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_debug.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_deploy.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_dev.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_eval.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_init.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_invoke.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_new.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_pack.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_publish.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_pull.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_push.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_register.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/cli_run.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/middlewares.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/models/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/models/runtime_schema.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_cli/spinner.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_config.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_events/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_events/_event_bus.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_events/_events.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_execution_context.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_folder_context.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_resources/AGENTS.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_resources/CLAUDE.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_resources/CLI_REFERENCE.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_resources/REQUIRED_STRUCTURE.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_resources/SDK_REFERENCE.md +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/_base_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/actions_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/api_client.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/attachments_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/buckets_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/connections_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/context_grounding_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/documents_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/entities_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/external_application_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/folder_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/guardrails_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/jobs_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/llm_gateway_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/processes_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_services/queues_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_uipath.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_auth.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_endpoint.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_infer_bindings.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_logs.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_read_overwrites.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_request_override.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_request_spec.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_ssl_context.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_url.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/_user_agent.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/_utils/constants.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/async_stream.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/citation.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/content.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/conversation.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/event.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/exchange.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/message.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/meta.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/conversation/tool.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/models/agent.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/models/evals.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/react/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/react/prompts.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/agent/react/tools.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/_helpers/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/_helpers/evaluators_helpers.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/_helpers/helpers.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/base_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/contains_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/exact_match_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/json_similarity_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_base_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_deterministic_evaluator_base.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_exact_match_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_json_similarity_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_llm_as_judge_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/legacy_trajectory_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/llm_as_judge_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/llm_judge_output_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/llm_judge_trajectory_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/output_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/tool_call_args_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/tool_call_count_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/tool_call_order_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators/tool_call_output_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ContainsEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ExactMatchEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/JsonSimilarityEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/LLMJudgeOutputEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/LLMJudgeSimulationTrajectoryEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/LLMJudgeStrictJSONSimilarityOutputEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/LLMJudgeTrajectoryEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ToolCallArgsEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ToolCallCountEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ToolCallOrderEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/ToolCallOutputEvaluator.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/evaluators_types/generate_types.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/mocks/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/mocks/mockable.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/models/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/models/llm_judge_types.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/eval/models/models.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/action_schema.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/actions.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/assets.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/attachment.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/auth.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/buckets.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/connections.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/context_grounding.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/context_grounding_index.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/documents.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/entities.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/errors.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/exceptions.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/guardrails.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/interrupt_models.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/job.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/llm_gateway.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/processes.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/models/queues.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/py.typed +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/telemetry/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/telemetry/_constants.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/telemetry/_track.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/tracing/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/tracing/_otel_exporters.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/tracing/_traced.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/tracing/_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/utils/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/utils/_endpoints_manager.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/src/uipath/utils/dynamic_schema.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/apicalls-testcase/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/apicalls-testcase/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/apicalls-testcase/run.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/apicalls-testcase/src/assert.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/basic-testcase/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/basic-testcase/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/basic-testcase/run.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/basic-testcase/src/assert.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/common/validate_output.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/agent.mermaid +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/langgraph.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/run.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/src/assert.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/langchain-cross/src/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/agent.mermaid +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/llama_index.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/run.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/src/assert.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/llamaindex-cross/src/main.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/tools-evals/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/tools-evals/run.sh +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/testcases/tools-evals/src/assert.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/agent/models/test_agent.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/agent/models/test_evals.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/conftest.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/evals/eval-sets/default.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/evals/evaluators/equality.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/mocks/test_input_mocker.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/mocks/test_mocks.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/test_evaluate.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/eval/test_progress_reporter.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/evaluators/test_json_similarity_evaluator.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/mocks/bindings_script.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/mocks/pyproject.toml +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/mocks/simple_script.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/mocks/uipath-mock.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/mocks/uipath-simple-script-mock.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/models/test_runtime_schema.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_auth.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_hitl.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_init.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_init_agents_md.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_input_args.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_invoke.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_new.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_oidc_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_pack.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_portal_service_ensure_valid_token.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_portal_service_refresh_token.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_publish.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_pull.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_push.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_run.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/test_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/utils/common.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/utils/project_details.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/utils/test_dynamic_schema.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/cli/utils/uipath_json.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/conftest.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/evaluators/__init__.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/evaluators/test_evaluator_aggregation.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/evaluators/test_evaluator_helpers.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/evaluators/test_evaluator_methods.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/evaluators/test_evaluator_schemas.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/conftest.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_actions_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_api_client.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_attachments_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_base_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_buckets_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_connections_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_context_grounding_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_documents_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_entities_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_external_application_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_folder_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_guardrails_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_jobs_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_llm_integration.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_llm_schema_cleanup.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_llm_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_processes_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_queues_service.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/test_uipath_llm_integration.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/tests_data/documents_service/classification_response.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/tests_data/documents_service/create_validation_action_response.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/tests_data/documents_service/ixp_extraction_response.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/tests_data/documents_service/modern_extraction_response.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/services/tests_data/documents_service/validated_result.json +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/test_bindings_inference.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/test_config.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/test_overwrites.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/sdk/test_uipath_caching.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/tracing/test_otel_exporters.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/tracing/test_span_utils.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/tests/tracing/test_traced.py +0 -0
- {uipath-2.1.123 → uipath-2.1.124}/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.124
|
|
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.124"
|
|
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"
|
|
@@ -72,6 +72,7 @@ class AssetsService(FolderContext, BaseService):
|
|
|
72
72
|
params=spec.params,
|
|
73
73
|
content=spec.content,
|
|
74
74
|
headers=spec.headers,
|
|
75
|
+
json=spec.json,
|
|
75
76
|
)
|
|
76
77
|
|
|
77
78
|
if is_user:
|
|
@@ -118,6 +119,7 @@ class AssetsService(FolderContext, BaseService):
|
|
|
118
119
|
params=spec.params,
|
|
119
120
|
content=spec.content,
|
|
120
121
|
headers=spec.headers,
|
|
122
|
+
json=spec.json,
|
|
121
123
|
)
|
|
122
124
|
|
|
123
125
|
if is_user:
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
from unittest.mock import Mock, patch
|
|
2
|
+
|
|
1
3
|
import pytest
|
|
2
4
|
from pytest_httpx import HTTPXMock
|
|
3
5
|
|
|
@@ -277,3 +279,187 @@ class TestAssetsService:
|
|
|
277
279
|
sent_request.headers[HEADER_USER_AGENT]
|
|
278
280
|
== f"UiPath.Python.Sdk/UiPath.Python.Sdk.Activities.AssetsService.update_async/{version}"
|
|
279
281
|
)
|
|
282
|
+
|
|
283
|
+
class TestRequestKwargs:
|
|
284
|
+
"""Test that all methods pass the correct kwargs to request/request_async."""
|
|
285
|
+
|
|
286
|
+
def test_retrieve_passes_all_kwargs(
|
|
287
|
+
self, service: AssetsService, monkeypatch: pytest.MonkeyPatch
|
|
288
|
+
) -> None:
|
|
289
|
+
"""Test that retrieve passes all kwargs to request."""
|
|
290
|
+
mock_response = Mock()
|
|
291
|
+
mock_response.json.return_value = {
|
|
292
|
+
"value": [{"key": "test-key", "name": "Test", "value": "test-value"}]
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
monkeypatch.delenv("UIPATH_ROBOT_KEY", raising=False)
|
|
296
|
+
service._execution_context = ExecutionContext()
|
|
297
|
+
|
|
298
|
+
with patch.object(
|
|
299
|
+
service, "request", return_value=mock_response
|
|
300
|
+
) as mock_request:
|
|
301
|
+
service.retrieve(name="Test")
|
|
302
|
+
|
|
303
|
+
mock_request.assert_called_once()
|
|
304
|
+
call_kwargs = mock_request.call_args
|
|
305
|
+
|
|
306
|
+
# Verify all expected kwargs are present
|
|
307
|
+
assert "url" in call_kwargs.kwargs
|
|
308
|
+
assert "params" in call_kwargs.kwargs
|
|
309
|
+
assert "json" in call_kwargs.kwargs
|
|
310
|
+
assert "content" in call_kwargs.kwargs
|
|
311
|
+
assert "headers" in call_kwargs.kwargs
|
|
312
|
+
|
|
313
|
+
# Verify positional arg (method)
|
|
314
|
+
assert call_kwargs.args[0] == "GET"
|
|
315
|
+
|
|
316
|
+
@pytest.mark.anyio
|
|
317
|
+
async def test_retrieve_async_passes_all_kwargs(
|
|
318
|
+
self, service: AssetsService, monkeypatch: pytest.MonkeyPatch
|
|
319
|
+
) -> None:
|
|
320
|
+
"""Test that retrieve_async passes all kwargs to request_async."""
|
|
321
|
+
mock_response = Mock()
|
|
322
|
+
mock_response.json.return_value = {
|
|
323
|
+
"value": [{"key": "test-key", "name": "Test", "value": "test-value"}]
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
monkeypatch.delenv("UIPATH_ROBOT_KEY", raising=False)
|
|
327
|
+
service._execution_context = ExecutionContext()
|
|
328
|
+
|
|
329
|
+
with patch.object(
|
|
330
|
+
service, "request_async", return_value=mock_response
|
|
331
|
+
) as mock_request:
|
|
332
|
+
await service.retrieve_async(name="Test")
|
|
333
|
+
|
|
334
|
+
mock_request.assert_called_once()
|
|
335
|
+
call_kwargs = mock_request.call_args
|
|
336
|
+
|
|
337
|
+
# Verify all expected kwargs are present
|
|
338
|
+
assert "url" in call_kwargs.kwargs
|
|
339
|
+
assert "params" in call_kwargs.kwargs
|
|
340
|
+
assert "json" in call_kwargs.kwargs
|
|
341
|
+
assert "content" in call_kwargs.kwargs
|
|
342
|
+
assert "headers" in call_kwargs.kwargs
|
|
343
|
+
|
|
344
|
+
# Verify positional arg (method)
|
|
345
|
+
assert call_kwargs.args[0] == "GET"
|
|
346
|
+
|
|
347
|
+
def test_retrieve_credential_passes_all_kwargs(
|
|
348
|
+
self, service: AssetsService
|
|
349
|
+
) -> None:
|
|
350
|
+
"""Test that retrieve_credential passes all kwargs to request."""
|
|
351
|
+
mock_response = Mock()
|
|
352
|
+
mock_response.json.return_value = {
|
|
353
|
+
"id": 1,
|
|
354
|
+
"name": "Test",
|
|
355
|
+
"credential_password": "secret",
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
with patch.object(
|
|
359
|
+
service, "request", return_value=mock_response
|
|
360
|
+
) as mock_request:
|
|
361
|
+
service.retrieve_credential(name="Test")
|
|
362
|
+
|
|
363
|
+
mock_request.assert_called_once()
|
|
364
|
+
call_kwargs = mock_request.call_args
|
|
365
|
+
|
|
366
|
+
# Verify all expected kwargs are present
|
|
367
|
+
assert "url" in call_kwargs.kwargs
|
|
368
|
+
assert "params" in call_kwargs.kwargs
|
|
369
|
+
assert "json" in call_kwargs.kwargs
|
|
370
|
+
assert "content" in call_kwargs.kwargs
|
|
371
|
+
assert "headers" in call_kwargs.kwargs
|
|
372
|
+
|
|
373
|
+
# Verify positional arg (method)
|
|
374
|
+
assert call_kwargs.args[0] == "POST"
|
|
375
|
+
|
|
376
|
+
@pytest.mark.anyio
|
|
377
|
+
async def test_retrieve_credential_async_passes_all_kwargs(
|
|
378
|
+
self, service: AssetsService
|
|
379
|
+
) -> None:
|
|
380
|
+
"""Test that retrieve_credential_async passes all kwargs to request_async."""
|
|
381
|
+
mock_response = Mock()
|
|
382
|
+
mock_response.json.return_value = {
|
|
383
|
+
"id": 1,
|
|
384
|
+
"name": "Test",
|
|
385
|
+
"credential_password": "secret",
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
with patch.object(
|
|
389
|
+
service, "request_async", return_value=mock_response
|
|
390
|
+
) as mock_request:
|
|
391
|
+
await service.retrieve_credential_async(name="Test")
|
|
392
|
+
|
|
393
|
+
mock_request.assert_called_once()
|
|
394
|
+
call_kwargs = mock_request.call_args
|
|
395
|
+
|
|
396
|
+
# Verify all expected kwargs are present
|
|
397
|
+
assert "url" in call_kwargs.kwargs
|
|
398
|
+
assert "params" in call_kwargs.kwargs
|
|
399
|
+
assert "json" in call_kwargs.kwargs
|
|
400
|
+
assert "content" in call_kwargs.kwargs
|
|
401
|
+
assert "headers" in call_kwargs.kwargs
|
|
402
|
+
|
|
403
|
+
# Verify positional arg (method)
|
|
404
|
+
assert call_kwargs.args[0] == "POST"
|
|
405
|
+
|
|
406
|
+
def test_update_passes_all_kwargs(self, service: AssetsService) -> None:
|
|
407
|
+
"""Test that update passes all kwargs to request."""
|
|
408
|
+
mock_response = Mock()
|
|
409
|
+
mock_response.json.return_value = {
|
|
410
|
+
"id": 1,
|
|
411
|
+
"name": "Test",
|
|
412
|
+
"value": "updated",
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
asset = UserAsset(name="Test", value="updated")
|
|
416
|
+
|
|
417
|
+
with patch.object(
|
|
418
|
+
service, "request", return_value=mock_response
|
|
419
|
+
) as mock_request:
|
|
420
|
+
service.update(robot_asset=asset)
|
|
421
|
+
|
|
422
|
+
mock_request.assert_called_once()
|
|
423
|
+
call_kwargs = mock_request.call_args
|
|
424
|
+
|
|
425
|
+
# Verify all expected kwargs are present
|
|
426
|
+
assert "url" in call_kwargs.kwargs
|
|
427
|
+
assert "params" in call_kwargs.kwargs
|
|
428
|
+
assert "json" in call_kwargs.kwargs
|
|
429
|
+
assert "content" in call_kwargs.kwargs
|
|
430
|
+
assert "headers" in call_kwargs.kwargs
|
|
431
|
+
|
|
432
|
+
# Verify positional arg (method)
|
|
433
|
+
assert call_kwargs.args[0] == "POST"
|
|
434
|
+
|
|
435
|
+
@pytest.mark.anyio
|
|
436
|
+
async def test_update_async_passes_all_kwargs(
|
|
437
|
+
self, service: AssetsService
|
|
438
|
+
) -> None:
|
|
439
|
+
"""Test that update_async passes all kwargs to request_async."""
|
|
440
|
+
mock_response = Mock()
|
|
441
|
+
mock_response.json.return_value = {
|
|
442
|
+
"id": 1,
|
|
443
|
+
"name": "Test",
|
|
444
|
+
"value": "updated",
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
asset = UserAsset(name="Test", value="updated")
|
|
448
|
+
|
|
449
|
+
with patch.object(
|
|
450
|
+
service, "request_async", return_value=mock_response
|
|
451
|
+
) as mock_request:
|
|
452
|
+
await service.update_async(robot_asset=asset)
|
|
453
|
+
|
|
454
|
+
mock_request.assert_called_once()
|
|
455
|
+
call_kwargs = mock_request.call_args
|
|
456
|
+
|
|
457
|
+
# Verify all expected kwargs are present
|
|
458
|
+
assert "url" in call_kwargs.kwargs
|
|
459
|
+
assert "params" in call_kwargs.kwargs
|
|
460
|
+
assert "json" in call_kwargs.kwargs
|
|
461
|
+
assert "content" in call_kwargs.kwargs
|
|
462
|
+
assert "headers" in call_kwargs.kwargs
|
|
463
|
+
|
|
464
|
+
# Verify positional arg (method)
|
|
465
|
+
assert call_kwargs.args[0] == "POST"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/custom/correct_operator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-json-similarity.json
RENAMED
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-llm-as-a-judge.json
RENAMED
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/calculator/evals/evaluators/legacy-trajectory.json
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
|
{uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-args.json
RENAMED
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-count.json
RENAMED
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-order.json
RENAMED
|
File without changes
|
{uipath-2.1.123 → uipath-2.1.124}/samples/weather_tools/evals/evaluators/tool-call-output.json
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
|