Skip to content

Commit

Permalink
Update did-tdw library to version 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Hale <[email protected]>
  • Loading branch information
jamshale committed Oct 16, 2024
1 parent 2e061bd commit 72520aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
3 changes: 1 addition & 2 deletions acapy_agent/resolver/default/tdw.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
from re import Pattern
from typing import Optional, Sequence, Text

from did_history.resolver import ResolutionResult
from did_tdw.resolver import resolve_did
from did_tdw.resolver import ResolutionResult, resolve_did

from ...config.injection_context import InjectionContext
from ...core.profile import Profile
Expand Down
34 changes: 4 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ uuid_utils = "^0.9.0"
# did libraries
did-peer-2 = "^0.1.2"
did-peer-4 = "^0.1.4"
did-tdw = "^0.1.0"
did-tdw = "^0.2.1"


# askar
Expand Down

0 comments on commit 72520aa

Please sign in to comment.