diff --git a/Dockerfile b/Dockerfile index 40db6a5..400f621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/acapy_wallet_groups_plugin/v1_0/routes.py b/acapy_wallet_groups_plugin/v1_0/routes.py index a040f8b..06cbe65 100644 --- a/acapy_wallet_groups_plugin/v1_0/routes.py +++ b/acapy_wallet_groups_plugin/v1_0/routes.py @@ -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 """ diff --git a/poetry.lock b/poetry.lock index 38ac34f..d2948aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -203,13 +203,13 @@ cached-property = ">=1.5.2,<1.6.0" [[package]] name = "aries-cloudagent" -version = "1.0.0rc5" +version = "1.0.0rc6" description = "Hyperledger Aries Cloud Agent Python (ACA-Py) is a foundation for building decentralized identity applications and services running in non-mobile environments." optional = false python-versions = "<4.0,>=3.12" files = [ - {file = "aries_cloudagent-1.0.0rc5-py3-none-any.whl", hash = "sha256:045019b76c4fc7b644d60c7048e464451d7384844852c0ef26a64beb0f4ac061"}, - {file = "aries_cloudagent-1.0.0rc5.tar.gz", hash = "sha256:be58b92660ecb7614fe038b4e29085f7f361b7725ec984993b949114c6b91b12"}, + {file = "aries_cloudagent-1.0.0rc6-py3-none-any.whl", hash = "sha256:cbb1b6b4c958631ed196602266ba65e4bf55df09e94ae997b8ca3364b596b354"}, + {file = "aries_cloudagent-1.0.0rc6.tar.gz", hash = "sha256:2ab3ae6bd87117877d5383777c2364285f9e8505a7984939644b5aa3eec2bc2c"}, ] [package.dependencies] @@ -2399,4 +2399,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12.0,<4.0.0" -content-hash = "06e6721b2a573af5130086cf9660016b30f5131760b92c6ad7cf0787a01bb18d" +content-hash = "cc9830de6e98415debedef4143d6fab1022b9979438860072f859a06e71a9938" diff --git a/pyproject.toml b/pyproject.toml index 2284b55..c3b49a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] 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"