Skip to content

Commit 3187108

Browse files
bump sdk version
1 parent 741510f commit 3187108

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.fern/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"originGitCommit": "3f4bc18b3d90a318965a1fc2f5980339c012a6e2",
104104
"originGitCommitIsDirty": true,
105105
"invokedBy": "ci",
106-
"requestedVersion": "7.0.8",
106+
"requestedVersion": "7.0.9",
107107
"ciProvider": "github",
108-
"sdkVersion": "7.0.8"
108+
"sdkVersion": "7.0.9"
109109
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "cohere"
7-
version = "7.0.8"
7+
version = "7.0.9"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/cohere/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def get_headers(self) -> typing.Dict[str, str]:
3535
import platform
3636

3737
headers: typing.Dict[str, str] = {
38-
"User-Agent": "cohere/7.0.8",
38+
"User-Agent": "cohere/7.0.9",
3939
"X-Fern-Language": "Python",
4040
"X-Fern-Runtime": f"python/{platform.python_version()}",
4141
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
4242
"X-Fern-SDK-Name": "cohere",
43-
"X-Fern-SDK-Version": "7.0.8",
43+
"X-Fern-SDK-Version": "7.0.9",
4444
**(self.get_custom_headers() or {}),
4545
}
4646
if self._client_name is not None:

0 commit comments

Comments
 (0)