forked from openwallet-foundation/acapy-plugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 0.12.2b2 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade python version to 3.12 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade poetry version Signed-off-by: ff137 <ff137@proton.me> * Update lock files Signed-off-by: ff137 <ff137@proton.me> * Upgrade all aca-py versions to latest pre-release, with python 3.12 Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Upgrade python and poetry versions Signed-off-by: ff137 <ff137@proton.me> * 🎨 bulk amendments to get plugins up to spec with latest acapy (mostly taken from hyperledger/aries-acapy-plugins #567) Signed-off-by: ff137 <ff137@proton.me> * ⬆️ Update lock files Signed-off-by: ff137 <ff137@proton.me> * 🎨 Signed-off-by: ff137 <ff137@proton.me> * 🎨 fix ruff warning Signed-off-by: ff137 <ff137@proton.me> * ✅ Signed-off-by: ff137 <ff137@proton.me> * Upgrade kafka_events delivered to 3.12 Signed-off-by: ff137 <ff137@proton.me> * test with nightly build for 3.12 compatibility Signed-off-by: ff137 <ff137@proton.me> * fix indy user Signed-off-by: ff137 <ff137@proton.me> * 🤷♂️ skip kafka_events Signed-off-by: ff137 <ff137@proton.me> * ⬆️ upgrade base images to 3.12 and poetry version to 1.8.3 Signed-off-by: ff137 <ff137@proton.me> --------- Signed-off-by: ff137 <ff137@proton.me>
- Loading branch information
Showing
103 changed files
with
4,759 additions
and
5,654 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.9-slim | ||
FROM python:3.12-slim | ||
WORKDIR /usr/src/app | ||
|
||
# install poetry | ||
|
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.