Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/brand/dev/_version.py
Original file line number Diff line number Diff line change
@@ -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
8 changes: 4 additions & 4 deletions src/brand/dev/resources/brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
5 changes: 2 additions & 3 deletions src/brand/dev/types/brand_retrieve_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""