From b617be02869e1bdba1425bc290102674bc9c6484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:36:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20ant?= =?UTF-8?q?hropic=20to=20v0.31.1?= 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 e0bf250..b41eac4 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "lint"] strategy = ["cross_platform", "inherit_metadata"] lock_version = "4.4.2" -content_hash = "sha256:42a2d07b3b52392a040d23b8a09003ed62416212019b3ab8b733c23c7dda6c03" +content_hash = "sha256:88bb7277f35c7347b1fce63a365f4a52df67da8cd28638908a2f250deba9b15d" [[package]] name = "absl-py" @@ -109,7 +109,7 @@ files = [ [[package]] name = "anthropic" -version = "0.31.0" +version = "0.31.1" requires_python = ">=3.7" summary = "The official Python library for the anthropic API" groups = ["default"] @@ -124,8 +124,8 @@ dependencies = [ "typing-extensions<5,>=4.7", ] files = [ - {file = "anthropic-0.31.0-py3-none-any.whl", hash = "sha256:77f7a428e1723b79a571c2427ae885d9257c68f700726dff7ce684c3972d6598"}, - {file = "anthropic-0.31.0.tar.gz", hash = "sha256:14f8f65231859a65ec9aacbbea070e412c8bd41a5d3f36793dac4292c3c78d3a"}, + {file = "anthropic-0.31.1-py3-none-any.whl", hash = "sha256:d18809cbdecee2296f418e30beb2d0a8ecc225c065a1494cb02348af48794ff8"}, + {file = "anthropic-0.31.1.tar.gz", hash = "sha256:d2248dfc15f7fc7823ac0bb9d48e73429e9b1ed8327ac66839d00cdb2f29d3cb"}, ] [[package]] diff --git a/pyproject.toml b/pyproject.toml index e38bb13..b3cfe22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = [ {name = "Paillat", email = "me@paillat.dev"}, ] dependencies = [ - "anthropic==0.31.0", + "anthropic==0.31.1", "google-api-python-client==2.48.0", "google-auth-oauthlib==1.2.1", "gradio==4.38.1",