chore: release 1.1.0 with the response observability fields

This commit is contained in:
2026-07-31 08:08:37 -04:00
parent c2fcd5b1f8
commit 966d548245
8 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ if TYPE_CHECKING:
class TelemetryEmitter:
"""从请求与结果组装 18 字段并写入 recorder;一切写失败降级 warning。"""
"""从请求与结果组装 20 字段并写入 recorder;一切写失败降级 warning。"""
def __init__(self, recorder: TelemetryRecorder, *, pricing: PricingTable | None = None) -> None:
self._recorder = recorder