From 413159cb5d690146f69386b4028282ab74dabc62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 10:33:56 +0000 Subject: [PATCH] deps: update anthropic requirement from >=0.40 to >=1.0.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/v0.40.0...v1.0.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 1.0.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 7c730ed..d988330 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,8 @@ api = [ "psycopg[binary]>=3.1", "pgvector>=0.2", ] -llm = ["anthropic>=0.40"] -agent = ["glia>=0.8", "anthropic>=0.40"] # glia-агент (LLM-режим), см. agent.glia_agent +llm = ["anthropic>=1.0.0"] +agent = ["glia>=0.8", "anthropic>=1.0.0"] # glia-агент (LLM-режим), см. agent.glia_agent desktop = ["pywebview>=6.2.1"] eval = ["ragas>=0.4.3"] dev = ["pytest>=9.1.1", "ruff>=0.16.4"]