Skip to content

Commit 8168468

Browse files
committed
🚧 Test latest cloudcontroller
didx-xyz/aries-cloudcontroller-python#246
1 parent d770397 commit 8168468

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

poetry.lock

Lines changed: 20 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ uvloop = "^0.21.0"
2727
[tool.poetry.group.app.dependencies]
2828
aiohttp = "~3.11.7"
2929
aiocache = "~0.12.0"
30-
aries-cloudcontroller = "==1.3.0rc1.post20250417"
30+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "release-1.3.0-20250505" }
3131
base58 = "~2.1.1"
3232
pyjwt = "~2.10.0"
3333
uuid_utils = "^0.10.0"
3434

3535
[tool.poetry.group.endorser.dependencies]
36-
aries-cloudcontroller = "==1.3.0rc1.post20250417"
36+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "release-1.3.0-20250505" }
3737
dependency-injector = "^4.46.0"
3838
nats-py = { extras = ["nkeys"], version = "^2.10.0" }
3939
tenacity = "^9.1.0"

0 commit comments

Comments
 (0)