Skip to content

Commit c072a75

Browse files
committed
🚧 Use cloudcontroller with some field validators removed
didx-xyz/aries-cloudcontroller-python#249
1 parent 52efcb0 commit c072a75

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

poetry.lock

Lines changed: 3 additions & 4 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 = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "main" }
30+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "remove-validators" }
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 = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "main" }
36+
aries-cloudcontroller = { git = "https://github.com/didx-xyz/aries-cloudcontroller-python.git", branch = "remove-validators" }
3737
dependency-injector = "^4.46.0"
3838
nats-py = { git = "https://github.com/ff137/nats.py", branch = "feat-661-uuid", extras = ["nkeys", "orjson", "uuid_utils"] }
3939
tenacity = "^9.1.0"

0 commit comments

Comments
 (0)