Skip to content

Commit 62bd039

Browse files
resync header versioning
1 parent 3c31cf0 commit 62bd039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cohere/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ def __init__(
2424

2525
def get_headers(self) -> typing.Dict[str, str]:
2626
headers: typing.Dict[str, str] = {
27-
"User-Agent": "cohere/5.20.2",
27+
"User-Agent": "cohere/5.20.4",
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "cohere",
30-
"X-Fern-SDK-Version": "5.20.2",
30+
"X-Fern-SDK-Version": "5.20.4",
3131
**(self.get_custom_headers() or {}),
3232
}
3333
if self._client_name is not None:

0 commit comments

Comments
 (0)