Skip to content
Closed
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sap-cloud-sdk"
version = "0.19.2"
version = "0.19.3"
description = "SAP Cloud SDK for Python"
readme = "README.md"
license = "Apache-2.0"
Expand Down
5 changes: 3 additions & 2 deletions src/sap_cloud_sdk/extensibility/_ums_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import httpx

from sap_cloud_sdk.destination import Level
from sap_cloud_sdk.destination import ConsumptionLevel
from sap_cloud_sdk.destination import create_client as create_destination_client
from sap_cloud_sdk.extensibility._models import (
DEFAULT_EXTENSION_CAPABILITY_ID,
Expand Down Expand Up @@ -540,7 +540,8 @@ def get_extension_capability_implementation(
# 1. Resolve destination -----------------------------------------
try:
dest = self._dest_client.get_destination(
self._destination_name, level=Level.SUB_ACCOUNT
self._destination_name,
level=ConsumptionLevel.PROVIDER_SUBACCOUNT,
)
except Exception as exc:
raise TransportError(
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading