We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c9c08 commit e0f56dcCopy full SHA for e0f56dc
2 files changed
pyproject.toml
@@ -3,7 +3,7 @@ name = "flagright"
3
4
[tool.poetry]
5
name = "flagright"
6
-version = "1.8.40"
+version = "1.8.41"
7
description = ""
8
readme = "README.md"
9
authors = []
src/flagright/core/client_wrapper.py
@@ -24,10 +24,10 @@ def __init__(
24
25
def get_headers(self) -> typing.Dict[str, str]:
26
headers: typing.Dict[str, str] = {
27
- "User-Agent": "flagright/1.8.40",
+ "User-Agent": "flagright/1.8.41",
28
"X-Fern-Language": "Python",
29
"X-Fern-SDK-Name": "flagright",
30
- "X-Fern-SDK-Version": "1.8.40",
+ "X-Fern-SDK-Version": "1.8.41",
31
**(self.get_custom_headers() or {}),
32
}
33
headers["Authorization"] = self._authorization
0 commit comments