⬆️ Upgrade dependency anthropic to v0.25.9

This commit is contained in:
renovate[bot]
2024-05-14 23:06:09 +00:00
committed by Paillat
parent 521cb5e55e
commit ced0c95d5d
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -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]]

View File

@@ -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",