From d709d9eeb8deef7252985c143fa04d9f26a3c7a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 17:04:17 +0000 Subject: [PATCH] deps: update openai requirement from <2,>=1.60 to >=1.60,<3 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/v1.60.0...v2.38.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.38.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 509536b..fa325ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "openai>=1.60,<2", + "openai>=1.60,<3", "httpx>=0.27,<1", ]