From c6a2da9f741c631c0bedfe314ecfc89920d9fec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:34:34 +0000 Subject: [PATCH] chore(deps): bump openai from 2.41.0 to 2.41.1 Bumps [openai](https://github.com/openai/openai-python) from 2.41.0 to 2.41.1. - [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.41.0...v2.41.1) --- updated-dependencies: - dependency-name: openai dependency-version: 2.41.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- uv.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/uv.lock b/uv.lock index 6d3485c..2050e9a 100644 --- a/uv.lock +++ b/uv.lock @@ -177,17 +177,17 @@ requires-dist = [ { name = "backoff", specifier = ">=2.2.1" }, { name = "beautifulsoup4", marker = "extra == 'news'", specifier = ">=4.14.3" }, { name = "click", marker = "extra == 'data'", specifier = ">=8.3.2" }, - { name = "datasets", marker = "extra == 'data'", specifier = ">=5.0.0" }, + { name = "datasets", marker = "extra == 'data'", specifier = ">=4.8.4" }, { name = "e2b-code-interpreter", marker = "extra == 'code-interpreter'", specifier = ">=2.6.0" }, { name = "fastapi", extras = ["standard"], marker = "extra == 'gemini-proxy'", specifier = ">=0.135.0,<0.136.0" }, { name = "google-cloud-firestore", marker = "extra == 'gemini-proxy'", specifier = ">=2.27.0" }, { name = "google-genai", marker = "extra == 'gemini-proxy'", specifier = ">=1.73.1" }, - { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.17.3" }, + { name = "gradio", marker = "extra == 'gradio'", specifier = ">=6.12.0" }, { name = "httpx", specifier = ">=0.28.1" }, { name = "langfuse", marker = "extra == 'observability'", specifier = ">=4.3.1" }, { name = "lxml", marker = "extra == 'news'", specifier = ">=6.1.0" }, { name = "nest-asyncio", specifier = ">=1.6.0" }, - { name = "openai", specifier = ">=2.6.0" }, + { name = "openai", specifier = ">=2.41.1" }, { name = "openai-agents", specifier = ">=0.4.0" }, { name = "pandas", marker = "extra == 'data'", specifier = ">=3.0.2" }, { name = "pydantic", specifier = ">=2.11.7" }, @@ -2853,7 +2853,7 @@ wheels = [ [[package]] name = "openai" -version = "2.41.0" +version = "2.41.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, @@ -2865,9 +2865,9 @@ dependencies = [ { name = "tqdm" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/3c/a6/5815fe2e2aca74b36c650d1bd43b69827cee568073d0d2d9b6fc5aaac80c/openai-2.41.0.tar.gz", hash = "sha256:db5c362acd6604b84f076abbefa66826ea4b46ecba2954ed866e6a149a1352c0", size = 783525, upload-time = "2026-06-03T22:39:40.719Z" } +sdist = { url = "https://files.pythonhosted.org/packages/40/36/4c926a91554483977608951360c18c2e911592785eb87a6437813f6123f7/openai-2.41.1.tar.gz", hash = "sha256:23d617a0432457ad844973bee8f540be9da90894f7c5686852d2d365da058f57", size = 783584, upload-time = "2026-06-10T16:10:37.667Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/be/51/d82bb424e8aa372190c5233253a2ceb399a778747d18b42cff487411e663/openai-2.41.0-py3-none-any.whl", hash = "sha256:20cc7952e8501c7e5773dd2ef7be437bae9cb549044902e1041a83a54516e375", size = 1353378, upload-time = "2026-06-03T22:39:38.964Z" }, + { url = "https://files.pythonhosted.org/packages/20/74/925d7b3892927e9804aaf58d374a45dc28e4420ff90e992272b77286343e/openai-2.41.1-py3-none-any.whl", hash = "sha256:a939565f350cb7443cb843b801b88c716ac8024b492fb94ca269d5f6b1bbefd6", size = 1353380, upload-time = "2026-06-10T16:10:35.756Z" }, ] [[package]]