release v2.7.1

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 <noreply@anthropic.com>
This commit is contained in:
2026-09-13 10:33:13 +02:00
co-authored by Claude Fable 5
parent 1139d8ca38
commit c00a87237e
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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
+1 -1
View File
@@ -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 = [