From ef5cf51c537df858854e0c04e7a629ce2707485b Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Thu, 21 Sep 2023 12:35:52 -0400 Subject: [PATCH 1/2] fix: update pydid This will correct the errror reported in #2497. Signed-off-by: Daniel Bluhm --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e26de650a2..43183fc11a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ nest_asyncio~=1.5.5 packaging~=23.1 portalocker~=2.7.0 prompt_toolkit~=2.0.9 -pydid~=0.3.6 +pydid~=0.4.0 pyjwt~=2.8.0 pyld~=2.0.3 pynacl~=1.5.0 From 44d5371ab6032bed24ab55ac7217fcdf4e70bd35 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Thu, 21 Sep 2023 12:42:05 -0400 Subject: [PATCH 2/2] fix: pin typing extensions to workaround known issue Signed-off-by: Daniel Bluhm --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43183fc11a..6e07f87a24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,8 @@ nest_asyncio~=1.5.5 packaging~=23.1 portalocker~=2.7.0 prompt_toolkit~=2.0.9 -pydid~=0.4.0 +pydid>=0.4.0.post1 +typing-extensions<4.6.0 pyjwt~=2.8.0 pyld~=2.0.3 pynacl~=1.5.0