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 1212 CredentialDefinitionApi ,
1313 CredentialsApi ,
1414 DefaultApi ,
15+ DidApi ,
1516 DidExchangeApi ,
1617 DidRotateApi ,
1718 DiscoverFeaturesApi ,
3334 ServerApi ,
3435 SettingsApi ,
3536 TrustpingApi ,
37+ VcApi ,
3638 WalletApi ,
3739)
3840from 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__ (
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def parse_requirements(filename: str):
1919if __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" ,
You can’t perform that action at this time.
0 commit comments