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: update routing wrapper type signatures to match protocol changes
Update RoutingWrapper to use correct type signatures:
- Change keys parameters from list[str] to Sequence[str] (per #119)
- Change put_many ttl from Sequence to single SupportsFloat (per #121)
- Update test cases to match new put_many signature
All 11 routing wrapper tests pass successfully.
Co-authored-by: William Easton <strawgate@users.noreply.github.com>
0 commit comments