From e6b62f1c3b2d9b5e3085a88ae79592c4a5de562c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:23:46 +0000 Subject: [PATCH] chore(deps): update openai requirement Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version. - [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.45.0...v3.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49568cf..271a593 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", "Typing :: Typed", ] -dependencies = ["openai>=2.45.0,<3.0.0"] +dependencies = ["openai>=2.45.0,<4.0.0"] [project.urls] Homepage = "https://www.cometapi.com"