From 4a208fddd39ffda4e9797447b618dceec3ef09ed Mon Sep 17 00:00:00 2001 From: ff137 Date: Thu, 29 Aug 2024 13:24:59 +0300 Subject: [PATCH] :arrow_up: Update aries-askar test pypi package to pre-orjson feat release Signed-off-by: ff137 --- poetry.lock | 17 +++++++++-------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc3077453b..4089024350 100644 --- a/poetry.lock +++ b/poetry.lock @@ -225,18 +225,19 @@ yaml = ["PyYAML (>=3.10)"] [[package]] name = "aries-askar-ff137" -version = "0.3.3b2" -description = "Python wrapper for the Aries Askar cryptographic library" +version = "0.3.3b0" +description = "UNKNOWN" optional = true -python-versions = ">=3.8,<4.0" +python-versions = ">=3.6.3" files = [ - {file = "aries_askar_ff137-0.3.3b2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:19149ede8d6cab0e003270e55ebb184e01cfa0aa227f35a326c63cc26daeeda1"}, - {file = "aries_askar_ff137-0.3.3b2-py3-none-win_amd64.whl", hash = "sha256:c535395e1aa8b11c4c4bf76bb822c27c28ee743ab6e9e5487e1c14846d74925f"}, - {file = "aries_askar_ff137-0.3.3b2.tar.gz", hash = "sha256:cfa26a5dc6e305176211062a16b385ebbf3a5a675b35cae38ba3c2dfc275d65e"}, + {file = "aries_askar_ff137-0.3.3b0-py3-none-macosx_10_9_universal2.whl", hash = "sha256:32d6ed2366527b733a6025c19fb6f52f4547a3b2693cc11a1175b0ca3bfc8792"}, + {file = "aries_askar_ff137-0.3.3b0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:54214ac04c3f06d7dc302c0592787f9a998c8e104f8f2ee382fc2645efef6e41"}, + {file = "aries_askar_ff137-0.3.3b0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:c7f5517c3c910aa34cee9359e184388f320d14bac7296b37d9dca4026c254bba"}, + {file = "aries_askar_ff137-0.3.3b0-py3-none-win_amd64.whl", hash = "sha256:5bdf83bdaacd4dc43a34a3a58c43e165a0b66303c9bddded64cdf6f84e015ee0"}, ] [package.dependencies] -cached_property = ">=1.5.2,<1.6.0" +cached-property = ">=1.5.2,<1.6.0" [package.source] type = "legacy" @@ -2900,4 +2901,4 @@ didcommv2 = ["didcomm-messaging"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "aaef4a6a17afd3696f7da8e6b613b46d892b29669a3c675be4b4b1e5f166d33a" +content-hash = "921b2996c4f3460829df1358d5e09aecd3f078d66de87cf6b691d5df3f0b14c9" diff --git a/pyproject.toml b/pyproject.toml index 7f6a9902aa..02ba47fd43 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-ff137 = {version = "^0.3.3b1", source = "testpypi", optional = true} +aries-askar-ff137 = {version = "==0.3.3b0", source = "testpypi", 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 }