We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c22d0 commit 9144489Copy full SHA for 9144489
catalyst-python/src/catalyst_python/signed_doc.py
@@ -301,6 +301,9 @@ def __create_metadata(
301
template: DocumentRef | None = None,
302
parameters: list[DocumentRef] | None = None,
303
) -> dict[str, Any]:
304
+ if doc_id is None and doc_ver is None:
305
+ doc_id = uuid_v7()
306
+ doc_ver = doc_id
307
if doc_id is None:
308
doc_id = uuid_v7()
309
if doc_ver is None:
0 commit comments