Skip to content

Commit

Permalink
⬆️ Upgrade 1.0.0rc5 (#52)
Browse files Browse the repository at this point in the history
* 🙈 add .venv

* update lock file

* update agent in dockerfile

* update docstring with new agent version

* bump aries-cloudagent to rc5

* update package version
  • Loading branch information
cl0ete authored Aug 7, 2024
1 parent d040bca commit 2197677
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 210 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__
.DS_Store
.venv
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.12-1.0.0rc4
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0rc5

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/1.0.0rc4/aries_cloudagent/multitenant/admin/routes.py
This file has been copied from: https://github.com/hyperledger/aries-cloudagent-python/blob/1.0.0rc5/aries_cloudagent/multitenant/admin/routes.py
We do this because we want to override two endpoints
"""
Expand Down
Loading

0 comments on commit 2197677

Please sign in to comment.