Skip to content

Commit

Permalink
⬆️ Upgrade to ACA-Py 0.10.1 (#15)
Browse files Browse the repository at this point in the history
* 🎨 update comment. Module is unchanged

* ⬆️ Use 0.10.1 docker image

* ⬆️ Upgrade ACA-Py to 0.10.1

* minor version bump

* Update lock file

* minor version bump
  • Loading branch information
ff137 authored Nov 21, 2023
1 parent 7359f32 commit d186e0c
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 216 deletions.
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.9.0
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.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/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from aries_cloudagent.admin.request_context import InjectionContext
from aries_cloudagent.wallet.models.wallet_record import WalletRecord

__version__ = "0.4.2"
__version__ = "0.5.0"

# ------------------------------------------
# The code below done because ACA-Py, version 0.7.4 does not support custom
Expand Down
2 changes: 1 addition & 1 deletion acapy_wallet_groups_plugin/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.9.0/aries_cloudagent/multitenant/admin/routes.py
This file has been copied from: https://github.com/hyperledger/aries-cloudagent-python/blob/0.10.1/aries_cloudagent/multitenant/admin/routes.py
We do this because we want to override two endpoints
"""
Expand Down
Loading

0 comments on commit d186e0c

Please sign in to comment.