From 45f2f1258235d4a48ae5ef9ccf7f36b51978926b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:34:57 +0000 Subject: [PATCH] build(deps): bump outlines from 1.2.11 to 1.2.12 Bumps [outlines](https://github.com/dottxt-ai/outlines) from 1.2.11 to 1.2.12. - [Release notes](https://github.com/dottxt-ai/outlines/releases) - [Commits](https://github.com/dottxt-ai/outlines/compare/1.2.11...1.2.12) --- updated-dependencies: - dependency-name: outlines dependency-version: 1.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3bc0088..35b0458 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "huggingface-hub>=1.3.1", "datasets>=3.0,<5.0", "kagglehub>=0.3.0", - "outlines==1.2.11", + "outlines==1.2.12", "openai>=1.107.2", "anthropic>=0.75.0", "PyYAML>=6.0.1",