Skip to content

Commit 1e71cb4

Browse files
authored
Release for acapy-agent v1.2.1 (openwallet-foundation#1442)
* Release for acapy-agent v1.2.1 Signed-off-by: jamshale <[email protected]> * Fix KeyType required param Signed-off-by: jamshale <[email protected]> --------- Signed-off-by: jamshale <[email protected]>
1 parent aae3146 commit 1e71cb4

File tree

20 files changed

+160
-136
lines changed

20 files changed

+160
-136
lines changed

RELEASES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,27 @@
11
# Plugin Release Status
2+
## ACA-Py Release 1.2.1
3+
4+
| Plugin Name | Supported ACA-Py Release |
5+
| --- | --- |
6+
|basicmessage_storage | 1.2.1|
7+
|cheqd | 1.2.1|
8+
|connection_update | 1.2.1|
9+
|firebase_push_notifications | 1.2.1|
10+
|multitenant_provider | 1.2.1|
11+
|oid4vc | 1.2.1|
12+
|redis_events | 1.2.1|
13+
|rpc | 1.2.1|
14+
15+
### Plugins Upgraded For ACA-Py Release 1.2.1
16+
- basicmessage_storage
17+
- cheqd
18+
- connection_update
19+
- firebase_push_notifications
20+
- multitenant_provider
21+
- oid4vc
22+
- redis_events
23+
- rpc
24+
225
## ACA-Py Release 1.2.0
326

427
| Plugin Name | Supported ACA-Py Release |

basicmessage_storage/poetry.lock

Lines changed: 14 additions & 14 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.2.0", optional = true }
12+
acapy-agent = { version = "~1.2.1", optional = true }
1313

1414
mergedeep = "^1.3.4"
1515

cheqd/poetry.lock

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

cheqd/pyproject.toml

Lines changed: 2 additions & 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.2.0", optional = true }
12+
acapy-agent = { version = "~1.2.1", optional = true }
1313

1414
cryptography = "<38.0.0"
1515

@@ -89,3 +89,4 @@ output = ".test-reports/coverage.xml"
8989
[build-system]
9090
requires = ["setuptools", "poetry-core>=1.2"]
9191
build-backend = "poetry.core.masonry.api"
92+

connection_update/poetry.lock

Lines changed: 14 additions & 14 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.2.0", optional = true }
12+
acapy-agent = { version = "~1.2.1", optional = true }
1313

1414

1515
[tool.poetry.extras]

firebase_push_notifications/poetry.lock

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

0 commit comments

Comments
 (0)