Skip to content

Conversation

@akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Jan 22, 2026

Annotation that mark that simulation=True.

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.5.35.dev1011834194",

  # Any version from PR
  "uipath>=2.5.35.dev1011830000,<2.5.35.dev1011840000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath = { index = "testpypi" }

[tool.uv]
override-dependencies = [
    "uipath>=2.5.35.dev1011830000,<2.5.35.dev1011840000",
]

@akshaylive akshaylive added the build:dev Create a dev build from the pr label Jan 22, 2026
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Jan 22, 2026
Annotation that mark that simulation=True.
@akshaylive akshaylive force-pushed the akshaya/simulated_annotation branch from 84c3ace to c7f5e06 Compare January 23, 2026 18:48
# Mocking successful.
context = UiPathSpanUtils.get_parent_context()
span = trace.get_current_span(context=context)
span.set_attribute("simulated", True)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I do __uipath__simulated or something to denote private?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant