⬆️ Upgrade dependency anthropic to v0.25.7

This commit is contained in:
renovate[bot]
2024-05-03 06:35:01 +00:00
committed by Paillat
parent a9ab813589
commit c754e22ba0
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint", "win"] groups = ["default", "lint", "win"]
strategy = ["cross_platform", "inherit_metadata"] strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.1" lock_version = "4.4.1"
content_hash = "sha256:b138620e49a248efc207b3a8536ef7d193ff4a5ed380944c1d81aa3edf31239b" content_hash = "sha256:d25416d698b5d90fd3423ecbf195bf91425c7032598d4fc0684994d7e6765db2"
[[package]] [[package]]
name = "absl-py" name = "absl-py"
@@ -109,7 +109,7 @@ files = [
[[package]] [[package]]
name = "anthropic" name = "anthropic"
version = "0.25.6" version = "0.25.7"
requires_python = ">=3.7" requires_python = ">=3.7"
summary = "The official Python library for the anthropic API" summary = "The official Python library for the anthropic API"
groups = ["default"] groups = ["default"]
@@ -123,8 +123,8 @@ dependencies = [
"typing-extensions<5,>=4.7", "typing-extensions<5,>=4.7",
] ]
files = [ files = [
{file = "anthropic-0.25.6-py3-none-any.whl", hash = "sha256:c4736402953c99b643ac452306ff0d33bdd2368a793d5c61fdcecd3331a0a103"}, {file = "anthropic-0.25.7-py3-none-any.whl", hash = "sha256:419a276eb20cfb7ddaac03c7e28e4e12df3ace71bcf33071a68c9a03c0dfcbdd"},
{file = "anthropic-0.25.6.tar.gz", hash = "sha256:4c93ed9bd8fd5774992314b66de7e90fdefb39fbf6fd641d31d7e6046145122b"}, {file = "anthropic-0.25.7.tar.gz", hash = "sha256:e7de4c8ba8e7e8248ad7f05ed9176634780b95b67c678d23915d8964c8a26f4e"},
] ]
[[package]] [[package]]

View File

@@ -6,7 +6,7 @@ authors = [
{name = "Paillat", email = "me@paillat.dev"}, {name = "Paillat", email = "me@paillat.dev"},
] ]
dependencies = [ dependencies = [
"anthropic==0.25.6", "anthropic==0.25.7",
"google-api-python-client==2.48.0", "google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.0", "google-auth-oauthlib==1.2.0",
"gradio==4.26.0", "gradio==4.26.0",