diff --git a/pyproject.toml b/pyproject.toml index 6e6c3d8..f3a90b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vital" -version = "2.1.143" +version = "2.1.144" description = "" readme = "README.md" authors = [] diff --git a/src/vital/core/client_wrapper.py b/src/vital/core/client_wrapper.py index cd283c4..a737ac2 100644 --- a/src/vital/core/client_wrapper.py +++ b/src/vital/core/client_wrapper.py @@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "vital", - "X-Fern-SDK-Version": "2.1.143", + "X-Fern-SDK-Version": "2.1.144", } headers["x-vital-api-key"] = self.api_key return headers