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: v0.2.0 — use canonical field names with backwards compat
Rename EVOpportunity model fields to match canonical API names:
- ev_percent → ev_percentage
- true_probability → fair_probability
- devig_book → sharp_book
- kelly_fraction → kelly_percent
Uses Pydantic AliasChoices so the SDK accepts both old and new field
names from API responses, maintaining full backwards compatibility.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments