Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion money-machine/src-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ccxt>=4.5.53
pandas>=2.0.0
numpy>=2.4.4
aiohttp>=3.9.0
google-generativeai>=0.3.0
google-generativeai>=0.8.6
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Dependency is archived — no future security patches

The PR description itself notes that google-generativeai v0.8.6 is the final release, marked "Archived," with a warning added on import. The package repository was moved to google-gemini/deprecated-generative-ai-python. This means it will receive no further bug fixes or security updates.

Both engine/signal_generator.py and skills/skill_executor.py use google.generativeai with the legacy genai.configure() / genai.GenerativeModel() API. The replacement is the google-genai package (google.genai) with its new client-based API. Accepting this bump is reasonable as a short-term measure, but the codebase should plan migration to google-genai before any security advisory affects the archived library.

Fix in Conductor

pyyaml>=6.0.3
python-dotenv>=1.2.2
# IPC auth token storage (optional; falls back to env var when missing).
Expand Down
Loading