diff --git a/poetry.lock b/poetry.lock index 3431bee48d..6659de5cf9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -153,15 +153,15 @@ files = [ [[package]] name = "anoncreds" -version = "0.2.0.dev11" +version = "0.2.0" description = "" optional = true python-versions = ">=3.6.3" files = [ - {file = "anoncreds-0.2.0.dev11-py3-none-macosx_10_9_universal2.whl", hash = "sha256:23ef321b0244967db7cfa687c7e2f5dec498835793f98be878037872bf88efde"}, - {file = "anoncreds-0.2.0.dev11-py3-none-manylinux2014_aarch64.whl", hash = "sha256:f442c560578bdfb577aaaf51caf30df373df2eb61df47568806f9b78dc08ca7d"}, - {file = "anoncreds-0.2.0.dev11-py3-none-manylinux2014_x86_64.whl", hash = "sha256:5a515904ce8bf6ed39f9c20caf7955e986414d6e6153037c3e1223590111f0ca"}, - {file = "anoncreds-0.2.0.dev11-py3-none-win_amd64.whl", hash = "sha256:70002c9393edc5045ada6c7ba44fd868e99e46bd3b6a7e26c15171616a923688"}, + {file = "anoncreds-0.2.0-py3-none-macosx_10_9_universal2.whl", hash = "sha256:ec57e224d5f1b8749c3d6ff75bb61229a4f9c31df1ee863835f025c78ec10cd0"}, + {file = "anoncreds-0.2.0-py3-none-manylinux2014_aarch64.whl", hash = "sha256:55dd0ad8c8611d2f6af158485dbd2f3c9524694ee4eaf1c5558973f1e436f943"}, + {file = "anoncreds-0.2.0-py3-none-manylinux2014_x86_64.whl", hash = "sha256:6fb3b28e1f7c283ba27cb5d65ce3dd5303162e17c4311d69cb93402bfd2e3317"}, + {file = "anoncreds-0.2.0-py3-none-win_amd64.whl", hash = "sha256:6c19d86117589ca5cc8f85637d62ebe077c52c34a5de9d1915f5e551458202b1"}, ] [[package]] @@ -2810,4 +2810,4 @@ indy = ["python3-indy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8b7467968a5d7b3897e3424471c4d45eb8a48cef8ca04d161fdc0e097ab4ce30" +content-hash = "6aef813877ebf9ed3259ae2dbe0efbe2a0b7f0192a2f3881f52336c4c05c8c8b" diff --git a/pyproject.toml b/pyproject.toml index 45d944da97..437bd0ca10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ did-peer-4 = "^0.1.4" aries-askar= { version = "~0.3.0", optional = true } indy-credx= { version = "~1.1.1", optional = true } indy-vdr= { version = "~0.4.0", optional = true } -anoncreds= { version = "0.2.0.dev11", optional = true, allow-prereleases = true } +anoncreds= { version = "0.2.0", optional = true } # bbs ursa-bbs-signatures= { version = "~1.0.1", optional = true }