Commit 6634a88
fix(packaging): bump agentex-client floor and smoke-test wheel install
Harden the 0.13.0 split (agentex-sdk + agentex-client share the agentex.*
namespace) against the partial-install break:
- Bump the agentex-client floor to >=0.13.0 (first release where it ships
separately) so an old client can't satisfy the dep. Kept floor-only: a
ceiling would exclude the co-versioned slim (release-please can't bump it).
- Add scripts/check-wheel-install (wired into the build CI job): builds both
wheels, installs them together into a fresh venv, and imports agentex.lib.adk
plus the agentex.types/resources client surface — catching a wheel that ships
an incomplete agentex.* namespace (the "files didn't land" failure).
Drops the earlier import-time guard: it ran in agentex/lib, so it was bypassed
whenever the client surface was actually missing — `import agentex` fails in the
client's own __init__ (it eagerly imports types/resources) before agentex.lib
runs. The CI smoke catches that case at the layer that can: the build.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 23858df commit 6634a88
3 files changed
Lines changed: 31 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments