diff --git a/pyproject.toml b/pyproject.toml index ff4dccf33..08106fa57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,11 +60,11 @@ test-docs = [ "mistralai<2.0.0,>=1.0.3", ] anthropic = [ - "anthropic==0.42.0", + "anthropic==0.43.1", "xmltodict<0.15,>=0.13", ] groq = [ - "groq<0.14.0,>=0.4.2", + "groq>=0.4.2,<0.16.0", ] cohere = [ "cohere<6.0.0,>=5.1.8", @@ -113,7 +113,7 @@ docs = [ "material>=0.1", ] anthropic = [ - "anthropic==0.42.0", + "anthropic==0.43.1", ] test-docs = [ "fastapi<0.116.0,>=0.109.2", @@ -123,9 +123,9 @@ test-docs = [ "tabulate<1.0.0,>=0.9.0", "pydantic-extra-types<3.0.0,>=2.6.0", "litellm<2.0.0,>=1.35.31", - "anthropic==0.42.0", + "anthropic==0.43.1", "xmltodict<0.15,>=0.13", - "groq<0.14.0,>=0.4.2", + "groq>=0.4.2,<0.16.0", "phonenumbers<9.0.0,>=8.13.33", "cohere<6.0.0,>=5.1.8", "mistralai<2.0.0,>=1.0.3", diff --git a/requirements-examples.txt b/requirements-examples.txt index 6dd85cf16..df4ff0015 100644 --- a/requirements-examples.txt +++ b/requirements-examples.txt @@ -3,9 +3,9 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 -pre-commit==4.0.1 -pyright==1.1.390 +ruff==0.9.2 +pre-commit==4.1.0 +pyright==1.1.392.post0 typer cohere datasets diff --git a/requirements.txt b/requirements.txt index 8cb557661..42583f1f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 -pre-commit==4.0.1 -pyright==1.1.390 +ruff==0.9.2 +pre-commit==4.1.0 +pyright==1.1.392.post0 typer cohere \ No newline at end of file