From 7a58b9f3a13841c119003b52a9220e89a66a3f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:44:33 +0000 Subject: [PATCH] build(deps): bump outlines from 1.2.10 to 1.2.11 Bumps [outlines](https://github.com/dottxt-ai/outlines) from 1.2.10 to 1.2.11. - [Release notes](https://github.com/dottxt-ai/outlines/releases) - [Commits](https://github.com/dottxt-ai/outlines/compare/1.2.10...1.2.11) --- updated-dependencies: - dependency-name: outlines dependency-version: 1.2.11 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 42a965f..212ca73 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.10", + "outlines==1.2.11", "openai>=1.107.2", "anthropic>=0.75.0", "PyYAML>=6.0.1",