From ccf5b4d832a14711b201805faba285d93b865de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 08:05:53 +0000 Subject: [PATCH] Update openai requirement from <2.0,>=1.0 to >=1.0,<3.0 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.0.0...v2.28.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d621c0b..4a16886 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ gunicorn>=22.0,<23.0 # Utilities qrcode[pil]>=7.4,<8.0 -openai>=1.0,<2.0 +openai>=1.0,<3.0 xrpl-py>=4.0,<5.0 stripe>=11.0,<12.0 cryptography>=44.0,<46.0