From cbec26835d0de76e199d1913cddd95e3ef410ee9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 13 Sep 2026 10:33:13 +0200 Subject: [PATCH] release v2.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The T-6 wiring fix reaches production: the sanitized client is in the request path for the first time — null-content sanitizer, OLLAMA_TIMEOUT cap and wrapper signal reading all become real. Co-Authored-By: Claude Fable 5 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21616dd..15e0477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.1] - 2026-09-13 + ### Fixed - The sanitized OpenAI client was never used (T-6): the provider diff --git a/pyproject.toml b/pyproject.toml index a14e181..2c50b67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tatlock" -version = "2.7.0" +version = "2.7.1" description = "OpenAI-compatible API with Ollama backend" requires-python = ">=3.12" dependencies = [