Skip to content

Commit b874560

Browse files
fix: bump python and fix test (#529)
1 parent 918dfd3 commit b874560

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "uipath-langchain"
3-
version = "0.5.32"
3+
version = "0.5.33"
44
description = "Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform"
55
readme = { file = "README.md", content-type = "text/markdown" }
66
requires-python = ">=3.11"
77
dependencies = [
8-
"uipath>=2.7.0,<2.8.0",
8+
"uipath>=2.8.0,<2.9.0",
99
"uipath-runtime>=0.6.0, <0.7.0",
1010
"langgraph>=1.0.0, <2.0.0",
1111
"langchain-core>=1.2.5, <2.0.0",

tests/agent/tools/internal_tools/test_deeprag_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ async def test_create_deeprag_tool_static_query_wait_for_ingestion(
210210
mock_index_pending = ContextGroundingIndex(
211211
id=pending_id,
212212
name="ephemeral-index-456",
213-
last_ingestion_status="In Progress", # Space is important!
213+
last_ingestion_status="InProgress",
214214
)
215215

216216
mock_index_complete = {

uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)