Skip to content

Commit

Permalink
Update poetry lock
Browse files Browse the repository at this point in the history
Signed-off-by: DaevMithran <[email protected]>
  • Loading branch information
DaevMithran committed Jan 14, 2025
1 parent 0115f1e commit e54e6c7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions cheqd/cheqd/anoncreds/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@


class PublishResourceResponse(BaseModel):
"""Publish Resource Response."""
job_id: str
did_url: str
content: Union[dict, str]
Expand Down
1 change: 0 additions & 1 deletion cheqd/cheqd/did/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from .base import (
DidUpdateRequestOptions,
SubmitSignatureOptions,
PartialDIDDocumentSchema,
DIDDocumentSchema,
)
from .helpers import (
Expand Down
1 change: 0 additions & 1 deletion cheqd/integration/tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
resolve_did,
save_did,
save_schema,
update_did,
)

ISSUER = getenv("ISSUER", "http://issuer:3001")
Expand Down
2 changes: 1 addition & 1 deletion cheqd/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e54e6c7

Please sign in to comment.