From 505dcd2e78e0f14c3d07130ee8e7cd057d099c52 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 00c0175e76..67eeacc1cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ did-peer-4 = "^0.1.4" uuid_utils = "^0.9.0" # 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 }