From 424a54d5667c25880cd4ac807bb0c585ec01bab3 Mon Sep 17 00:00:00 2001 From: ff137 Date: Fri, 16 Aug 2024 23:24:37 +0300 Subject: [PATCH] construction: test in-progress aries-askar PR: https://github.com/hyperledger/aries-askar/pull/291 Signed-off-by: ff137 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de8a3531bc..3b9d330e0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ did-tdw = "^0.2.1" # askar -aries-askar = { version = "~0.3.2", optional = true } +aries-askar= { git = "https://github.com/ff137/aries-askar.git", branch = "test/order-by-scan", subdirectory = "wrappers/python", optional = true } indy-credx = { version = "~1.1.1", optional = true } indy-vdr = { version = "~0.4.0", optional = true } anoncreds = { version = "0.2.0", optional = true }