⬆️ Upgrade dependency anthropic to v0.31.1

This commit is contained in:
renovate[bot]
2024-07-15 17:36:55 +00:00
committed by Paillat
parent baa4c5f238
commit b617be0286
2 changed files with 5 additions and 5 deletions

8
pdm.lock generated
View File

@@ -5,7 +5,7 @@
groups = ["default", "lint"] groups = ["default", "lint"]
strategy = ["cross_platform", "inherit_metadata"] strategy = ["cross_platform", "inherit_metadata"]
lock_version = "4.4.2" lock_version = "4.4.2"
content_hash = "sha256:42a2d07b3b52392a040d23b8a09003ed62416212019b3ab8b733c23c7dda6c03" content_hash = "sha256:88bb7277f35c7347b1fce63a365f4a52df67da8cd28638908a2f250deba9b15d"
[[package]] [[package]]
name = "absl-py" name = "absl-py"
@@ -109,7 +109,7 @@ files = [
[[package]] [[package]]
name = "anthropic" name = "anthropic"
version = "0.31.0" version = "0.31.1"
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"]
@@ -124,8 +124,8 @@ dependencies = [
"typing-extensions<5,>=4.7", "typing-extensions<5,>=4.7",
] ]
files = [ files = [
{file = "anthropic-0.31.0-py3-none-any.whl", hash = "sha256:77f7a428e1723b79a571c2427ae885d9257c68f700726dff7ce684c3972d6598"}, {file = "anthropic-0.31.1-py3-none-any.whl", hash = "sha256:d18809cbdecee2296f418e30beb2d0a8ecc225c065a1494cb02348af48794ff8"},
{file = "anthropic-0.31.0.tar.gz", hash = "sha256:14f8f65231859a65ec9aacbbea070e412c8bd41a5d3f36793dac4292c3c78d3a"}, {file = "anthropic-0.31.1.tar.gz", hash = "sha256:d2248dfc15f7fc7823ac0bb9d48e73429e9b1ed8327ac66839d00cdb2f29d3cb"},
] ]
[[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.31.0", "anthropic==0.31.1",
"google-api-python-client==2.48.0", "google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.1", "google-auth-oauthlib==1.2.1",
"gradio==4.38.1", "gradio==4.38.1",