From aed64b6aef02285c1a3c81298018edf37691b4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 21:17:19 +0000 Subject: [PATCH] chore(deps): bump the poetry group with 8 updates Updates the requirements on [openai](https://github.com/openai/openai-python), [pydantic-core](https://github.com/pydantic/pydantic-core), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [groq](https://github.com/groq/groq-python), [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs), [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 `openai` from 1.65.3 to 1.65.4 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v1.65.3...v1.65.4) Updates `pydantic-core` from 2.27.2 to 2.31.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.27.2...v2.31.1) Updates `anthropic` from 0.47.2 to 0.49.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.47.2...v0.49.0) Updates `groq` to 0.18.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.18.0) Updates `aiohappyeyeballs` from 2.4.8 to 2.5.0 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.4.8...v2.5.0) Updates `ruff` from 0.8.1 to 0.9.9 - [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.9) 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.396 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.396) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: pydantic-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: poetry - 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: aiohappyeyeballs dependency-type: direct:production update-type: version-update:semver-minor 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 | 12 ++++++------ requirements-examples.txt | 6 +++--- requirements.txt | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6326065c..73e460742 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ test-docs = [ "litellm<2.0.0,>=1.35.31", "mistralai<2.0.0,>=1.0.3", ] -anthropic = ["anthropic==0.47.2", "xmltodict<0.15,>=0.13"] -groq = ["groq<0.14.0,>=0.4.2"] +anthropic = ["anthropic==0.49.0", "xmltodict<0.15,>=0.13"] +groq = ["groq>=0.4.2,<0.19.0"] cohere = ["cohere<6.0.0,>=5.1.8"] google-generativeai = [ "google-generativeai<1.0.0,>=0.8.2", @@ -97,7 +97,7 @@ docs = [ "mkdocs-redirects<2.0.0,>=1.2.1", "material>=0.1", ] -anthropic = ["anthropic==0.47.2"] +anthropic = ["anthropic==0.49.0"] test-docs = [ "fastapi<0.116.0,>=0.109.2", "redis<6.0.0,>=5.0.1", @@ -106,9 +106,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.47.2", + "anthropic==0.49.0", "xmltodict<0.15,>=0.13", - "groq<0.14.0,>=0.4.2", + "groq>=0.4.2,<0.19.0", "phonenumbers<9.0.0,>=8.13.33", "cohere<6.0.0,>=5.1.8", "mistralai<2.0.0,>=1.0.3", @@ -130,7 +130,7 @@ vertexai = ["google-cloud-aiplatform<2.0.0,>=1.53.0", "jsonref<2.0.0,>=1.1.0"] bedrock = ["boto3<2.0.0,>=1.34.0"] mistral = ["mistralai<2.0.0,>=1.0.3"] perplexity = ["openai<2.0.0,>=1.52.0"] -groq = ["groq<0.14.0,>=0.4.2"] +groq = ["groq>=0.4.2,<0.19.0"] cohere = ["cohere<6.0.0,>=5.1.8"] cerebras_cloud_sdk = ["cerebras-cloud-sdk<2.0.0,>=1.5.0"] fireworks-ai = ["fireworks-ai<1.0.0,>=0.15.4"] diff --git a/requirements-examples.txt b/requirements-examples.txt index 6dd85cf16..6f4b22530 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.9 +pre-commit==4.1.0 +pyright==1.1.396 typer cohere datasets diff --git a/requirements.txt b/requirements.txt index 12b5e1844..1d760cac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohappyeyeballs==2.4.8 ; python_version >= "3.9" and python_version < "4.0" +aiohappyeyeballs==2.5.0 ; python_version >= "3.9" and python_version < "4.0" aiohttp==3.11.13 ; python_version >= "3.9" and python_version < "4.0" aiosignal==1.3.2 ; python_version >= "3.9" and python_version < "4.0" annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0" @@ -23,9 +23,9 @@ markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.9" and python_version < "4.0" mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0" multidict==6.1.0 ; python_version >= "3.9" and python_version < "4.0" -openai==1.65.3 ; python_version >= "3.9" and python_version < "4.0" +openai==1.65.4 ; python_version >= "3.9" and python_version < "4.0" propcache==0.3.0 ; python_version >= "3.9" and python_version < "4.0" -pydantic-core==2.27.2 ; python_version >= "3.9" and python_version < "4.0" +pydantic-core==2.31.1 ; python_version >= "3.9" and python_version < "4.0" pydantic==2.10.6 ; python_version >= "3.9" and python_version < "4.0" pygments==2.19.1 ; python_version >= "3.9" and python_version < "4.0" requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"