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
DuckDB thread-safety — DuckDBStore now uses threading.Lock on all connection methods. get_store() uses double-checked locking. Fixes segfault/deadlock when multiple threads share the singleton (e.g. MCP server dispatching requests to different threads)
NA weekly parser — _parse_date accepts weekly format '09 - 13/02/2026' (CEPEA weekly average). Weekly records marked with anomalies=["media_semanal"]. Previously silently discarded with parse_row_failed warning
ANDA year detection — fetch_entregas_pdf now returns tuple[bytes, int] with ano_real extracted from link text (not upload URL). Fixes fetching 2025 data when URL contains "2026"