summaryrefslogtreecommitdiff
path: root/services/news-collector/src/news_collector/config.py
AgeCommit message (Collapse)Author
13 hoursfix: remove SecretStr field overrides in service subclass configsTheSiahxyz
StrategyConfig and NewsCollectorConfig redefined anthropic_api_key and finnhub_api_key as plain str, shadowing the parent SecretStr type. This caused AttributeError at runtime when .get_secret_value() was called. The fields are already inherited from Settings — no need to redeclare.
15 hoursfeat: scaffold news-collector service with BaseCollectorTheSiahxyz