diff --git a/pyproject.toml b/pyproject.toml index 2240783..387d48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "flagright" -version = "1.4.6" +version = "1.4.7" description = "" readme = "README.md" authors = [] diff --git a/src/flagright/core/client_wrapper.py b/src/flagright/core/client_wrapper.py index 08525e2..04e7aed 100644 --- a/src/flagright/core/client_wrapper.py +++ b/src/flagright/core/client_wrapper.py @@ -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.6", + "X-Fern-SDK-Version": "1.4.7", } headers["x-api-key"] = self.api_key return headers