Commit 34b1d2b
chore(openfeature): pin mixpanel >=5.3.0,<6 for FallbackReason (SDK-126)
The openfeature-provider now dereferences `SelectedVariant.fallback_reason`
(added in SDK-79 / #180). The published mixpanel versions in the current
range (`>=5.1.0,<6` — v5.1.0 and v5.2.0) both predate SDK-79 and do NOT
expose that attribute; installing this provider against either raises
`AttributeError` from `_fallback_details`.
Bump the floor to `>=5.3.0` (the next unreleased minor). CI will fail
until mixpanel 5.3.0 is published with the SDK-79 changes — that failure
is the point: it forces the correct release sequencing so this wrapper
cannot ship against a base version that lacks the field it uses.
Also bump the wrapper version 0.1.0 -> 0.2.0 since fallback-reason
wrapping is a new capability surface.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent fa23251 commit 34b1d2b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments