Skip to content

Commit b3053af

Browse files
committed
🚧 Test cloudcontroller with rrid2crid int fix
didx-xyz/aries-cloudcontroller-python#241
1 parent f9d77e8 commit b3053af

File tree

4 files changed

+26
-16
lines changed

4 files changed

+26
-16
lines changed

app/poetry.lock

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ python = "~3.12.8"
1313

1414
aiohttp = "~3.11.7"
1515
aiocache = "~0.12.0"
16-
aries-cloudcontroller = "==1.2.1.post20250228"
16+
# aries-cloudcontroller = "==1.2.1.post20250228"
17+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "fix-PublishRevocationsResultSchemaAnoncreds" }
1718
base58 = "~2.1.1"
1819
fastapi = "~0.115.10"
1920
httpx = "~0.28.0"

endorser/poetry.lock

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

endorser/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ package-mode = false
1111
[tool.poetry.dependencies]
1212
python = "~3.12.8"
1313

14-
aries-cloudcontroller = "==1.2.1.post20250228"
14+
# aries-cloudcontroller = "==1.2.1.post20250228"
15+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "fix-PublishRevocationsResultSchemaAnoncreds" }
1516
dependency-injector = "^4.46.0"
1617
fastapi = "~0.115.10"
1718
httpx = "~0.28.0"

0 commit comments

Comments
 (0)