Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[project]
name = "uipath-langchain"
version = "0.10.14"
version = "0.10.15"
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
dependencies = [
"uipath>=2.10.61, <2.11.0",
"uipath-core>=0.5.15, <0.6.0",
"uipath-platform>=0.1.43, <0.2.0",
"uipath-platform>=0.1.45, <0.2.0",
"uipath-runtime>=0.10.0, <0.11.0",
"langgraph>=1.1.8, <2.0.0",
"langchain-core>=1.2.11, <2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions src/uipath_langchain/chat/_legacy/http_client/headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import os
from urllib.parse import quote

from uipath.platform.chat.llm_trace_context import build_trace_context_headers
from uipath.platform.common._config import UiPathConfig
from uipath.platform.common.constants import (
ENV_FOLDER_KEY,
Expand Down Expand Up @@ -64,4 +65,6 @@ def build_uipath_headers(
if organization_id := os.getenv(ENV_ORGANIZATION_ID):
headers[HEADER_INTERNAL_ACCOUNT_ID] = organization_id

headers.update(build_trace_context_headers(extra_baggage=["source=agents"]))

return headers
10 changes: 5 additions & 5 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading