Skip to content

Commit 55c3c26

Browse files
authored
⬆️ Upgrade acapy to 1.2.1-20250228 (#1340)
* 🧪 Test 1.2.1-20250227 * 🚧 * 🚧 * 🚧 * 🧪 * 🚧 * 🧪 * 🧪 1.2.1-20250228 * 🧪 Test cloudcontroller * ⬆️ Update lock files * ⬆️ Use new cloudcontroller pypi release
1 parent 445f82a commit 55c3c26

File tree

7 files changed

+295
-295
lines changed

7 files changed

+295
-295
lines changed

app/poetry.lock

Lines changed: 95 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python = "~3.12.8"
1313

1414
aiohttp = "~3.11.7"
1515
aiocache = "~0.12.0"
16-
aries-cloudcontroller = "==1.2.1.post20250213"
16+
aries-cloudcontroller = "==1.2.1.post20250228"
1717
base58 = "~2.1.1"
1818
fastapi = "~0.115.0"
1919
httpx = "~0.28.0"

dockerfiles/agents/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ARG BBS_SUFFIX="-bbs"
2-
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250213
2+
FROM ghcr.io/didx-xyz/acapy-agent${BBS_SUFFIX}:py3.12-1.2.1-20250228
33

44
USER root
55

66
# Install Google Protobuf and Plugins
77
ARG PROTOBUF_VERSION=5.29.3
88
RUN pip install --no-cache-dir protobuf==${PROTOBUF_VERSION} \
9-
acapy-wallet-groups-plugin==1.2.1.post20250213 \
10-
git+https://github.com/didx-xyz/aries-acapy-plugins@1.2.1-20250213#subdirectory=nats_events
9+
acapy-wallet-groups-plugin==1.2.1.post20250228 \
10+
git+https://github.com/didx-xyz/aries-acapy-plugins@1.2.1-20250228#subdirectory=nats_events
1111

1212
COPY scripts/startup.sh startup.sh
1313
RUN chmod +x ./startup.sh

endorser/poetry.lock

Lines changed: 95 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

endorser/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package-mode = false
1111
[tool.poetry.dependencies]
1212
python = "~3.12.8"
1313

14-
aries-cloudcontroller = "==1.2.1.post20250213"
14+
aries-cloudcontroller = "==1.2.1.post20250228"
1515
dependency-injector = "~=4.45.0"
1616
fastapi = "~0.115.0"
1717
httpx = "~0.28.0"

trustregistry/poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)