Skip to content

Commit

Permalink
⬆️ Release 1.1.1b2 (#60)
Browse files Browse the repository at this point in the history
* ✅ fix test

* 🐛 fix BaseError import

* ⬆️ set version to 1.1.1b2

* 🔧 Add repository link

* ⬆️ Update lock file

* ✅ Update and fix tests
  • Loading branch information
ff137 authored Nov 12, 2024
1 parent ddbacf1 commit d457611
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 261 deletions.
3 changes: 2 additions & 1 deletion acapy_wallet_groups_plugin/v1_0/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"""

from acapy_agent.admin.request_context import AdminRequestContext
from acapy_agent.core.error import BaseError
from acapy_agent.messaging.models.base import BaseModelError
from acapy_agent.messaging.models.paginated_query import get_paginated_query_params
from acapy_agent.multitenant.admin.routes import (
Expand All @@ -22,7 +23,7 @@
wallet_remove,
wallet_update,
)
from acapy_agent.multitenant.base import BaseError, BaseMultitenantManager
from acapy_agent.multitenant.base import BaseMultitenantManager
from acapy_agent.storage.error import StorageError, StorageNotFoundError
from acapy_agent.utils.endorsement_setup import attempt_auto_author_with_endorser_setup
from acapy_agent.utils.profiles import (
Expand Down
Loading

0 comments on commit d457611

Please sign in to comment.