Skip to content

Commit 2d87683

Browse files
🌿 Fern Regeneration -- December 5, 2024 (#620)
* SDK regeneration * Fixes * Restore --------- Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: Billy Trend <[email protected]>
1 parent 3c61266 commit 2d87683

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cohere"
3-
version = "5.13.2"
3+
version = "5.13.3"
44
description = ""
55
readme = "README.md"
66
authors = []
@@ -10,6 +10,7 @@ classifiers = [
1010
"Intended Audience :: Developers",
1111
"Programming Language :: Python",
1212
"Programming Language :: Python :: 3",
13+
"Programming Language :: Python :: 3.8",
1314
"Programming Language :: Python :: 3.9",
1415
"Programming Language :: Python :: 3.10",
1516
"Programming Language :: Python :: 3.11",

src/cohere/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
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.2",
27+
"X-Fern-SDK-Version": "5.13.3",
2828
}
2929
if self._client_name is not None:
3030
headers["X-Client-Name"] = self._client_name

0 commit comments

Comments
 (0)