From a83230162f2c7776a8cd56d7fad27659f0531b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:18:25 +0000 Subject: [PATCH] chore(deps)(deps-dev): update openai requirement 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...v3.0.0) --- updated-dependencies: - dependency-name: openai dependency-version: 3.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca2a289..9dbd3cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ rust = [ full = ["admina-framework[proxy,nlp,telemetry]"] # Model-adapter provider SDKs — each adapter lazy-imports its SDK, so the # extra only controls whether the provider wheel is present. -openai = ["openai>=1.0,<3"] +openai = ["openai>=1.0,<4"] ollama = ["ollama>=0.3,<1"] anthropic = ["anthropic>=0.39,<1"] mistral = ["mistralai>=1.0,<3"]