Skip to content

Commit edce9a3

Browse files
authored
Release for acapy-agent v1.5.0 (#2683)
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 0e1355a commit edce9a3

File tree

38 files changed

+1069
-1098
lines changed

38 files changed

+1069
-1098
lines changed

RELEASES.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,38 @@
11
# Plugin Release Status
2+
## ACA-Py Release 1.5.0
3+
4+
| Plugin Name | Supported ACA-Py Release |
5+
| --- | --- |
6+
|basicmessage_storage | 1.5.0|
7+
|cache_redis | 1.5.0|
8+
|cheqd | 1.5.0|
9+
|connection_update | 1.5.0|
10+
|connections | 1.5.0|
11+
|issue_credential | 1.5.0|
12+
|firebase_push_notifications | 1.5.0|
13+
|hedera | 1.5.0|
14+
|multitenant_provider | 1.5.0|
15+
|oid4vc | 1.5.0|
16+
|present_proof | 1.5.0|
17+
|redis_events | 1.5.0|
18+
|rpc | 1.5.0|
19+
|status_list | 1.5.0|
20+
21+
### Plugins Upgraded For ACA-Py Release 1.5.0
22+
- basicmessage_storage
23+
- cache_redis
24+
- cheqd
25+
- connection_update
26+
- connections
27+
- issue_credential
28+
- firebase_push_notifications
29+
- hedera
30+
- multitenant_provider
31+
- oid4vc
32+
- present_proof
33+
- redis_events
34+
- rpc
35+
- status_list
236
## ACA-Py Release 1.4.0
337

438
| Plugin Name | Supported ACA-Py Release |

basicmessage_storage/poetry.lock

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

basicmessage_storage/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ python = "^3.13"
99

1010
# Define ACA-Py as an optional/extra dependency so it can be
1111
# explicitly installed with the plugin if desired.
12-
acapy-agent = { git = "https://github.com/openwallet-foundation/acapy.git", branch = "main", optional = true }
12+
acapy-agent = { version = "~1.5.0", optional = true }
1313

1414
mergedeep = "^1.3.4"
1515

1616
[tool.poetry.extras]
1717
aca-py = ["acapy-agent"]
1818

1919
[tool.poetry.group.dev.dependencies]
20-
ruff = "^0.14.9"
20+
ruff = "^0.14.14"
2121
pytest = "^8.3.5"
2222
pytest-asyncio = "^1.2.0"
2323
pytest-cov = "^5.0.0"

cache_redis/poetry.lock

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

0 commit comments

Comments
 (0)