From 09f9f7c7e9850aed1f59fc15a87f0fe3b9198833 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:54:23 +0000 Subject: [PATCH] chore(deps): bump anthropic from 0.77.0 to 0.79.0 Bumps [anthropic](https://github.com/anthropics/anthropic-sdk-python) from 0.77.0 to 0.79.0. - [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.77.0...v0.79.0) --- updated-dependencies: - dependency-name: anthropic dependency-version: 0.79.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1458c151..5c02c136 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -204,14 +204,14 @@ files = [ [[package]] name = "anthropic" -version = "0.77.0" +version = "0.79.0" description = "The official Python library for the anthropic API" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "anthropic-0.77.0-py3-none-any.whl", hash = "sha256:65cc83a3c82ce622d5c677d0d7706c77d29dc83958c6b10286e12fda6ffb2651"}, - {file = "anthropic-0.77.0.tar.gz", hash = "sha256:ce36efeb80cb1e25430a88440dc0f9aa5c87f10d080ab70a1bdfd5c2c5fbedb4"}, + {file = "anthropic-0.79.0-py3-none-any.whl", hash = "sha256:04cbd473b6bbda4ca2e41dd670fe2f829a911530f01697d0a1e37321eb75f3cf"}, + {file = "anthropic-0.79.0.tar.gz", hash = "sha256:8707aafb3b1176ed6c13e2b1c9fb3efddce90d17aee5d8b83a86c70dcdcca871"}, ] [package.dependencies] @@ -4095,4 +4095,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ca5ed829cffdd2eb46bf84ec3b40cadc7433c4a55f958441fc263f3f97011ea6" +content-hash = "af1ceb850c55a82c29a8509527ae33cd2ec6187ab98db5cbee0a944b8c43875f" diff --git a/pyproject.toml b/pyproject.toml index e0d6be58..02f8a9d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ tarts = "^0.20.1" editorconfig = "^0.17.0" tkextrafont = { version = "^0.6.3", platform = "win32" } ptyprocess = { version = "^0.7.0", platform = "linux" } -anthropic = "^0.77.0" +anthropic = ">=0.77,<0.80" tree-sitter = "^0.25.2" tree-sitter-language-pack = "^0.13.0"