From 3c31cf05e421945cd54eb30f460158a16c0e3b35 Mon Sep 17 00:00:00 2001 From: Jason Ozuzu Date: Thu, 5 Feb 2026 14:05:31 +0000 Subject: [PATCH 1/2] fix: resync toml ver with release ver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2aac6ea1..04a187b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "cohere" [tool.poetry] name = "cohere" -version = "5.20.2" +version = "5.20.4" description = "" readme = "README.md" authors = [] From 62bd039ff5b96623bea16c8c2cfbf0124183c5ab Mon Sep 17 00:00:00 2001 From: Jason Ozuzu Date: Thu, 5 Feb 2026 14:11:49 +0000 Subject: [PATCH 2/2] resync header versioning --- src/cohere/core/client_wrapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cohere/core/client_wrapper.py b/src/cohere/core/client_wrapper.py index 3ff018a9c..8a23c07f0 100644 --- a/src/cohere/core/client_wrapper.py +++ b/src/cohere/core/client_wrapper.py @@ -24,10 +24,10 @@ def __init__( def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { - "User-Agent": "cohere/5.20.2", + "User-Agent": "cohere/5.20.4", "X-Fern-Language": "Python", "X-Fern-SDK-Name": "cohere", - "X-Fern-SDK-Version": "5.20.2", + "X-Fern-SDK-Version": "5.20.4", **(self.get_custom_headers() or {}), } if self._client_name is not None: