From e5a4e3255790c3d6be66f57f7bb4529a2e08d5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:52:32 +0000 Subject: [PATCH] chore(deps): update openai requirement in /learn/labs 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.38.0...v2.41.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- learn/labs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/learn/labs/requirements.txt b/learn/labs/requirements.txt index 0738730..2c50c86 100644 --- a/learn/labs/requirements.txt +++ b/learn/labs/requirements.txt @@ -1,3 +1,3 @@ # Labs — Python dependencies -openai>=2.38.0,<3.0.0 +openai>=2.41.0,<3.0.0 python-dotenv>=1.2.2,<2.0.0