- Modified the `_generate_sql_from_natural_language` helper function in `routes/sql_explorer.py` to use direct REST API calls via the `requests` library instead of the `google-generativeai` Python library. - Added `requests` and `json` imports and removed the `google-generativeai` import. - Updated error handling for API communication and response parsing. - Updated the corresponding changelog entry.