From a28d3322291da723a86dc275a5be5d93f388791c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:33:09 +0000 Subject: [PATCH] Update openai requirement from <2.0,>=1.0 to >=2.32.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.32.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.32.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 f28f090..1fcbe89 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>=2.32.0,<3.0 xrpl-py>=4.0,<5.0 stripe>=11.0,<12.0 cryptography>=44.0,<46.0