From 8aee32abd2e3f3b62ebbe17f4c1c46b9ed550c2c Mon Sep 17 00:00:00 2001 From: jamshale Date: Wed, 28 Aug 2024 17:13:33 +0000 Subject: [PATCH] Use tag release for acapy-controller dependency Signed-off-by: jamshale --- scenarios/poetry.lock | 6 +++--- scenarios/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scenarios/poetry.lock b/scenarios/poetry.lock index 0687d3e0e3..512f6c51a0 100644 --- a/scenarios/poetry.lock +++ b/scenarios/poetry.lock @@ -20,8 +20,8 @@ models = ["pydantic (>=2.8.2,<3.0.0)"] [package.source] type = "git" url = "https://github.com/indicio-tech/acapy-minimal-example.git" -reference = "HEAD" -resolved_reference = "8f82678d7ef0d8529b2c83342a2ceccc04cb823c" +reference = "v0.2.0" +resolved_reference = "53f5b5ebaa9bf716d3bb13c9342db584c76cd7c6" [[package]] name = "aiohappyeyeballs" @@ -787,4 +787,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "a720a99686fb2c6298e7ad36bbd987feadb3cadaaf171a62edf9fa2660e75fb0" +content-hash = "e8aa0151ffa6413ce23acaee081a506017431e7d2cb37efde4b1a8bf71ec3162" diff --git a/scenarios/pyproject.toml b/scenarios/pyproject.toml index 0010ffc378..529cfda5d0 100644 --- a/scenarios/pyproject.toml +++ b/scenarios/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -acapy-controller = {git = "https://github.com/indicio-tech/acapy-minimal-example.git"} +acapy-controller = {git = "https://github.com/indicio-tech/acapy-minimal-example.git", tag="v0.2.0"} pytest = "^8.3.2" pytest-asyncio = "^0.23.8" pydantic = "^2.8.2"