Skip to content

Commit

Permalink
🌿 Fern Regeneration -- April 3, 2024 (#453)
Browse files Browse the repository at this point in the history
* SDK regeneration

* restore

---------

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Co-authored-by: Billy Trend <[email protected]>
  • Loading branch information
fern-api[bot] and billytrend-cohere committed Apr 3, 2024
1 parent 7f099b0 commit 9f4d4ea
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
36 changes: 24 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cohere"
version = "5.2.0"
version = "5.2.1"
description = ""
readme = "README.md"
authors = []
Expand All @@ -13,12 +13,11 @@ python = "^3.8"
fastavro = "^1.9.4"
httpx = ">=0.21.2"
pydantic = ">= 1.9.2"
tokenizers = "^0.15.2"
requests = "^2.31.0"
tokenizers = "^0.15.2"
types-requests = "^2.31.0.20240311"
typing_extensions = ">= 4.0.0"


[tool.poetry.dev-dependencies]
mypy = "^1.8.0"
pytest = "^7.4.0"
Expand Down
2 changes: 1 addition & 1 deletion src/cohere/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "cohere",
"X-Fern-SDK-Version": "5.2.0",
"X-Fern-SDK-Version": "5.2.1",
}
if self._client_name is not None:
headers["X-Client-Name"] = self._client_name
Expand Down

0 comments on commit 9f4d4ea

Please sign in to comment.