Skip to content

Commit

Permalink
⬆️ Upgrade to latest cloudcontroller (openapi v7.5.0) (#765)
Browse files Browse the repository at this point in the history
* 🚧 test latest cloudcontroller (openapi v7.5.0)

* 🎨

* ⏪ revert git install

* ⬆️ Use latest cloudcontroller release
  • Loading branch information
ff137 authored Apr 17, 2024
1 parent b6903fd commit 083bf4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/models/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class PublishRevocationsRequest(BaseModel):
revocation_registry_credential_map: Dict[str, List[str]] = Field(
default={},
description=(
"A map of revocation registry IDs to lists of credential revocation IDs that should be published."
"A map of revocation registry IDs to lists of credential revocation IDs that should be published. "
"Providing an empty list for a registry ID publishes all pending revocations for that ID. "
"An empty dictionary signifies that the action should be applied to all pending revocations across "
"all registry IDs."
Expand All @@ -85,7 +85,7 @@ class ClearPendingRevocationsRequest(BaseModel):
revocation_registry_credential_map: Dict[str, List[str]] = Field(
default={},
description=(
"A map of revocation registry IDs to lists of credential revocation IDs for which pending revocations"
"A map of revocation registry IDs to lists of credential revocation IDs for which pending revocations "
"should be cleared. Providing an empty list for a registry ID clears all pending revocations for that ID. "
"An empty dictionary signifies that the action should be applied to clear all pending revocations across "
"all registry IDs."
Expand Down
2 changes: 1 addition & 1 deletion app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp~=3.9.2
aries-cloudcontroller==0.11.0.post4
aries-cloudcontroller==0.11.0.post5
base58~=2.1.1
fastapi~=0.110.0
fastapi_websocket_pubsub~=0.3.8
Expand Down
2 changes: 1 addition & 1 deletion endorser/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aries-cloudcontroller==0.11.0.post4
aries-cloudcontroller==0.11.0.post5
dependency-injector-fork~=4.42.1 # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
httpx~=0.27.0
fastapi~=0.110.0
Expand Down
2 changes: 1 addition & 1 deletion webhooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aries-cloudcontroller==0.11.0.post4
aries-cloudcontroller==0.11.0.post5
dependency-injector-fork~=4.42.1 # https://github.com/ets-labs/python-dependency-injector/pull/765#issuecomment-1915100744
fastapi~=0.110.0
fastapi_websocket_pubsub~=0.3.8
Expand Down

0 comments on commit 083bf4f

Please sign in to comment.