bcgov / aries-acapy-plugin-redis-events

Apache License 2.0
5 stars 13 forks source link

update acapy version to 0.8.1 #17

Closed Jsyro closed 1 year ago

Jsyro commented 1 year ago

Are there better ways to version match?

This change is needed because the redis plugin is being added to an instance of the mediator, and the mediator is mediating acapy instances of version 0.8.1. The mediator must also be versions 0.8.1 and installing the plugin as is downgrades acapy to 0.7.5

shaangill025 commented 1 year ago

Check is failing with the following error: ImportError: cannot import name '_unicodefun' from 'click' (/home/runner/work/aries-acapy-plugin-redis-events/aries-acapy-plugin-redis-events/env/lib/python3.9/site-packages/click/__init__.py)