diff --git a/pyproject.toml b/pyproject.toml index 5535eb4..ad35244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.7" dependencies = [ - "openai==2.44.0", + "openai==2.45.0", "anthropic==0.116.0", "httpx==0.28.1" ] diff --git a/requirements.txt b/requirements.txt index 027ebe9..c6091ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -openai==2.44.0 +openai==2.45.0 anthropic==0.116.0 httpx==0.28.1 \ No newline at end of file