-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Update ACA-Py dependencies #49
Update ACA-Py dependencies #49
Conversation
fastapi = "^0.68.0" | ||
nest-asyncio = "^1.5.5" | ||
pydantic = "^1.8.2" | ||
python = "^3.9" | ||
redis = "^4.1.4" | ||
uvicorn = "0.16.0" | ||
|
||
# Define ACA-Py as an optional/extra dependancy so it can be | ||
# explicitly installed with the plugin if desired. | ||
aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My repo-manager script, which I think will become more important as this repo grows, works off of empty lines between sections. I don't think it would handle the comments very well either because it sorts.
But I can change the logic a bit to handle things like this better. I think this approach makes sense. We'll have to do this for the other plugins as well but can merge this for now and then do the rest if this is successful.
I think this will work good. I'll just add a couple reviewers to get some other eyes on it. |
The tests on the |
The |
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
- Make it easier to spin up the dev container environment. Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
6466f99
to
43e91af
Compare
Ready to go. Though we need to figure out what to do with the failing tests. We either need to get |
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Agree that using BCovrin Test is the right thing to do for this. |
Switching to |
* Update ACA-Py dependencies in the redis_events plugin Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Update ACA-Py dependencies for plugin_globals - Make it easier to spin up the dev container environment. Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Update ACA-Py dependencies in the multitenant_provider plugin Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Update ACA-Py dependencies in the kafka_events plugin Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Update ACA-Py dependencies in the connection_update plugin Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Update ACA-Py dependencies in the basicmessage_storage plugin Signed-off-by: Wade Barnes <wade@neoterictech.ca> * Switch to using BCovrin Test as the ledger for integration tests. Signed-off-by: Wade Barnes <wade@neoterictech.ca> --------- Signed-off-by: Wade Barnes <wade@neoterictech.ca>
Resolves: #28