Skip to content

Commit 413a006

Browse files
committed
Release 1.8.0
1 parent d261391 commit 413a006

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "flagright"
33

44
[tool.poetry]
55
name = "flagright"
6-
version = "v1.7.16"
6+
version = "1.8.0"
77
description = ""
88
readme = "README.md"
99
authors = []

src/flagright/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ def __init__(self, *, api_key: str, base_url: str, timeout: typing.Optional[floa
1414

1515
def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
17-
"User-Agent": "flagright/v1.7.16",
17+
"User-Agent": "flagright/1.8.0",
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "flagright",
20-
"X-Fern-SDK-Version": "v1.7.16",
20+
"X-Fern-SDK-Version": "1.8.0",
2121
}
2222
headers["x-api-key"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)