From 0469ac54ecc453384bef53b3442707aa3ca48810 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 02:32:50 +0000 Subject: [PATCH] Update dependency google-genai to v2.23.0 --- docs-requirements.txt | 2 +- .../examples/manual/requirements.txt | 2 +- .../examples/zero-code/requirements.txt | 2 +- .../tests/requirements.latest.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-requirements.txt b/docs-requirements.txt index d4fb26a08..278809737 100644 --- a/docs-requirements.txt +++ b/docs-requirements.txt @@ -11,7 +11,7 @@ agno>=2.9.0 anthropic>=1.5.0 boto3>=1.43.92 claude-agent-sdk>=0.2.152 -google-genai>=2.22.0 +google-genai>=2.23.0 langchain>=1.4.0 llama-index-core>=0.14.24 openai>=2.54.0 diff --git a/instrumentation/opentelemetry-instrumentation-google-genai/examples/manual/requirements.txt b/instrumentation/opentelemetry-instrumentation-google-genai/examples/manual/requirements.txt index 94987ec22..2bbae58ab 100644 --- a/instrumentation/opentelemetry-instrumentation-google-genai/examples/manual/requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-google-genai/examples/manual/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -google-genai~=2.22.0 +google-genai~=2.23.0 opentelemetry-api~=1.43.0 opentelemetry-sdk~=1.43.0 opentelemetry-exporter-otlp-proto-grpc~=1.43.0 diff --git a/instrumentation/opentelemetry-instrumentation-google-genai/examples/zero-code/requirements.txt b/instrumentation/opentelemetry-instrumentation-google-genai/examples/zero-code/requirements.txt index 93c5b3cba..88f1ea807 100644 --- a/instrumentation/opentelemetry-instrumentation-google-genai/examples/zero-code/requirements.txt +++ b/instrumentation/opentelemetry-instrumentation-google-genai/examples/zero-code/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -google-genai~=2.22.0 +google-genai~=2.23.0 opentelemetry-api~=1.43.0 opentelemetry-sdk~=1.43.0 opentelemetry-exporter-otlp-proto-grpc~=1.43.0 diff --git a/instrumentation/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt b/instrumentation/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt index 69aab59db..1bd45e3fe 100644 --- a/instrumentation/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt +++ b/instrumentation/opentelemetry-instrumentation-google-genai/tests/requirements.latest.txt @@ -37,7 +37,7 @@ # This variant of the requirements aims to test the system using # the newest supported version of external dependencies. -google-genai==2.22.0 +google-genai==2.23.0 # Install locally from the folder. This path is relative to the # root directory, given invocation from "tox" at root level.