Skip to content

Conversation

akshaylive
Copy link
Collaborator

@akshaylive akshaylive commented Sep 24, 2025

Specifically,

  1. Supporting bearer tokens.
  2. Gracefully handling query and body parameters.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.0.134.dev1001940612",

  # Any version from PR
  "uipath-langchain>=0.0.134.dev1001940000,<0.0.134.dev1001950000"
]

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

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

Specifically,

1. Supporting bearer tokens.
2. Gracefully handling query and body parameters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant