Skip to content

Commit 0ab9550

Browse files
cdoernclaude
andauthored
fix(ci): regenerate uv.lock for ogx-client 1.2.0 on release-1.2.x (#6300)
## Summary `pyproject.toml` on `release-1.2.x` pins `ogx-client==1.2.0`, but the committed `uv.lock` still resolved `ogx-client` **1.1.3** (and carried a stale `>=1.1.3` specifier). The pre-commit **uv-lock** check regenerates the lock and diffs it, so it failed on the branch — this is the pre-commit failure seen on the `--insecure` backport (#6293). ## Change Regenerate `uv.lock` to match `pyproject.toml`: - `ogx-client` 1.1.3 → 1.2.0 - drop the no-longer-required `pyaml` transitive dependency No source changes; lockfile only. ## Test plan ``` uv lock pre-commit run uv-lock --files uv.lock # Passed ``` Separate from the build-job failures on #6293, which are addressed by the `install-ogx-client` in-repo generation fix (#6297, being backported to `release-1.2.x`). 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Signed-off-by: Charlie Doern <cdoern@redhat.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7636f1e commit 0ab9550

2 files changed

Lines changed: 51 additions & 73 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,10 @@ jobs:
230230
path: client-sdks/openapi
231231
type: openapi-sdk
232232
registry: pypi
233-
# TEMPORARY: ogx-client-typescript disabled until external repo has release-1.2.x branch
234-
# - package: ogx-client-typescript
235-
# repo: ogx-ai/ogx-client-typescript
236-
# type: external
237-
# registry: npm
233+
- package: ogx-client-typescript
234+
repo: ogx-ai/ogx-client-typescript
235+
type: external
236+
registry: npm
238237

239238
steps:
240239
# Skip check for package selection

uv.lock

Lines changed: 47 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)