File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 12
12
CredentialDefinitionApi ,
13
13
CredentialsApi ,
14
14
DefaultApi ,
15
+ DidApi ,
15
16
DidExchangeApi ,
16
17
DidRotateApi ,
17
18
DiscoverFeaturesApi ,
33
34
ServerApi ,
34
35
SettingsApi ,
35
36
TrustpingApi ,
37
+ VcApi ,
36
38
WalletApi ,
37
39
)
38
40
from aries_cloudcontroller .api_client import ApiClient
@@ -50,6 +52,7 @@ class AcaPyClient(AbstractAsyncContextManager):
50
52
credential_definition : CredentialDefinitionApi
51
53
credentials : CredentialsApi
52
54
default : DefaultApi
55
+ did : DidApi
53
56
did_exchange : DidExchangeApi
54
57
did_rotate : DidRotateApi
55
58
discover_features : DiscoverFeaturesApi
@@ -71,6 +74,7 @@ class AcaPyClient(AbstractAsyncContextManager):
71
74
server : ServerApi
72
75
settings : SettingsApi
73
76
trustping : TrustpingApi
77
+ vc : VcApi
74
78
wallet : WalletApi
75
79
76
80
def __init__ (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def parse_requirements(filename: str):
19
19
if __name__ == "__main__" :
20
20
setup (
21
21
name = PACKAGE_NAME ,
22
- version = "1.3.0-20250507 " ,
22
+ version = "1.3.0-20250509 " ,
23
23
description = "A simple python client for controlling an ACA-Py agent" ,
24
24
long_description = long_description ,
25
25
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments