Skip to content

Commit 8185542

Browse files
chore: bump version to 0.23.2 and reformat adms client imports
- Bump project version per the CI version-bump check (src/ changed, so the version must move; 0.23.1 → 0.23.2). - Reformat the adms client import block to multi-line form so it satisfies `ruff format` line-length rules.
1 parent 3d1ed4a commit 8185542

3 files changed

Lines changed: 8 additions & 3 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.23.1"
3+
version = "0.23.2"
44
description = "SAP Cloud SDK for Python"
55
readme = "README.md"
66
license = "Apache-2.0"

src/sap_cloud_sdk/adms/client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@
3030
import httpx
3131

3232
from sap_cloud_sdk.adms._auth import IasTokenFetcher
33-
from sap_cloud_sdk.adms._http import AdmsHttp, AsyncAdmsHttp, quote_odata_guid_key, quote_odata_string_key
33+
from sap_cloud_sdk.adms._http import (
34+
AdmsHttp,
35+
AsyncAdmsHttp,
36+
quote_odata_guid_key,
37+
quote_odata_string_key,
38+
)
3439
from sap_cloud_sdk.adms._models import (
3540
AllowedDomain,
3641
BusinessObjectNodeType,

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)