From ec1a3c461bc845ea90130c780eadb186302cebe7 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 14:37:56 +0000 Subject: [PATCH] SDK regeneration --- LICENSE | 4 ++-- pyproject.toml | 7 ++++--- src/monite/core/client_wrapper.py | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/LICENSE b/LICENSE index e078dba..ab39790 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Monite +Copyright (c) 2025 Monite. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +SOFTWARE. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1d23616..6a8973a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,12 @@ name = "monite" [tool.poetry] name = "monite" -version = "0.5.1" +version = "0.5.2" description = "" readme = "README.md" authors = [] keywords = [] - +license = "MIT" classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python", @@ -24,7 +24,8 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", "Topic :: Software Development :: Libraries :: Python Modules", - "Typing :: Typed" + "Typing :: Typed", + "License :: OSI Approved :: MIT License" ] packages = [ { include = "monite", from = "src"} diff --git a/src/monite/core/client_wrapper.py b/src/monite/core/client_wrapper.py index 490c393..c97465d 100644 --- a/src/monite/core/client_wrapper.py +++ b/src/monite/core/client_wrapper.py @@ -24,10 +24,10 @@ def __init__( def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { - "User-Agent": "monite/0.5.1", + "User-Agent": "monite/0.5.2", "X-Fern-Language": "Python", "X-Fern-SDK-Name": "monite", - "X-Fern-SDK-Version": "0.5.1", + "X-Fern-SDK-Version": "0.5.2", } headers["x-monite-version"] = self._monite_version if self._monite_entity_id is not None: