From eb4826a7e9ea0c5abe597e97af3701f14112aad2 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Thu, 25 Aug 2022 09:27:35 -0400 Subject: [PATCH] chore: update pydid Recent changes to the resolution of sov/indy DIDs caused PyDID to parse service endpoints that should have been recognized as DIDComm services as plain services. This broke some logic in accepting invitations from public DIDs. Pulling in these updates from PyDID resolves the issue. Signed-off-by: Daniel Bluhm --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 76ed1bf719..70bc72e54e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pyld~=2.0.3 pyyaml~=5.4.0 ConfigArgParse~=1.5.3 pyjwt~=2.4.0 -pydid~=0.3.3 +pydid~=0.3.6 jsonpath_ng==1.5.2 pytz~=2021.1 python-dateutil~=2.8.1