@google/genai 2.9.0-rc.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2167,7 +2167,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
2167
2167
  const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
2168
2168
  const USER_AGENT_HEADER = 'User-Agent';
2169
2169
  const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
2170
- const SDK_VERSION = '2.9.0-rc.0'; // x-release-please-version
2170
+ const SDK_VERSION = '2.9.0'; // x-release-please-version
2171
2171
  const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2172
2172
  const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2173
2173
  const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';