Commit 75e5e65
committed
fix(deps): require openai-codex>=0.1.0b3 so the codex extra installs on glibc Linux
openai-codex 0.1.0b2 pins openai-codex-cli-bin 0.132.0, which ships no
manylinux wheels and made 'uv sync --all-extras' fail on ubuntu CI runners.
b3 pins 0.137.0a4 (full wheel matrix). Add uv required-environments for
macOS arm64 + Linux x86_64 so resolution can never regress to a version
missing those platforms, and a per-package pre-release constraint marker
for the pinned CLI binary.1 parent fe49d5d commit 75e5e65
2 files changed
Lines changed: 36 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
33 | | - | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
50 | 63 | | |
51 | 64 | | |
52 | 65 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments