Skip to content

Commit d144668

Browse files
🌿 Fern Regeneration -- January 21, 2025 (#644)
* SDK regeneration * Fixes --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Billy Trend <[email protected]>
1 parent 0229fd2 commit d144668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "cohere"
33

44
[tool.poetry]
55
name = "cohere"
6-
version = "5.13.10"
6+
version = "5.13.11"
77
description = ""
88
readme = "README.md"
99
authors = []

src/cohere/core/client_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2424
headers: typing.Dict[str, str] = {
2525
"X-Fern-Language": "Python",
2626
"X-Fern-SDK-Name": "cohere",
27-
"X-Fern-SDK-Version": "5.13.10",
27+
"X-Fern-SDK-Version": "5.13.11",
2828
}
2929
if self._client_name is not None:
3030
headers["X-Client-Name"] = self._client_name

0 commit comments

Comments
 (0)