Skip to content

Commit e01ef56

Browse files
Release v1.0.1 Upgrades (#1121)
Signed-off-by: Release Bot <release-bot@users.noreply.github.com> Co-authored-by: Release Bot <release-bot@users.noreply.github.com>
1 parent 586b369 commit e01ef56

File tree

24 files changed

+6911
-5631
lines changed

24 files changed

+6911
-5631
lines changed

RELEASES.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# Plugin Release Status
2+
## ACA-Py Release 1.0.1
3+
4+
| Plugin Name | Supported ACA-Py Release |
5+
| --- | --- |
6+
|basicmessage_storage | 1.0.1|
7+
|connection_update | 1.0.1|
8+
|firebase_push_notifications | 1.0.1|
9+
|kafka_events | 0.12.2|
10+
|multitenant_provider | 1.0.1|
11+
|oid4vc | 1.0.1|
12+
|redis_events | 1.0.1|
13+
|rpc | 1.0.1|
14+
15+
### Plugins Upgraded For ACA-Py Release 1.0.1
16+
- basicmessage_storage
17+
- connection_update
18+
- firebase_push_notifications
19+
- multitenant_provider
20+
- oid4vc
21+
- redis_events
22+
- rpc
223
## ACA-Py Release 1.0.0
324

425
| Plugin Name | Supported ACA-Py Release |

basicmessage_storage/integration/poetry.lock

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

basicmessage_storage/poetry.lock

Lines changed: 646 additions & 530 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
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "basicmessage_storage"
33
version = "0.1.0"
4-
description = " (Supported aries-cloudagent version: 1.0.0) "
4+
description = " (Supported aries-cloudagent version: 1.0.1) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]

connection_update/integration/poetry.lock

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

connection_update/poetry.lock

Lines changed: 646 additions & 530 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
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "connection_update"
33
version = "0.1.0"
4-
description = " (Supported aries-cloudagent version: 1.0.0) "
4+
description = " (Supported aries-cloudagent version: 1.0.1) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]

firebase_push_notifications/integration/poetry.lock

Lines changed: 106 additions & 91 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: 668 additions & 551 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: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "firebase_push_notifications"
33
version = "0.1.0"
4-
description = " (Supported aries-cloudagent version: 1.0.0) "
4+
description = " (Supported aries-cloudagent version: 1.0.1) "
55
authors = []
66

77
[tool.poetry.dependencies]
@@ -39,18 +39,8 @@ line-length = 90
3939
select = ["E", "F", "C", "D"]
4040
ignore = [
4141
# Google Python Doc Style
42-
"D203",
43-
"D204",
44-
"D213",
45-
"D215",
46-
"D400",
47-
"D401",
48-
"D404",
49-
"D406",
50-
"D407",
51-
"D408",
52-
"D409",
53-
"D413",
42+
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
43+
"D408", "D409", "D413",
5444
"D202", # Allow blank line after docstring
5545
"D104", # Don't require docstring in public package
5646
# Things that we should fix, but are too much work right now
@@ -72,11 +62,19 @@ junit_family = "xunit1"
7262
asyncio_mode = "auto"
7363

7464
[tool.coverage.run]
75-
omit = ["*/tests/*", "docker/*", "integration/*", "*/definition.py"]
65+
omit = [
66+
"*/tests/*",
67+
"docker/*",
68+
"integration/*",
69+
"*/definition.py"
70+
]
7671
data_file = ".test-reports/.coverage"
7772

7873
[tool.coverage.report]
79-
exclude_lines = ["pragma: no cover", "@abstract"]
74+
exclude_lines = [
75+
"pragma: no cover",
76+
"@abstract"
77+
]
8078
precision = 2
8179
skip_covered = true
8280
show_missing = true
@@ -87,3 +85,4 @@ output = ".test-reports/coverage.xml"
8785
[build-system]
8886
requires = ["setuptools", "poetry-core>=1.2"]
8987
build-backend = "poetry.core.masonry.api"
88+

multitenant_provider/integration/poetry.lock

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

multitenant_provider/poetry.lock

Lines changed: 666 additions & 550 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,7 +1,7 @@
11
[tool.poetry]
22
name = "multitenant_provider"
33
version = "0.1.0"
4-
description = " (Supported aries-cloudagent version: 1.0.0) "
4+
description = " (Supported aries-cloudagent version: 1.0.1) "
55
authors = ["Jason Sherman <tools@usingtechnolo.gy>"]
66

77
[tool.poetry.dependencies]
@@ -18,7 +18,7 @@ python-dateutil = "^2.8.2"
1818
aca-py = ["aries-cloudagent"]
1919

2020
[tool.poetry.dev-dependencies]
21-
ruff = "^0.6.5"
21+
ruff = "^0.6.9"
2222
pytest = "^8.3.3"
2323
pytest-asyncio = "^0.24.0"
2424
pytest-cov = "^5.0.0"

oid4vc/integration/poetry.lock

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

oid4vc/poetry.lock

Lines changed: 715 additions & 592 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 & 2 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 aries-cloudagent version: 1.0.0)"
4+
description = "OpenID for Verifiable Credentials plugin for acapy. (Supported aries-cloudagent version: 1.0.1) "
55
authors = [
66
"Adam Burdett <burdettadam@gmail.com>",
77
"Char Howland <char@indicio.tech>",
@@ -41,7 +41,7 @@ mso_mdoc = ["cbor2", "cbor-diag", "cwt", "pycose"]
4141
sd_jwt = ["jsonpointer"]
4242

4343
[tool.poetry.dev-dependencies]
44-
ruff = "^0.6.5"
44+
ruff = "^0.6.9"
4545
pytest = "^8.3.3"
4646
pytest-asyncio = "^0.24.0"
4747
pytest-cov = "^5.0.0"

plugin_globals/poetry.lock

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

redis_events/integration/poetry.lock

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

redis_events/integration/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ pydantic = "^2.7.0"
2424
[build-system]
2525
requires = ["poetry-core>=1.0.0"]
2626
build-backend = "poetry.core.masonry.api"
27+

redis_events/poetry.lock

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

redis_events/pyproject.toml

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "redis_events"
33
version = "0.1.0"
4-
description = "ACA-PY persisted events using Redis (Supported aries-cloudagent version: 1.0.0) "
4+
description = "ACA-PY persisted events using Redis (Supported aries-cloudagent version: 1.0.1) "
55
authors = ["Shaanjot Gill <gill.shaanjots@gmail.com>"]
66

77
[tool.poetry.dependencies]
@@ -43,18 +43,8 @@ line-length = 90
4343
select = ["E", "F", "C", "D"]
4444
ignore = [
4545
# Google Python Doc Style
46-
"D203",
47-
"D204",
48-
"D213",
49-
"D215",
50-
"D400",
51-
"D401",
52-
"D404",
53-
"D406",
54-
"D407",
55-
"D408",
56-
"D409",
57-
"D413",
46+
"D203", "D204", "D213", "D215", "D400", "D401", "D404", "D406", "D407",
47+
"D408", "D409", "D413",
5848
"D202", # Allow blank line after docstring
5949
"D104", # Don't require docstring in public package
6050
# Things that we should fix, but are too much work right now
@@ -76,11 +66,19 @@ junit_family = "xunit1"
7666
asyncio_mode = "auto"
7767

7868
[tool.coverage.run]
79-
omit = ["*/tests/*", "docker/*", "integration/*", "*/definition.py"]
69+
omit = [
70+
"*/tests/*",
71+
"docker/*",
72+
"integration/*",
73+
"*/definition.py"
74+
]
8075
data_file = ".test-reports/.coverage"
8176

8277
[tool.coverage.report]
83-
exclude_lines = ["pragma: no cover", "@abstract"]
78+
exclude_lines = [
79+
"pragma: no cover",
80+
"@abstract"
81+
]
8482
precision = 2
8583
skip_covered = true
8684
show_missing = true
@@ -91,3 +89,4 @@ output = ".test-reports/coverage.xml"
9189
[build-system]
9290
requires = ["setuptools", "poetry-core>=1.2"]
9391
build-backend = "poetry.core.masonry.api"
92+

0 commit comments

Comments
 (0)