From db5c9b0d0fefc1b001ae8f0d89c5d6a04d2b0bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:41:11 +0000 Subject: [PATCH] deps: update anthropic requirement from >=1.0.0 to >=1.2.0 Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python) to permit the latest version. - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7ba2c1..6fd4671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ api = [ "psycopg[binary]>=3.1", "pgvector>=0.2", ] -llm = ["anthropic>=1.0.0"] -agent = ["glia>=0.8", "anthropic>=1.0.0"] # glia-агент (LLM-режим), см. agent.glia_agent +llm = ["anthropic>=1.2.0"] +agent = ["glia>=0.8", "anthropic>=1.2.0"] # glia-агент (LLM-режим), см. agent.glia_agent desktop = ["pywebview>=6.2.1"] eval = ["ragas>=0.4.3"] dev = ["pytest>=9.1.1", "ruff>=0.16.5"]