Skip to content

Commit e71a3cd

Browse files
SDK regeneration
1 parent 3320b54 commit e71a3cd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.fern/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@
8080
]
8181
},
8282
"originGitCommit": "7ffcb80a5edaf952524b88ad8960151e148ff39b",
83-
"sdkVersion": "5.21.0"
83+
"sdkVersion": "5.21.1"
8484
}

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 = "5.21.0"
7+
version = "5.21.1"
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
@@ -29,12 +29,12 @@ def get_headers(self) -> typing.Dict[str, str]:
2929
import platform
3030

3131
headers: typing.Dict[str, str] = {
32-
"User-Agent": "cohere/5.21.0",
32+
"User-Agent": "cohere/5.21.1",
3333
"X-Fern-Language": "Python",
3434
"X-Fern-Runtime": f"python/{platform.python_version()}",
3535
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
3636
"X-Fern-SDK-Name": "cohere",
37-
"X-Fern-SDK-Version": "5.21.0",
37+
"X-Fern-SDK-Version": "5.21.1",
3838
**(self.get_custom_headers() or {}),
3939
}
4040
if self._client_name is not None:

0 commit comments

Comments
 (0)