Skip to content

Commit 6a39192

Browse files
authored
Release for acapy-agent v1.2.4 (#1592)
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 512f4b5 commit 6a39192

File tree

28 files changed

+158
-110
lines changed

28 files changed

+158
-110
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.4
3+
4+
| Plugin Name | Supported ACA-Py Release |
5+
| --- | --- |
6+
|basicmessage_storage | 1.2.4|
7+
|cheqd | 1.2.4|
8+
|connection_update | 1.2.4|
9+
|firebase_push_notifications | 1.2.4|
10+
|hedera | 1.2.4|
11+
|multitenant_provider | 1.2.4|
12+
|oid4vc | 1.2.4|
13+
|redis_events | 1.2.4|
14+
|rpc | 1.2.4|
15+
|status_list | 1.2.4|
16+
17+
### Plugins Upgraded For ACA-Py Release 1.2.4
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.3
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: 3 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

1414
mergedeep = "^1.3.4"
1515

@@ -57,6 +57,7 @@ ignore = [
5757

5858
[tool.ruff.lint.per-file-ignores]
5959
"**/{tests}/*" = ["F841", "D", "E501"]
60+
"**/{demo}/*" = ["F841", "D", "E501"]
6061

6162
[tool.pytest.ini_options]
6263
testpaths = "basicmessage_storage"
@@ -85,3 +86,4 @@ output = ".test-reports/coverage.xml"
8586
[build-system]
8687
requires = ["setuptools", "poetry-core>=1.2"]
8788
build-backend = "poetry.core.masonry.api"
89+

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: 3 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

1414
cryptography = "<38.0.0"
1515

@@ -60,6 +60,7 @@ ignore = [
6060

6161
[tool.ruff.lint.per-file-ignores]
6262
"**/{tests}/*" = ["F841", "D", "E501"]
63+
"**/{demo}/*" = ["F841", "D", "E501"]
6364

6465
[tool.pytest.ini_options]
6566
testpaths = "cheqd"
@@ -89,3 +90,4 @@ output = ".test-reports/coverage.xml"
8990
[build-system]
9091
requires = ["setuptools", "poetry-core>=1.2"]
9192
build-backend = "poetry.core.masonry.api"
93+

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: 3 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

1414

1515
[tool.poetry.extras]
@@ -56,6 +56,7 @@ ignore = [
5656

5757
[tool.ruff.lint.per-file-ignores]
5858
"**/{tests}/*" = ["F841", "D", "E501"]
59+
"**/{demo}/*" = ["F841", "D", "E501"]
5960

6061
[tool.pytest.ini_options]
6162
testpaths = "connection_update"
@@ -84,3 +85,4 @@ output = ".test-reports/coverage.xml"
8485
[build-system]
8586
requires = ["setuptools", "poetry-core>=1.2"]
8687
build-backend = "poetry.core.masonry.api"
88+

connections/poetry.lock

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

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: 3 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

1414
marshmallow = "^3.23.3"
1515
google-auth = "^2.38.0"
@@ -60,6 +60,7 @@ ignore = [
6060

6161
[tool.ruff.lint.per-file-ignores]
6262
"**/{tests}/*" = ["F841", "D", "E501"]
63+
"**/{demo}/*" = ["F841", "D", "E501"]
6364

6465
[tool.pytest.ini_options]
6566
testpaths = "firebase_push_notifications"
@@ -88,3 +89,4 @@ output = ".test-reports/coverage.xml"
8889
[build-system]
8990
requires = ["setuptools", "poetry-core>=1.2"]
9091
build-backend = "poetry.core.masonry.api"
92+

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 & 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

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

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

multitenant_provider/integration/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ python-dateutil = "^2.8.2"
2020
[build-system]
2121
requires = ["poetry-core>=1.0.0"]
2222
build-backend = "poetry.core.masonry.api"
23+

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: 3 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.3", optional = true }
12+
acapy-agent = { version = "~1.2.4", optional = true }
1313

1414
bcrypt = "4.2.1"
1515
mergedeep = "^1.3.4"
@@ -59,6 +59,7 @@ ignore = [
5959

6060
[tool.ruff.lint.per-file-ignores]
6161
"**/{tests}/*" = ["F841", "D", "E501"]
62+
"**/{demo}/*" = ["F841", "D", "E501"]
6263

6364
[tool.pytest.ini_options]
6465
testpaths = "multitenant_provider"
@@ -87,3 +88,4 @@ output = ".test-reports/coverage.xml"
8788
[build-system]
8889
requires = ["setuptools", "poetry-core>=1.2"]
8990
build-backend = "poetry.core.masonry.api"
91+

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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3", optional = true }
25+
acapy-agent = { version = "~1.2.4", optional = true }
2626

2727
aiohttp = "^3.9.5"
2828
aries-askar = "~0.4.3"
@@ -82,6 +82,7 @@ ignore = [
8282

8383
[tool.ruff.lint.per-file-ignores]
8484
"**/{tests}/*" = ["F841", "D", "E501"]
85+
"**/{demo}/*" = ["F841", "D", "E501"]
8586

8687
[tool.pytest.ini_options]
8788
testpaths = "oid4vc"
@@ -110,3 +111,4 @@ output = ".test-reports/coverage.xml"
110111
[build-system]
111112
requires = ["setuptools", "poetry-core>=1.2"]
112113
build-backend = "poetry.core.masonry.api"
114+

0 commit comments

Comments
 (0)