Skip to content

Commit 5583317

Browse files
authored
🔖 1.3.0-20250509 (#248)
* ✨ Add missing APIs to AcapyClient * 🔖 1.3.0-20250509
1 parent 4df9486 commit 5583317

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

aries_cloudcontroller/acapy_client.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
CredentialDefinitionApi,
1313
CredentialsApi,
1414
DefaultApi,
15+
DidApi,
1516
DidExchangeApi,
1617
DidRotateApi,
1718
DiscoverFeaturesApi,
@@ -33,6 +34,7 @@
3334
ServerApi,
3435
SettingsApi,
3536
TrustpingApi,
37+
VcApi,
3638
WalletApi,
3739
)
3840
from aries_cloudcontroller.api_client import ApiClient
@@ -50,6 +52,7 @@ class AcaPyClient(AbstractAsyncContextManager):
5052
credential_definition: CredentialDefinitionApi
5153
credentials: CredentialsApi
5254
default: DefaultApi
55+
did: DidApi
5356
did_exchange: DidExchangeApi
5457
did_rotate: DidRotateApi
5558
discover_features: DiscoverFeaturesApi
@@ -71,6 +74,7 @@ class AcaPyClient(AbstractAsyncContextManager):
7174
server: ServerApi
7275
settings: SettingsApi
7376
trustping: TrustpingApi
77+
vc: VcApi
7478
wallet: WalletApi
7579

7680
def __init__(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def parse_requirements(filename: str):
1919
if __name__ == "__main__":
2020
setup(
2121
name=PACKAGE_NAME,
22-
version="1.3.0-20250507",
22+
version="1.3.0-20250509",
2323
description="A simple python client for controlling an ACA-Py agent",
2424
long_description=long_description,
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)