fix: Add google-generativeai legacy SDK for nordabiz_chat.py
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions

nordabiz_chat.py uses `import google.generativeai` which requires
google-generativeai package (not google-genai).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-02-02 07:58:25 +01:00
parent 72273dc500
commit 3618c1f49a

View File

@ -14,8 +14,9 @@ Flask-Limiter==3.5.0
SQLAlchemy==2.0.23
psycopg2-binary==2.9.9
# Google Gemini AI (new SDK with thinking mode support)
google-genai>=1.0.0
# Google Gemini AI
google-genai>=1.0.0 # New SDK with thinking mode
google-generativeai>=0.8.0 # Legacy SDK (used by nordabiz_chat.py)
# Google Maps/Places API
googlemaps==4.10.0