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 7c2fa8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 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 Expand Up @@ -166,9 +167,6 @@ async def register_schema(
try:
# check if schema already exists
try:
LOGGER.debug(
f"RESOLVING DID URL {f'{schema.issuer_id}?resourceName={resource_name}&resourceType={resource_type}'}"
)
existing_schema = await self.resolver.resolve_resource(
f"{schema.issuer_id}?resourceName={resource_name}&resourceType={resource_type}"
)
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 7c2fa8b

Please sign in to comment.