From 9fe0e2a40557435a72804b7605a961d257fa3259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:32:18 +0000 Subject: [PATCH] chore(deps): bump the poetry group across 1 directory with 5 updates Updates the requirements on [anthropic](https://github.com/anthropics/anthropic-sdk-python), [groq](https://github.com/groq/groq-python), [ruff](https://github.com/astral-sh/ruff), [pre-commit](https://github.com/pre-commit/pre-commit) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version. Updates `anthropic` from 0.42.0 to 0.44.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.42.0...v0.44.0) Updates `groq` to 0.15.0 - [Release notes](https://github.com/groq/groq-python/releases) - [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/groq/groq-python/compare/v0.4.2...v0.15.0) Updates `ruff` from 0.8.1 to 0.9.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.9.2) Updates `pre-commit` from 4.0.1 to 4.1.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.0.1...v4.1.0) Updates `pyright` from 1.1.390 to 1.1.392.post0 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.392.post0) --- updated-dependencies: - dependency-name: anthropic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: groq dependency-type: direct:production dependency-group: poetry - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- requirements-examples.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff4dccf33..37b2d2c64 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.44.0", "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.44.0", ] 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.44.0", "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