Skip to content

Commit

Permalink
⬆️ Upgrade askar to 0.4.2 (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored Jan 27, 2025
1 parent 351b67f commit 909cbc3
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 60 deletions.
86 changes: 33 additions & 53 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "acapy_agent_didx"
version = "1.2.0-20250123"
version = "1.2.0-20250127"
description = "(ACA-Py) A Cloud Agent Python is a foundation for building decentralized identity applications and services running in non-mobile environments. "
authors = []
license = "Apache-2.0"
Expand Down Expand Up @@ -55,7 +55,7 @@ indy-credx = "~1.1.1"
anoncreds = "~0.2.0"

# askar
aries-askar-ff137 = {version = "==0.3.3b0", source = "testpypi"}
aries-askar = "~0.4.2"

# indy
indy-vdr = "~0.4.0"
Expand Down Expand Up @@ -95,11 +95,6 @@ didcommv2 = ["didcomm-messaging"]
[tool.poetry.scripts]
aca-py = "acapy_agent.__main__:script_main"

[[tool.poetry.source]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
priority = "supplemental"

[tool.ruff]
lint.select = ["B006", "C", "D", "E", "F"]

Expand Down

0 comments on commit 909cbc3

Please sign in to comment.