-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release for acapy-agent v1.2.0 (#1374)
* Release v1.2.0 Upgrades Signed-off-by: Release Bot <[email protected]> * Manual adjustments Signed-off-by: jamshale <[email protected]> * Fix kafka_events Signed-off-by: jamshale <[email protected]> * Fix kafka_events Signed-off-by: jamshale <[email protected]> * Fix kafka_events Signed-off-by: jamshale <[email protected]> * plugin globals lock file Signed-off-by: jamshale <[email protected]> --------- Signed-off-by: Release Bot <[email protected]> Signed-off-by: jamshale <[email protected]> Co-authored-by: Release Bot <[email protected]> Co-authored-by: jamshale <[email protected]>
- Loading branch information
1 parent
4fef9d6
commit 3549f15
Showing
26 changed files
with
739 additions
and
686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[tool.poetry] | ||
name = "basicmessage_storage" | ||
version = "0.1.0" | ||
description = " (Supported acapy-agent version: 1.1.0) " | ||
description = " (Supported acapy-agent version: 1.2.0) " | ||
authors = ["Jason Sherman <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
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.1.1", optional = true } | ||
acapy-agent = { version = "~1.2.0", optional = true } | ||
|
||
mergedeep = "^1.3.4" | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.