mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 01:06:19 +00:00
⬆️ Upgrade dependency anthropic to v0.31.1
This commit is contained in:
8
pdm.lock
generated
8
pdm.lock
generated
@@ -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]]
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user