Skip to content

Commit

Permalink
Release 1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Mar 7, 2024
1 parent e5c6436 commit a6f8423
Show file tree
Hide file tree
Showing 3 changed files with 922 additions and 190 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 = "flagright"
version = "1.4.8"
version = "1.4.9"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/flagright/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "flagright",
"X-Fern-SDK-Version": "1.4.8",
"X-Fern-SDK-Version": "1.4.9",
}
headers["x-api-key"] = self.api_key
return headers
Expand Down
Loading

0 comments on commit a6f8423

Please sign in to comment.