fix(cache): period=None 시 AttributeError 수정
start/end 날짜 범위로 history()를 호출할 때 period=None을 전달하면 _normalize_period_to_days()에서 None.lower()가 호출되어 AttributeError: 'NoneType' object has no attribute 'lower' 발생. - _normalize_period_to_days(): None 가드 추가, str() 래핑으로 안전 처리 - get(): period=None이면 즉시 None 반환 - store(): period=None이면 즉시 반환 (date-range 요청은 피클 캐시 생략) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
d18976d4aa
commit
9fae52e7dc
Loading…
Reference in New Issue