Skip to content

Commit

Permalink
⬆️ ACA-Py 1.0.0rc4 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 authored Jul 11, 2024
1 parent 17ae43f commit d040bca
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 46 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.12.1
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.12-1.0.0rc4

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

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = [{ include = "acapy_wallet_groups_plugin" }]

[tool.poetry.dependencies]
python = ">=3.12.0,<4.0.0"
aries-cloudagent = { git = "https://github.com/didx-xyz/aries-cloudagent-python.git", tag = "0.12.2b2" }
aries-cloudagent = "1.0.0rc4"
aries-askar = "~0.3.0"
indy-vdr = "~0.4.0"
indy-credx = "~1.1.1"
Expand Down

0 comments on commit d040bca

Please sign in to comment.