We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ACA-Py libraries are built with 1.6.1 https://github.com/hyperledger/aries-cloudagent-python/blob/main/poetry.lock
so probably want to stay in sync for this repo's Poetry usage in the devcontainer? Currently "POETRY_VERSION": "1.4.2" https://github.com/hyperledger/aries-acapy-plugins/tree/main/plugin_globals/.devcontainer
"POETRY_VERSION": "1.4.2"
The text was updated successfully, but these errors were encountered:
Each individual plugin seems to have been generated on 1.7.1 though. But the devcontainer definitions say 1.4.2 as well
Sorry, something went wrong.
I ran the script locally that's why it's 1.7.1. Dev containers should be updated ✔️
Ok thanks. I did a PR to update them here. Found 1.4.2 references in dockerfiles too #85
No branches or pull requests
The ACA-Py libraries are built with 1.6.1
https://github.com/hyperledger/aries-cloudagent-python/blob/main/poetry.lock
so probably want to stay in sync for this repo's Poetry usage in the devcontainer? Currently
"POETRY_VERSION": "1.4.2"
https://github.com/hyperledger/aries-acapy-plugins/tree/main/plugin_globals/.devcontainer
The text was updated successfully, but these errors were encountered: