diff --git a/pyproject.toml b/pyproject.toml index ad35244..06c77ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license-files = ["LICENSE"] requires-python = ">=3.7" dependencies = [ "openai==2.45.0", - "anthropic==0.116.0", + "anthropic==0.117.0", "httpx==0.28.1" ] diff --git a/requirements.txt b/requirements.txt index c6091ec..4a376f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ openai==2.45.0 -anthropic==0.116.0 +anthropic==0.117.0 httpx==0.28.1 \ No newline at end of file