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
fix(packaging): guard against missing/skewed agentex-client at ADK import
The 0.13.0 split shipped agentex-sdk and agentex-client as two distributions
sharing the agentex.* namespace, coupled only by a floor pin. A partial or
version-skewed install left agentex/lib/* present but the client surface
(agentex/types, agentex/resources) missing, crashing ADK startup with a
cryptic `cannot import name 'Event' from 'agentex.types'`.
- Verify the client surface at agentex.lib import time and raise an actionable
ImportError naming both installed versions when it is absent.
- Bump the agentex-client floor to >=0.13.0 (the first release where it ships
separately) so an old client cannot satisfy the dep. Kept floor-only: a
ceiling would exclude the co-versioned slim (release-please cannot bump it).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments