Skip to content

Commit e0f56dc

Browse files
Release 1.8.41
1 parent b0c9c08 commit e0f56dc

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 = "1.8.40"
6+
version = "1.8.41"
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
@@ -24,10 +24,10 @@ def __init__(
2424

2525
def get_headers(self) -> typing.Dict[str, str]:
2626
headers: typing.Dict[str, str] = {
27-
"User-Agent": "flagright/1.8.40",
27+
"User-Agent": "flagright/1.8.41",
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "flagright",
30-
"X-Fern-SDK-Version": "1.8.40",
30+
"X-Fern-SDK-Version": "1.8.41",
3131
**(self.get_custom_headers() or {}),
3232
}
3333
headers["Authorization"] = self._authorization

0 commit comments

Comments
 (0)