From f66bf4c20dec8ec4dcfe7126a98597503ecb7442 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 02:44:32 +0000 Subject: [PATCH] Release 0.2.29 --- pyproject.toml | 2 +- src/vectara/core/client_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 80650e8..5bc5971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vectara" -version = "0.2.28" +version = "0.2.29" description = "" readme = "README.md" authors = [] diff --git a/src/vectara/core/client_wrapper.py b/src/vectara/core/client_wrapper.py index 48e1f01..6724f47 100644 --- a/src/vectara/core/client_wrapper.py +++ b/src/vectara/core/client_wrapper.py @@ -25,7 +25,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "vectara", - "X-Fern-SDK-Version": "0.2.28", + "X-Fern-SDK-Version": "0.2.29", } if self._api_key is not None: headers["x-api-key"] = self._api_key