summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/cli/package.json2
-rw-r--r--packages/core/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/cli/package.json b/packages/cli/package.json
index c30a1603..0e087804 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -29,7 +29,7 @@
},
"dependencies": {
"@google/gemini-cli-core": "file:../core",
- "@google/genai": "1.9.0",
+ "@google/genai": "1.13.0",
"@iarna/toml": "^2.2.5",
"@modelcontextprotocol/sdk": "^1.15.1",
"@types/update-notifier": "^6.0.8",
diff --git a/packages/core/package.json b/packages/core/package.json
index e3fb4078..fac517fd 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -20,7 +20,7 @@
"dist"
],
"dependencies": {
- "@google/genai": "1.9.0",
+ "@google/genai": "1.13.0",
"@modelcontextprotocol/sdk": "^1.11.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/exporter-logs-otlp-grpc": "^0.52.0",