You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv run oas-patch overlay openapi.json openapi-overlay.yaml -o /tmp/patched-spec.json
60
+
uv run openapi-python-client generate \
60
61
--path /tmp/patched-spec.json --meta none \
61
62
--config openapi-python-client-config.yaml \
62
63
--custom-template-path custom-templates \
63
64
--output-path ionq_core --overwrite
64
65
```
65
66
66
-
Both pinned versions appear in `CONTRIBUTING.md`*and*`.github/workflows/generated.yml`; `tests/test_docs_consistency.py` fails CI if you bump one without the other. Commit regenerated files in the same PR as the spec/template/overlay change that produced them.
67
+
Commit regenerated files in the same PR as the spec/template/overlay change that produced them.
0 commit comments