From e54e6c7038d69da92e8918092dd90ab9f7e6f514 Mon Sep 17 00:00:00 2001 From: DaevMithran Date: Tue, 14 Jan 2025 19:46:41 +0530 Subject: [PATCH] Update poetry lock Signed-off-by: DaevMithran --- cheqd/cheqd/anoncreds/registry.py | 1 + cheqd/cheqd/did/manager.py | 1 - cheqd/integration/tests/test_example.py | 1 - cheqd/poetry.lock | 2 +- 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cheqd/cheqd/anoncreds/registry.py b/cheqd/cheqd/anoncreds/registry.py index ac7528f2c..871abff3b 100644 --- a/cheqd/cheqd/anoncreds/registry.py +++ b/cheqd/cheqd/anoncreds/registry.py @@ -61,6 +61,7 @@ class PublishResourceResponse(BaseModel): + """Publish Resource Response.""" job_id: str did_url: str content: Union[dict, str] diff --git a/cheqd/cheqd/did/manager.py b/cheqd/cheqd/did/manager.py index 53a4a2de6..acfd0407b 100644 --- a/cheqd/cheqd/did/manager.py +++ b/cheqd/cheqd/did/manager.py @@ -16,7 +16,6 @@ from .base import ( DidUpdateRequestOptions, SubmitSignatureOptions, - PartialDIDDocumentSchema, DIDDocumentSchema, ) from .helpers import ( diff --git a/cheqd/integration/tests/test_example.py b/cheqd/integration/tests/test_example.py index 579e42170..875548888 100644 --- a/cheqd/integration/tests/test_example.py +++ b/cheqd/integration/tests/test_example.py @@ -20,7 +20,6 @@ resolve_did, save_did, save_schema, - update_did, ) ISSUER = getenv("ISSUER", "http://issuer:3001") diff --git a/cheqd/poetry.lock b/cheqd/poetry.lock index dfcaa0aa3..9189785f6 100644 --- a/cheqd/poetry.lock +++ b/cheqd/poetry.lock @@ -2693,4 +2693,4 @@ aca-py = ["acapy-agent"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3edb02cdee00f8b56874a9548866c2858d9784aede61ffb1207435869a5781fa" +content-hash = "f97bd362a540767c541e91a47250e40756614f99089333f14e4c9eaa824cecb5"