From cecb498c085020cd711fdd017e4e0310da490487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:45:24 +0000 Subject: [PATCH] build(deps): bump outlines from 1.3.2 to 1.3.3 Bumps [outlines](https://github.com/dottxt-ai/outlines) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/dottxt-ai/outlines/releases) - [Commits](https://github.com/dottxt-ai/outlines/compare/1.3.2...1.3.3) --- updated-dependencies: - dependency-name: outlines dependency-version: 1.3.3 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 c67b8af..4fe5d02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "huggingface-hub>=1.3.1", "datasets>=3.0,<6.0", "kagglehub>=0.3.0", - "outlines==1.3.2", + "outlines==1.3.3", "openai>=1.107.2", "anthropic>=0.75.0", "PyYAML>=6.0.1",