Skip to content

Commit f852ae5

Browse files
chore: Bump version to 1.5.5 in __init__.py and pyproject.toml
1 parent 887227e commit f852ae5

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "adk-agui-middleware"
3-
version = "1.3.4"
3+
version = "1.3.5"
44
description = "Python middleware bridging Google ADK agents with AGUI protocol via Server-Sent Events for real-time agent interactions"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/adk_agui_middleware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
__author__ = "Denny Lee"
1818
__email__ = "denny_lee@trendmicro.com"
19-
__version__ = "1.3.4"
19+
__version__ = "1.3.5"
2020

2121
__all__ = [
2222
"SSEService",

src/adk_agui_middleware/handler/session.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ async def overwrite_pending_tool_calls(
137137
Args:
138138
:param tool_call_info: Dictionary mapping tool call IDs to function names
139139
"""
140-
if not tool_call_info:
141-
return
142140
record_log(
143141
f"Adding pending tool call {tool_call_info} for session {self.session_parameter.session_id}, app_name={self.session_parameter.app_name}, user_id={self.session_parameter.user_id}"
144142
)

0 commit comments

Comments
 (0)