Skip to content

v1.9.6#265

Merged
TiTidom-RC merged 2 commits into
betafrom
dev
Jun 5, 2026
Merged

v1.9.6#265
TiTidom-RC merged 2 commits into
betafrom
dev

Conversation

@TiTidom-RC

Copy link
Copy Markdown
Owner

This pull request updates the TTS Cast plugin to improve compatibility with Google's AI services and update dependencies. The most important changes include switching the genai.Client initialization to use the enterprise parameter, and updating the google-genai dependency for better support.

Dependency and compatibility updates:

  • Updated google-genai dependency from version 2.4.0 to 2.7.0 in requirements.txt to ensure compatibility with recent API changes.
  • Changed initialization of genai.Client in both genAI and geminiTTS functions to use enterprise=True instead of vertexai=True, aligning with the new client configuration requirements in the updated library. (resources/ttscastd/ttscastd.py) [1] [2]

Version bump:

  • Updated the plugin version from 1.9.5 to 1.9.6 in plugin_info/info.json to reflect these changes.

Update plugin_info/info.json to pluginVersion 1.9.6. Bump google-genai in resources/requirements.txt from 2.4.0 to 2.7.0. Adjust resources/ttscastd/ttscastd.py to initialize genai.Client with enterprise=True instead of vertexai=True to match the updated SDK/usage.
Replace vertexai=True with enterprise=True when creating the genai.Client with service account credentials. This switches the client to enterprise mode while preserving project, location and HTTP timeout settings, likely to enable enterprise API usage instead of Vertex AI.
@TiTidom-RC TiTidom-RC merged commit 5eac158 into beta Jun 5, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant