Skip to content

Commit 660f204

Browse files
ty issue
Signed-off-by: Prashant <prashant.rakheja@sap.com>
1 parent be4b996 commit 660f204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/sap_cloud_sdk/agentgateway/agw_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ async def call_mcp_tool(
278278
) from e
279279

280280

281-
def _unwrap_exception_group(exc: Exception) -> Exception:
281+
def _unwrap_exception_group(exc: BaseException) -> BaseException:
282282
"""Unwrap nested ExceptionGroups to present meaningful error messages."""
283283
while isinstance(exc, BaseExceptionGroup) and exc.exceptions:
284284
exc = exc.exceptions[0]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)