Skip to content

Commit

Permalink
⬆️ Upgrade 1.0.0rc6 (#53)
Browse files Browse the repository at this point in the history
* update lock file

* 1.0.0rc6
  • Loading branch information
cl0ete authored Aug 8, 2024
1 parent 2197677 commit fb7d298
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.12-1.0.0rc5
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0rc6

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.0rc5/aries_cloudagent/multitenant/admin/routes.py
This file has been copied from: https://github.com/hyperledger/aries-cloudagent-python/blob/1.0.0rc6/aries_cloudagent/multitenant/admin/routes.py
We do this because we want to override two endpoints
"""
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "acapy_wallet_groups_plugin"
version = "1.0.0rc5"
version = "1.0.0rc6"
description = "Agent plugin to add a group id to a wallet"
authors = ["Berend Sliedrecht <berend@animo.id>"]
packages = [{ include = "acapy_wallet_groups_plugin" }]

[tool.poetry.dependencies]
python = ">=3.12.0,<4.0.0"
aries-cloudagent = "1.0.0rc5"
aries-cloudagent = "1.0.0rc6"
aries-askar = "~0.3.0"
indy-vdr = "~0.4.0"
indy-credx = "~1.1.1"
Expand Down

0 comments on commit fb7d298

Please sign in to comment.