diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2a8f4ff..3e9af1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 8c0b71c..950b0fd 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 7 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-194e1804daeb0a1bcd2443be8893ab999d428dcacaab17cf355097942627439a.yml -openapi_spec_hash: de3391b2db78e2fb0aaa03d30ec9a0f3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-2df861cbe235900388f93a2e603090b713f6c5029e4daf2220bddface7882032.yml +openapi_spec_hash: d5a5643aea6c45631d7df49692cf9328 config_hash: bb3f3ba0dca413263e40968648f9a1a6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef8e30..fd69a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.4.0 (2025-06-06) + +Full Changelog: [v1.3.0...v1.4.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.3.0...v1.4.0) + +### Features + +* **api:** manual updates ([7c294f5](https://github.com/brand-dot-dev/python-sdk/commit/7c294f5085d548520f19c3e00d11faccd9622825)) + ## 1.3.0 (2025-06-06) Full Changelog: [v1.2.0...v1.3.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.2.0...v1.3.0) diff --git a/pyproject.toml b/pyproject.toml index 847f359..838e554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brand.dev" -version = "1.3.0" +version = "1.4.0" description = "The official Python library for the brand.dev API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/brand/dev/_version.py b/src/brand/dev/_version.py index 8ce81b0..74eaf26 100644 --- a/src/brand/dev/_version.py +++ b/src/brand/dev/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "brand.dev" -__version__ = "1.3.0" # x-release-please-version +__version__ = "1.4.0" # x-release-please-version diff --git a/src/brand/dev/resources/brand.py b/src/brand/dev/resources/brand.py index 3820062..2b589dd 100644 --- a/src/brand/dev/resources/brand.py +++ b/src/brand/dev/resources/brand.py @@ -134,8 +134,8 @@ def retrieve( force_language: Optional parameter to force the language of the retrieved brand data max_speed: Optional parameter to optimize the API call for maximum speed. When set to true, - the API will skip social media data extraction and external service calls (like - Crunchbase) to return results faster with basic brand information only. + the API will skip time-consuming operations for faster response at the cost of + less comprehensive data. extra_headers: Send extra headers @@ -503,8 +503,8 @@ async def retrieve( force_language: Optional parameter to force the language of the retrieved brand data max_speed: Optional parameter to optimize the API call for maximum speed. When set to true, - the API will skip social media data extraction and external service calls (like - Crunchbase) to return results faster with basic brand information only. + the API will skip time-consuming operations for faster response at the cost of + less comprehensive data. extra_headers: Send extra headers diff --git a/src/brand/dev/types/brand_retrieve_params.py b/src/brand/dev/types/brand_retrieve_params.py index cba5f6d..407f5e4 100644 --- a/src/brand/dev/types/brand_retrieve_params.py +++ b/src/brand/dev/types/brand_retrieve_params.py @@ -72,7 +72,6 @@ class BrandRetrieveParams(TypedDict, total=False): max_speed: Annotated[bool, PropertyInfo(alias="maxSpeed")] """Optional parameter to optimize the API call for maximum speed. - When set to true, the API will skip social media data extraction and external - service calls (like Crunchbase) to return results faster with basic brand - information only. + When set to true, the API will skip time-consuming operations for faster + response at the cost of less comprehensive data. """