From 14fc6fadfc9fda2fc1ade5af8ec96b80dc8af121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:44:48 +0000 Subject: [PATCH] chore(deps): update openai requirement from >=2.48.0 to >=2.49.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/v2.48.0...v2.49.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.49.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 72c6dc4..5692609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ # Imported directly by hate_crack/llm.py; declared explicitly rather than # relying on atomic-agents pulling them in transitively. "instructor>=1.14.5", - "openai>=2.48.0", + "openai>=2.49.0", "pydantic>=2.13.4", ]