From 7114ef22d6db6010895f978a5c208ed9a7f7dab7 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 26 Jun 2023 17:15:18 +0000 Subject: [PATCH] docs(readme): add note about updating the default version header --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18120941..5768aebd 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,8 @@ We automatically send the `Finch-API-Version` header set to `2020-09-17`. If you need to, you can override it by setting default headers per-request or on the client object. +Be aware that doing so may result in incorrect types and other unexpected or undefined behavior in the SDK. + ```python from finch import Finch