v1.9.7#268
Merged
Merged
Conversation
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.
Update resources/requirements.txt to bump google-genai from 2.7.0 to 2.8.0 to pick up upstream fixes and improvements.
Bump google-genai to 2.8.0
Update plugin_info/info.json pluginVersion from 1.9.6 to 1.9.7 and bump beautifulsoup4 in resources/requirements.txt from 4.14.3 to 4.15.0. Keeps plugin metadata current and pulls in the latest fixes for the dependency.
Bump TTS Cast version and update deps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates dependencies and configuration to improve compatibility and support for enterprise features. The most important changes are grouped below:
Dependency updates:
google-genaiPython package from version 2.4.0 to 2.8.0 inrequirements.txtto ensure compatibility with new features and bug fixes.beautifulsoup4from 4.14.3 to 4.15.0 inrequirements.txtfor the latest improvements and fixes.Enterprise feature support:
genai.Clientin bothgenAIandgeminiTTSfunctions inttscastd.pyto use theenterprise=Trueparameter instead ofvertexai=True, enabling enterprise-level features and support. [1] [2]Versioning:
info.jsonfrom 1.9.5 to 1.9.7 to reflect the new changes and improvements.