From c3ae46ca663f2fe26c0e62143157914c317c484b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 28 Aug 2026 01:54:18 +0000 Subject: [PATCH] fix(deps): update all dependencies --- .github/workflows/block_major_releases.yml | 2 +- .github/workflows/google-contributor-stale.yml | 2 +- .github/workflows/mypy.yml | 4 ++-- .github/workflows/stale.yml | 2 +- .kokoro/docker/docs/Dockerfile | 2 +- pypi/google_cloud_agentplatform/pyproject.toml | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/block_major_releases.yml b/.github/workflows/block_major_releases.yml index f4069233c8..faa1aef0c6 100644 --- a/.github/workflows/block_major_releases.yml +++ b/.github/workflows/block_major_releases.yml @@ -32,7 +32,7 @@ jobs: pull-requests: read steps: - name: Enforce Multiple Approvals for Major Releases - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const prTitle = context.payload.pull_request.title; diff --git a/.github/workflows/google-contributor-stale.yml b/.github/workflows/google-contributor-stale.yml index 62e81a4e51..819cc12bd0 100644 --- a/.github/workflows/google-contributor-stale.yml +++ b/.github/workflows/google-contributor-stale.yml @@ -28,7 +28,7 @@ jobs: issues: write steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} any-of-labels: "google-contributor" diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 04988b99f2..322b255c96 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -32,10 +32,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d91cd26c95..d01dbbb5c9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -28,7 +28,7 @@ jobs: issues: write steps: - - uses: actions/stale@v10 + - uses: actions/stale@v11 with: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-issue-stale: 7 diff --git a/.kokoro/docker/docs/Dockerfile b/.kokoro/docker/docs/Dockerfile index a3668cbb93..43d02cc02d 100644 --- a/.kokoro/docker/docs/Dockerfile +++ b/.kokoro/docker/docs/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ubuntu:22.04 +from ubuntu:26.04 ENV DEBIAN_FRONTEND noninteractive diff --git a/pypi/google_cloud_agentplatform/pyproject.toml b/pypi/google_cloud_agentplatform/pyproject.toml index 57257aeb3a..3c5eddc79e 100644 --- a/pypi/google_cloud_agentplatform/pyproject.toml +++ b/pypi/google_cloud_agentplatform/pyproject.toml @@ -61,7 +61,7 @@ langchain = [ "langchain >= 1.0.0, < 2.0.0", "langchain-classic", "langchain-core >= 1.0.0, < 2.0.0", - "langchain-google-genai >= 4.0.0, < 4.2.3", + "langchain-google-genai >=4.3.7, <4.4.0", "langgraph >= 1.0.0, < 2.0.0", "openinference-instrumentation-langchain >= 0.1.19, < 0.2", ] @@ -74,7 +74,7 @@ llama_index = [ "google-cloud-agentplatform[agent_engines]", "llama-index", "llama-index-llms-google-genai", - "openinference-instrumentation-llama-index >= 3.0, < 4.0", + "openinference-instrumentation-llama-index >=4.4, <4.5", ] evaluation = [ "pandas >= 1.0.0", @@ -83,7 +83,7 @@ evaluation = [ # Lower bound: CVE-2026-35030 plus 4 follow-on advisories patched in # 1.83.7. Upper bound for stable interface only. "litellm >= 1.83.7, < 1.86.0; python_version < '3.14'", - "litellm >= 1.93.0, < 1.97.0; python_version >= '3.14'", + "litellm >=1.98.0, <1.99.0; python_version >= '3.14'", "google-cloud-storage >= 1.32.0, < 4.0.0", ] bigquery = [