Skip to content

Commit

Permalink
SDK regeneration (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Nov 19, 2024
1 parent 330116c commit a75d3c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sayari"
version = "0.1.25"
version = "0.1.26"
description = "A Python SDK for Sayari"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion src/sayari/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "sayari",
"X-Fern-SDK-Version": "0.1.25",
"X-Fern-SDK-Version": "0.1.26",
}
token = self._get_token()
if token is not None:
Expand Down

0 comments on commit a75d3c7

Please sign in to comment.