From 413adecc14d3491afe3df530a31d94ba3224594b Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:35:32 +0000 Subject: [PATCH 1/3] feat(api): update via SDK Studio --- .stats.yml | 4 ++-- src/klavis/resources/white_labeling.py | 2 -- src/klavis/types/white_labeling_create_params.py | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.stats.yml b/.stats.yml index 9f07764..169eccd 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-8ea534b9784751058473475d06a62aab6e865b9affde3a39cd5dc6ecb02d406a.yml -openapi_spec_hash: 5c9a75dc95f3bf64aa73e764d4973dce +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-48c5d47fa8ce81cd391cd04b19c6e68f9f295122de6a520553d60295e6cd9677.yml +openapi_spec_hash: b67def9c314f236585518d7601f49a13 config_hash: bd5c0fcb0304aa61a463d9078d1f99bd diff --git a/src/klavis/resources/white_labeling.py b/src/klavis/resources/white_labeling.py index 178f384..ace1414 100644 --- a/src/klavis/resources/white_labeling.py +++ b/src/klavis/resources/white_labeling.py @@ -67,7 +67,6 @@ def create( "Linear", "Asana", "Close", - "ClickUp", ], account_id: Optional[str] | NotGiven = NOT_GIVEN, callback_url: Optional[str] | NotGiven = NOT_GIVEN, @@ -196,7 +195,6 @@ async def create( "Linear", "Asana", "Close", - "ClickUp", ], account_id: Optional[str] | NotGiven = NOT_GIVEN, callback_url: Optional[str] | NotGiven = NOT_GIVEN, diff --git a/src/klavis/types/white_labeling_create_params.py b/src/klavis/types/white_labeling_create_params.py index a0ee3ad..00a7f6d 100644 --- a/src/klavis/types/white_labeling_create_params.py +++ b/src/klavis/types/white_labeling_create_params.py @@ -34,7 +34,6 @@ class WhiteLabelingCreateParams(TypedDict, total=False): "Linear", "Asana", "Close", - "ClickUp", ] ] """Optional. The name of the server""" From ed74a2d12a0c3f543184047bd57f68ea6c8e2152 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:35:53 +0000 Subject: [PATCH 2/3] feat(api): update via SDK Studio --- .stats.yml | 4 ++-- src/klavis/resources/white_labeling.py | 2 ++ src/klavis/types/white_labeling_create_params.py | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index 169eccd..9f07764 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 13 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-48c5d47fa8ce81cd391cd04b19c6e68f9f295122de6a520553d60295e6cd9677.yml -openapi_spec_hash: b67def9c314f236585518d7601f49a13 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-8ea534b9784751058473475d06a62aab6e865b9affde3a39cd5dc6ecb02d406a.yml +openapi_spec_hash: 5c9a75dc95f3bf64aa73e764d4973dce config_hash: bd5c0fcb0304aa61a463d9078d1f99bd diff --git a/src/klavis/resources/white_labeling.py b/src/klavis/resources/white_labeling.py index ace1414..178f384 100644 --- a/src/klavis/resources/white_labeling.py +++ b/src/klavis/resources/white_labeling.py @@ -67,6 +67,7 @@ def create( "Linear", "Asana", "Close", + "ClickUp", ], account_id: Optional[str] | NotGiven = NOT_GIVEN, callback_url: Optional[str] | NotGiven = NOT_GIVEN, @@ -195,6 +196,7 @@ async def create( "Linear", "Asana", "Close", + "ClickUp", ], account_id: Optional[str] | NotGiven = NOT_GIVEN, callback_url: Optional[str] | NotGiven = NOT_GIVEN, diff --git a/src/klavis/types/white_labeling_create_params.py b/src/klavis/types/white_labeling_create_params.py index 00a7f6d..a0ee3ad 100644 --- a/src/klavis/types/white_labeling_create_params.py +++ b/src/klavis/types/white_labeling_create_params.py @@ -34,6 +34,7 @@ class WhiteLabelingCreateParams(TypedDict, total=False): "Linear", "Asana", "Close", + "ClickUp", ] ] """Optional. The name of the server""" From e0ffeb549b01c3bb2f8deb22753fe8b32d83c2a7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 03:36:05 +0000 Subject: [PATCH 3/3] release: 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/klavis/_version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a43290c..10f3091 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.4" + ".": "0.2.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5545015..3ea20cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.2.0 (2025-06-18) + +Full Changelog: [v0.1.4...v0.2.0](https://github.com/Klavis-AI/python-sdk/compare/v0.1.4...v0.2.0) + +### Features + +* **api:** update via SDK Studio ([ed74a2d](https://github.com/Klavis-AI/python-sdk/commit/ed74a2d12a0c3f543184047bd57f68ea6c8e2152)) +* **api:** update via SDK Studio ([413adec](https://github.com/Klavis-AI/python-sdk/commit/413adecc14d3491afe3df530a31d94ba3224594b)) + ## 0.1.4 (2025-06-18) Full Changelog: [v0.1.3...v0.1.4](https://github.com/Klavis-AI/python-sdk/compare/v0.1.3...v0.1.4) diff --git a/pyproject.toml b/pyproject.toml index 20fb429..9bde34f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "klavis" -version = "0.1.4" +version = "0.2.0" description = "The official Python library for the klavis API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/klavis/_version.py b/src/klavis/_version.py index f4ebac7..e25c485 100644 --- a/src/klavis/_version.py +++ b/src/klavis/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "klavis" -__version__ = "0.1.4" # x-release-please-version +__version__ = "0.2.0" # x-release-please-version