From cb7c1d78f5a7dbacae8fd6ff94940b7f3af1cc2c Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:51:01 +0000 Subject: [PATCH] Release 2.1.150 --- pyproject.toml | 2 +- src/vital/core/client_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 31cb45e..3093842 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vital" -version = "2.1.149" +version = "2.1.150" description = "" readme = "README.md" authors = [] diff --git a/src/vital/core/client_wrapper.py b/src/vital/core/client_wrapper.py index cfa3ea2..7a1055a 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.149", + "X-Fern-SDK-Version": "2.1.150", } headers["x-vital-api-key"] = self.api_key return headers