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
- Add store extras ([memory], [disk]) to all dependency files
- Fix hatch build configuration in pyproject.toml files
- Update TTLClampWrapper to require both min_ttl and max_ttl
- Update StatisticsWrapper API to use new nested structure
- Update DiskStore parameter from root_directory to directory
- Update RetryWrapper parameter from base_delay to initial_delay
- Update PassthroughCacheWrapper parameters to primary_key_value/cache_key_value
- Update FernetEncryptionWrapper to use fernet instance instead of key
- Update FallbackWrapper parameters to primary_key_value/fallback_key_value
- Update LimitSizeWrapper parameter from max_size_bytes to max_size
- Move StatisticsWrapper to top of stack in trading_data for better tracking
- Add raise_on_decryption_error=False for graceful encryption failures
All tests passing: chat_app (7/7), trading_data (9/9), web_scraper_cache (13/13)
Co-authored-by: William Easton <strawgate@users.noreply.github.com>
0 commit comments