Skip to content

Commit aeab420

Browse files
authored
Release for acapy-agent v1.3.1 (#1916)
* Release for acapy-agent v1.3.1 Signed-off-by: jamshale <jamiehalebc@gmail.com> * Update webvh integration test assertions Signed-off-by: jamshale <jamiehalebc@gmail.com> * Add connections to RELEASES.md list Signed-off-by: jamshale <jamiehalebc@gmail.com> --------- Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 0a8d5cc commit aeab420

File tree

30 files changed

+246
-1838
lines changed

30 files changed

+246
-1838
lines changed

RELEASES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,40 @@
11
# Plugin Release Status
2+
## ACA-Py Release 1.3.1
3+
4+
| Plugin Name | Supported ACA-Py Release |
5+
| --- | --- |
6+
|basicmessage_storage | 1.3.1|
7+
|cheqd | 1.3.1|
8+
|connection_update | 1.3.1|
9+
|connections | 1.3.1|
10+
|firebase_push_notifications | 1.3.1|
11+
|hedera | 1.3.1|
12+
|multitenant_provider | 1.3.1|
13+
|oid4vc | 1.3.1|
14+
|redis_events | 1.3.1|
15+
|rpc | 1.3.1|
16+
|status_list | 1.3.1|
17+
18+
### Plugins Upgraded For ACA-Py Release 1.3.1
19+
- basicmessage_storage
20+
- cheqd
21+
- connection_update
22+
- connections
23+
- firebase_push_notifications
24+
- hedera
25+
- multitenant_provider
26+
- oid4vc
27+
- redis_events
28+
- rpc
29+
- status_list
230
## ACA-Py Release 1.3.0
331

432
| Plugin Name | Supported ACA-Py Release |
533
| --- | --- |
634
|basicmessage_storage | 1.3.0|
735
|cheqd | 1.3.0|
836
|connection_update | 1.3.0|
37+
|connections | 1.3.0|
938
|firebase_push_notifications | 1.3.0|
1039
|hedera | 1.3.0|
1140
|multitenant_provider | 1.3.0|
@@ -18,6 +47,7 @@
1847
- basicmessage_storage
1948
- cheqd
2049
- connection_update
50+
- connections
2151
- firebase_push_notifications
2252
- hedera
2353
- multitenant_provider

basicmessage_storage/poetry.lock

Lines changed: 16 additions & 18 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
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 = { version = "~1.3.0", optional = true }
12+
acapy-agent = { version = "~1.3.1", optional = true }
1313

1414
mergedeep = "^1.3.4"
1515

cheqd/poetry.lock

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

cheqd/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
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 = { version = "~1.3.0", optional = true }
12+
acapy-agent = { version = "~1.3.1", optional = true }
1313

1414
cryptography = "<45.0.0"
1515

connection_update/poetry.lock

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

connection_update/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python = "^3.12"
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 = { version = "~1.3.0", optional = true }
12+
acapy-agent = { version = "~1.3.1", optional = true }
1313

1414

1515
[tool.poetry.extras]

0 commit comments

Comments
 (0)