From ced0c95d5d9001bb00bc7f7801e2b2b32c8468c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 23:06:09 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20ant?= =?UTF-8?q?hropic=20to=20v0.25.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdm.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pdm.lock b/pdm.lock index 5f4d81e..a3531fb 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint", "win"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.1" -content_hash = "sha256:e1170c795b612e2d50ef6587edc132a4ea39d6aa1e2f4626600f59e46af63fa9" +content_hash = "sha256:822718a7a4e4ba52ec4fcc3842701f70b766689058ac63dc6323f2fb53d1a8c3" [[package]] name = "absl-py" @@ -109,7 +109,7 @@ files = [ [[package]] name = "anthropic" -version = "0.25.8" +version = "0.25.9" requires_python = ">=3.7" summary = "The official Python library for the anthropic API" groups = ["default"] @@ -123,8 +123,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "anthropic-0.25.8-py3-none-any.whl", hash = "sha256:c7a0091916eb22a5e0012b725f5492779eedfcad2da8dc906082e1db7596a65c"}, - {file = "anthropic-0.25.8.tar.gz", hash = "sha256:93f6063e96d5dbeaa172edc177762f630e55b2f81595cedb760278b95a2dd03e"}, + {file = "anthropic-0.25.9-py3-none-any.whl", hash = "sha256:d0b17d442160356a531593b237de55d3125cc6fa708f1268c214107e61c81c57"}, + {file = "anthropic-0.25.9.tar.gz", hash = "sha256:a4ec810b1cfbf3340af99b6f5bf599a83d66986e0f572a5f3bc4ebcab284f629"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index 95e81be..9ad2915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Paillat", email = "me@paillat.dev"}, ] dependencies = [ - "anthropic==0.25.8", + "anthropic==0.25.9", "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.0", "gradio==4.26.0",