Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Upgrade ACA-Py to 0.12.1 #43

Merged
merged 6 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"cSpell.words": [
"acapy",
"aiohttp",
"anoncreds",
"apispec",
"askar",
"cloudagent",
"multitenancy",
"multitenant",
"pytest",
"subwallet",
"subwallets",
"vars"
]
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1rc0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.1

COPY acapy_wallet_groups_plugin acapy_wallet_groups_plugin
COPY config config
Expand Down
2 changes: 1 addition & 1 deletion acapy_wallet_groups_plugin/v1_0/routes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Multitenant admin routes.

This file has been copied from: https://github.com/hyperledger/aries-cloudagent-python/blob/0.12.0/aries_cloudagent/multitenant/admin/routes.py
This file has been copied from: https://github.com/hyperledger/aries-cloudagent-python/blob/0.12.1/aries_cloudagent/multitenant/admin/routes.py

We do this because we want to override two endpoints
"""
Expand Down
Loading