mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
⬆️ Upgrade dependency anthropic to v0.25.8
This commit is contained in:
8
pdm.lock
generated
8
pdm.lock
generated
@@ -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:86f3db5d3575f7149b7484e818a9fc492710fd04b14c11070db0302558c6ba9a"
|
content_hash = "sha256:b4f5d198719bb2f8a97838cc4f1b769cd84f67f1d1843038375e25514f0b1bfa"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
@@ -109,7 +109,7 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anthropic"
|
name = "anthropic"
|
||||||
version = "0.25.7"
|
version = "0.25.8"
|
||||||
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.7-py3-none-any.whl", hash = "sha256:419a276eb20cfb7ddaac03c7e28e4e12df3ace71bcf33071a68c9a03c0dfcbdd"},
|
{file = "anthropic-0.25.8-py3-none-any.whl", hash = "sha256:c7a0091916eb22a5e0012b725f5492779eedfcad2da8dc906082e1db7596a65c"},
|
||||||
{file = "anthropic-0.25.7.tar.gz", hash = "sha256:e7de4c8ba8e7e8248ad7f05ed9176634780b95b67c678d23915d8964c8a26f4e"},
|
{file = "anthropic-0.25.8.tar.gz", hash = "sha256:93f6063e96d5dbeaa172edc177762f630e55b2f81595cedb760278b95a2dd03e"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ authors = [
|
|||||||
{name = "Paillat", email = "me@paillat.dev"},
|
{name = "Paillat", email = "me@paillat.dev"},
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anthropic==0.25.7",
|
"anthropic==0.25.8",
|
||||||
"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",
|
||||||
|
|||||||
Reference in New Issue
Block a user