From a886ae4c20263d9b688ffcc661197c13a255df39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:30:32 +0000 Subject: [PATCH] fix(deps): update dependency anthropic to v0.125.0 --- backend/pyproject.toml | 2 +- backend/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 93b461b0..c6d6a433 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ # 明示固定する(49.0.0 が脆弱。修正版は 50.0.0) "cryptography==50.0.0", "httpx==0.28.1", - "anthropic[vertex]==0.121.0", + "anthropic[vertex]==0.125.0", "PyGithub==2.9.1", "slowapi==0.1.10", "ruff==0.16.3", diff --git a/backend/uv.lock b/backend/uv.lock index 1a962936..04a83aa5 100644 --- a/backend/uv.lock +++ b/backend/uv.lock @@ -36,7 +36,7 @@ wheels = [ [[package]] name = "anthropic" -version = "0.121.0" +version = "0.125.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -48,9 +48,9 @@ dependencies = [ { name = "sniffio" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/0f/ca/3cb2c20ee729736fbd4546d5d8b67e818288529fe70cb7a80dbf80aef70b/anthropic-0.121.0.tar.gz", hash = "sha256:e79d6e08ab3376602fc9a70d4d5ea3540817c76cf7e16658bed790834e1833d6", size = 1013292, upload-time = "2026-08-07T17:11:07.241Z" } +sdist = { url = "https://files.pythonhosted.org/packages/62/f8/6f0560884b5363848347bd640b6c1d04abc25e7aa61787a232f790c6b60a/anthropic-0.125.0.tar.gz", hash = "sha256:e0cdd336580cb7411c1cdab69f80973e9bf4bff7f8e08141811d46307d45c682", size = 1112593, upload-time = "2026-08-19T22:00:42.837Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/fa/91/b3d41643f1f639927e8c5fb02c3bd8bffe6f1f29e219b3bd4c61e267b15c/anthropic-0.121.0-py3-none-any.whl", hash = "sha256:6048713fa441e59e1cba8363171cd2a86273b25bd213e9c7ac70a523af88b011", size = 1035493, upload-time = "2026-08-07T17:11:08.508Z" }, + { url = "https://files.pythonhosted.org/packages/2f/1a/b1bd30cda3790557e8791bec5922a6ec8fabb6fa8b008c76a39cf7be6152/anthropic-0.125.0-py3-none-any.whl", hash = "sha256:3486013602eca76d8b12540764e53654f02cf4951110bca86cf06e67428a9f21", size = 1184067, upload-time = "2026-08-19T22:00:44.596Z" }, ] [package.optional-dependencies] @@ -342,7 +342,7 @@ dependencies = [ [package.metadata] requires-dist = [ { name = "alembic", specifier = "==1.19.1" }, - { name = "anthropic", extras = ["vertex"], specifier = "==0.121.0" }, + { name = "anthropic", extras = ["vertex"], specifier = "==0.125.0" }, { name = "autopep8", specifier = "==2.3.2" }, { name = "black", specifier = "==26.5.1" }, { name = "cryptography", specifier = "==50.0.0" },