Skip to content

Commit 2d1d94e

Browse files
authored
Release for acapy-agent v1.2.3 (#1586)
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent f8d51da commit 2d1d94e

File tree

24 files changed

+1125
-1103
lines changed

24 files changed

+1125
-1103
lines changed

RELEASES.md

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

430
| Plugin Name | Supported ACA-Py Release |

basicmessage_storage/poetry.lock

Lines changed: 4 additions & 4 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "basicmessage_storage"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.0) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414
mergedeep = "^1.3.4"
1515

@@ -85,4 +85,3 @@ output = ".test-reports/coverage.xml"
8585
[build-system]
8686
requires = ["setuptools", "poetry-core>=1.2"]
8787
build-backend = "poetry.core.masonry.api"
88-

cheqd/poetry.lock

Lines changed: 4 additions & 4 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "cheqd"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.0) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = []
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414
cryptography = "<38.0.0"
1515

@@ -89,4 +89,3 @@ 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: 4 additions & 4 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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "connection_update"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.0) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414

1515
[tool.poetry.extras]
@@ -84,4 +84,3 @@ output = ".test-reports/coverage.xml"
8484
[build-system]
8585
requires = ["setuptools", "poetry-core>=1.2"]
8686
build-backend = "poetry.core.masonry.api"
87-

firebase_push_notifications/poetry.lock

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

firebase_push_notifications/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "firebase_push_notifications"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.0) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = []
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414
marshmallow = "^3.23.3"
1515
google-auth = "^2.38.0"

hedera/poetry.lock

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

hedera/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "hedera"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.2) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = []
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414
hiero-did-sdk-python = { git = "https://github.com/hiero-ledger/hiero-did-sdk-python", branch = "main" }
1515

multitenant_provider/poetry.lock

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

multitenant_provider/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "multitenant_provider"
33
version = "0.1.0"
4-
description = " (Supported acapy-agent version: 1.2.0) "
4+
description = " (Supported acapy-agent version: 1.2.3) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]
88
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.2", optional = true }
12+
acapy-agent = { version = "~1.2.3", optional = true }
1313

1414
bcrypt = "4.2.1"
1515
mergedeep = "^1.3.4"

oid4vc/poetry.lock

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

oid4vc/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "oid4vc"
33
version = "0.1.0"
4-
description = "OpenID for Verifiable Credentials plugin for acapy. (Supported acapy-agent version: 1.2.0) "
4+
description = "OpenID for Verifiable Credentials plugin for acapy. (Supported acapy-agent version: 1.2.3) "
55
authors = [
66
"Adam Burdett <burdettadam@gmail.com>",
77
"Char Howland <char@indicio.tech>",
@@ -22,7 +22,7 @@ python = "^3.12"
2222

2323
# Define ACA-Py as an optional/extra dependency so it can be
2424
# explicitly installed with the plugin if desired.
25-
acapy-agent = { version = "~1.2.2", optional = true }
25+
acapy-agent = { version = "~1.2.3", optional = true }
2626

2727
aiohttp = "^3.9.5"
2828
aries-askar = "~0.4.3"
@@ -110,4 +110,3 @@ output = ".test-reports/coverage.xml"
110110
[build-system]
111111
requires = ["setuptools", "poetry-core>=1.2"]
112112
build-backend = "poetry.core.masonry.api"
113-

0 commit comments

Comments
 (0)