We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f77e85 commit 9050f96Copy full SHA for 9050f96
pyproject.toml
@@ -3,7 +3,7 @@ name = "cohere"
3
4
[tool.poetry]
5
name = "cohere"
6
-version = "5.20.4"
+version = "5.20.6"
7
description = ""
8
readme = "README.md"
9
authors = []
src/cohere/core/client_wrapper.py
@@ -24,10 +24,10 @@ def __init__(
24
25
def get_headers(self) -> typing.Dict[str, str]:
26
headers: typing.Dict[str, str] = {
27
- "User-Agent": "cohere/5.20.4",
+ "User-Agent": "cohere/5.20.6",
28
"X-Fern-Language": "Python",
29
"X-Fern-SDK-Name": "cohere",
30
- "X-Fern-SDK-Version": "5.20.4",
+ "X-Fern-SDK-Version": "5.20.6",
31
**(self.get_custom_headers() or {}),
32
}
33
if self._client_name is not None:
0 commit comments