Skip to content

WIP #1142

Closed
mjnovice wants to merge 1 commit intomainfrom
feat/add-env-vars-logging-to-eval-run
Closed

WIP #1142
mjnovice wants to merge 1 commit intomainfrom
feat/add-env-vars-logging-to-eval-run

Conversation

@mjnovice
Copy link
Copy Markdown
Contributor

@mjnovice mjnovice commented Jan 16, 2026

Add logging of all environment variables at the beginning of the eval runtime execution to aid in debugging and troubleshooting.

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.8.dev1011423972",

  # Any version from PR
  "uipath>=2.5.8.dev1011420000,<2.5.8.dev1011430000"
]

[[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.8.dev1011420000,<2.5.8.dev1011430000",
]

Add logging of all environment variables at the beginning of the eval
runtime execution to aid in debugging and troubleshooting.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@mjnovice mjnovice added the build:dev Create a dev build from the pr label Jan 16, 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 16, 2026
@mjnovice mjnovice changed the title feat: log all environment variables at start of eval run WIP Jan 16, 2026
@mjnovice mjnovice closed this Feb 19, 2026
@cristipufu cristipufu deleted the feat/add-env-vars-logging-to-eval-run branch February 23, 2026 06:32
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