From 3d35f54eda6acf18b5636eedd01497872f3dcba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:10:07 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump the python-dependencies group with 6 updates Updates the requirements on [openai](https://github.com/openai/openai-python), [boto3](https://github.com/boto/boto3), [google-genai](https://github.com/googleapis/python-genai), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `openai` to 2.50.0 - [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/v2.44.0...v2.50.0) Updates `boto3` to 1.43.58 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.38...1.43.58) Updates `google-genai` to 2.14.0 - [Release notes](https://github.com/googleapis/python-genai/releases) - [Changelog](https://github.com/googleapis/python-genai/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-genai/compare/v2.10.0...v2.14.0) Updates `ruff` to 0.16.0 - [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.15.20...0.16.0) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.50.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: boto3 dependency-version: 1.43.58 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: google-genai dependency-version: 2.14.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d1b45b5..f54884f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -35,18 +35,18 @@ classifiers = [ dependencies = [] [project.optional-dependencies] -openai = ["openai>=2.44.0"] -deepseek = ["openai>=2.44.0"] -qwen = ["openai>=2.44.0"] -aws = ["boto3>=1.43.38"] -google = ["google-genai>=2.10.0"] -all = ["openai>=2.44.0", "boto3>=1.43.38", "google-genai>=2.10.0"] +openai = ["openai>=2.50.0"] +deepseek = ["openai>=2.50.0"] +qwen = ["openai>=2.50.0"] +aws = ["boto3>=1.43.58"] +google = ["google-genai>=2.14.0"] +all = ["openai>=2.50.0", "boto3>=1.43.58", "google-genai>=2.14.0"] dev = [ "pytest>=9.1.1", "pytest-cov>=7.1.0", - "ruff>=0.15.20", + "ruff>=0.16.0", "black>=26.5.1", - "mypy>=2.1.0", + "mypy>=2.3.0", ] [project.urls]