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
feat: bump all SDKs to v2.0.0a4 and add dev-mode-dirs for editable installs
Regenerate all three SDKs at version 2.0.0a4:
- Main SDK: 2.0.0a3 → 2.0.0a4
- Azure SDK: 1.8.1 → 2.0.0a4
- GCP SDK: 1.8.0 → 2.0.0a4
Add dev-mode-dirs to pyproject.toml so editable installs (uv sync) correctly
expose all three source trees via the .pth file. This is needed because all
sub-packages now live under a single `mistralai` namespace — hatch can only
auto-detect one root directory without explicit configuration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments