Skip to content

Commit bfb804d

Browse files
smahrKoblerSNicoleMGomestiagoek
authored
feat: transparent tls + service binding envelope support for agent gateway module (#220)
Co-authored-by: Simon Kobler <simon.kobler@sap.com> Co-authored-by: Nicole Gomes <47161082+NicoleMGomes@users.noreply.github.com> Co-authored-by: Tiago Kochenborger <tiago.kochenborger@sap.com> Co-authored-by: Nicole Gomes <nicole.gomes@sap.com>
1 parent 5b39a95 commit bfb804d

11 files changed

Lines changed: 1026 additions & 265 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 = "sap-cloud-sdk"
3-
version = "0.36.0"
3+
version = "0.37.0"
44
description = "SAP Cloud SDK for Python"
55
readme = "README.md"
66
license = "Apache-2.0"

src/sap_cloud_sdk/agentgateway/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
from sap_cloud_sdk.agentgateway.agw_client import create_client, AgentGatewayClient
6464
from sap_cloud_sdk.agentgateway.exceptions import (
6565
AgentGatewaySDKError,
66+
AgentGatewayServerError,
6667
MCPServerNotFoundError,
6768
)
6869

@@ -82,5 +83,6 @@
8283
"AgentCardFilter",
8384
# Exceptions
8485
"AgentGatewaySDKError",
86+
"AgentGatewayServerError",
8587
"MCPServerNotFoundError",
8688
]

0 commit comments

Comments
 (0)