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
Describe the bug
A clear and concise description of what the bug is.
when I running "poetry run python src/main.py --ticker AAPL,MSFT,NVDA"
there is a bug: ai-hedge-fund\src\data\cache.py", line 11, in Cache
def _merge_data(self, existing: list[dict] | None, new_data: list[dict], key_field: str) -> list[dict]:
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType'ai-hedge-fund\src\data\cache.py", line 11, in Cache
def _merge_data(self, existing: list[dict] | None, new_data: list[dict], key_field: str) -> list[dict]:
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType' Screenshot
Add a screenshot of the bug to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
when I running "poetry run python src/main.py --ticker AAPL,MSFT,NVDA"
there is a bug: ai-hedge-fund\src\data\cache.py", line 11, in Cache
def _merge_data(self, existing: list[dict] | None, new_data: list[dict], key_field: str) -> list[dict]:
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType'ai-hedge-fund\src\data\cache.py", line 11, in Cache
def _merge_data(self, existing: list[dict] | None, new_data: list[dict], key_field: str) -> list[dict]:
TypeError: unsupported operand type(s) for |: 'types.GenericAlias' and 'NoneType'
Screenshot
Add a screenshot of the bug to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: