Skip to content

Commit 4030b10

Browse files
authored
Merge pull request #6 from brand-dot-dev/release-please--branches--main--changes--next
release: 1.4.0
2 parents f0c03e6 + 436b5bc commit 4030b10

7 files changed

Lines changed: 19 additions & 12 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-194e1804daeb0a1bcd2443be8893ab999d428dcacaab17cf355097942627439a.yml
3-
openapi_spec_hash: de3391b2db78e2fb0aaa03d30ec9a0f3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-2df861cbe235900388f93a2e603090b713f6c5029e4daf2220bddface7882032.yml
3+
openapi_spec_hash: d5a5643aea6c45631d7df49692cf9328
44
config_hash: bb3f3ba0dca413263e40968648f9a1a6

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.4.0 (2025-06-06)
4+
5+
Full Changelog: [v1.3.0...v1.4.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.3.0...v1.4.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([7c294f5](https://github.com/brand-dot-dev/python-sdk/commit/7c294f5085d548520f19c3e00d11faccd9622825))
10+
311
## 1.3.0 (2025-06-06)
412

513
Full Changelog: [v1.2.0...v1.3.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.2.0...v1.3.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brand.dev"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "The official Python library for the brand.dev API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/brand/dev/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "brand.dev"
4-
__version__ = "1.3.0" # x-release-please-version
4+
__version__ = "1.4.0" # x-release-please-version

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ def retrieve(
134134
force_language: Optional parameter to force the language of the retrieved brand data
135135
136136
max_speed: Optional parameter to optimize the API call for maximum speed. When set to true,
137-
the API will skip social media data extraction and external service calls (like
138-
Crunchbase) to return results faster with basic brand information only.
137+
the API will skip time-consuming operations for faster response at the cost of
138+
less comprehensive data.
139139
140140
extra_headers: Send extra headers
141141
@@ -503,8 +503,8 @@ async def retrieve(
503503
force_language: Optional parameter to force the language of the retrieved brand data
504504
505505
max_speed: Optional parameter to optimize the API call for maximum speed. When set to true,
506-
the API will skip social media data extraction and external service calls (like
507-
Crunchbase) to return results faster with basic brand information only.
506+
the API will skip time-consuming operations for faster response at the cost of
507+
less comprehensive data.
508508
509509
extra_headers: Send extra headers
510510

src/brand/dev/types/brand_retrieve_params.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class BrandRetrieveParams(TypedDict, total=False):
7272
max_speed: Annotated[bool, PropertyInfo(alias="maxSpeed")]
7373
"""Optional parameter to optimize the API call for maximum speed.
7474
75-
When set to true, the API will skip social media data extraction and external
76-
service calls (like Crunchbase) to return results faster with basic brand
77-
information only.
75+
When set to true, the API will skip time-consuming operations for faster
76+
response at the cost of less comprehensive data.
7877
"""

0 commit comments

Comments
 (0)