Commit 0ab9550
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
238 | 237 | | |
239 | 238 | | |
240 | 239 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments