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 packages/uipath-agent-framework/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uipath-agent-framework"
version = "0.0.11"
version = "0.0.12"
description = "Python SDK that enables developers to build and deploy Microsoft Agent Framework agents to the UiPath Cloud Platform"
readme = "README.md"
requires-python = ">=3.11"
Expand All @@ -10,7 +10,7 @@ dependencies = [
"aiosqlite>=0.20.0",
"openinference-instrumentation-agent-framework>=0.1.0",
"uipath>=2.10.0, <2.11.0",
"uipath-runtime>=0.9.0, <0.10.0",
"uipath-runtime>=0.10.0, <0.11.0",
]
classifiers = [
"Intended Audience :: Developers",
Expand Down
3 changes: 3 additions & 0 deletions packages/uipath-agent-framework/tests/test_hitl_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ async def emit_interrupt_event(self, resume_trigger: UiPathResumeTrigger) -> Non
async def emit_exchange_end_event(self) -> None:
pass

async def emit_exchange_error_event(self, error: Exception) -> None:
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

note: enforced by the new protocol

pass

async def wait_for_resume(self) -> dict[str, Any]:
"""Return CAS-format approval/rejection response."""
return {
Expand Down
38 changes: 24 additions & 14 deletions packages/uipath-agent-framework/uv.lock

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

4 changes: 2 additions & 2 deletions packages/uipath-google-adk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[project]
name = "uipath-google-adk"
version = "0.0.6"
version = "0.0.7"
description = "Python SDK that enables developers to build and deploy Google ADK agents to the UiPath Cloud Platform"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"google-adk>=1.25.1",
"openinference-instrumentation-google-adk>=0.1.9",
"uipath>=2.10.0, <2.11.0",
"uipath-runtime>=0.9.0, <0.10.0",
"uipath-runtime>=0.10.0, <0.11.0",
]
classifiers = [
"Intended Audience :: Developers",
Expand Down
Loading
Loading