Skip to content

Commit

Permalink
Release for acapy-agent v1.2.1 (#1442)
Browse files Browse the repository at this point in the history
* Release for acapy-agent v1.2.1

Signed-off-by: jamshale <jamiehalebc@gmail.com>

* Fix KeyType required param

Signed-off-by: jamshale <jamiehalebc@gmail.com>

---------

Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale authored Jan 22, 2025
1 parent aae3146 commit 1e71cb4
Show file tree
Hide file tree
Showing 20 changed files with 160 additions and 136 deletions.
23 changes: 23 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
# Plugin Release Status
## ACA-Py Release 1.2.1

| Plugin Name | Supported ACA-Py Release |
| --- | --- |
|basicmessage_storage | 1.2.1|
|cheqd | 1.2.1|
|connection_update | 1.2.1|
|firebase_push_notifications | 1.2.1|
|multitenant_provider | 1.2.1|
|oid4vc | 1.2.1|
|redis_events | 1.2.1|
|rpc | 1.2.1|

### Plugins Upgraded For ACA-Py Release 1.2.1
- basicmessage_storage
- cheqd
- connection_update
- firebase_push_notifications
- multitenant_provider
- oid4vc
- redis_events
- rpc

## ACA-Py Release 1.2.0

| Plugin Name | Supported ACA-Py Release |
Expand Down
28 changes: 14 additions & 14 deletions basicmessage_storage/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion basicmessage_storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependency so it can be
# explicitly installed with the plugin if desired.
acapy-agent = { version = "~1.2.0", optional = true }
acapy-agent = { version = "~1.2.1", optional = true }

mergedeep = "^1.3.4"

Expand Down
28 changes: 14 additions & 14 deletions cheqd/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion cheqd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependency so it can be
# explicitly installed with the plugin if desired.
acapy-agent = { version = "~1.2.0", optional = true }
acapy-agent = { version = "~1.2.1", optional = true }

cryptography = "<38.0.0"

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

28 changes: 14 additions & 14 deletions connection_update/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connection_update/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "^3.12"

# Define ACA-Py as an optional/extra dependency so it can be
# explicitly installed with the plugin if desired.
acapy-agent = { version = "~1.2.0", optional = true }
acapy-agent = { version = "~1.2.1", optional = true }


[tool.poetry.extras]
Expand Down
28 changes: 14 additions & 14 deletions firebase_push_notifications/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1e71cb4

Please sign in to comment.