Skip to content

fix(typegen): python type missing uuid import #1887

fix(typegen): python type missing uuid import

fix(typegen): python type missing uuid import #1887

Triggered via pull request December 11, 2025 12:02
Status Failure
Total duration 2m 34s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Test
Process completed with exit code 1.
test/index.test.ts > typegen: python: test/server/typegen.ts#L6377
Error: Snapshot `typegen: python 1` mismatched - Expected + Received @@ -1,8 +1,9 @@ "from __future__ import annotations import datetime + import uuid from typing import ( Annotated, Any, List, Literal, ❯ test/server/typegen.ts:6377:16