File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.8 .0"
2+ "." : " 1.9 .0"
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 10
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b .yml
3- openapi_spec_hash : 8a9e05fe1ca53f6d8c11ddee625a8908
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-aff48154fa37f0eb293cf660842ceab35c597509aee08f6b76df066828229c58 .yml
3+ openapi_spec_hash : a8ade5d7246da14e2ff161e829d11c12
44config_hash : 8f3ee44d690a305369555016a77ed016
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.9.0 (2025-06-29)
4+
5+ Full Changelog: [ v1.8.0...v1.9.0] ( https://github.com/brand-dot-dev/python-sdk/compare/v1.8.0...v1.9.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ e850add] ( https://github.com/brand-dot-dev/python-sdk/commit/e850add60f02a45cf5ca3d47cb2f8d79f2545107 ) )
10+
311## 1.8.0 (2025-06-28)
412
513Full Changelog: [ v1.7.0...v1.8.0] ( https://github.com/brand-dot-dev/python-sdk/compare/v1.7.0...v1.8.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " brand.dev"
3- version = " 1.8 .0"
3+ version = " 1.9 .0"
44description = " The official Python library for the brand.dev API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "brand.dev"
4- __version__ = "1.8 .0" # x-release-please-version
4+ __version__ = "1.9 .0" # x-release-please-version
Original file line number Diff line number Diff line change @@ -153,7 +153,11 @@ class Brand(BaseModel):
153153 """The domain name of the brand"""
154154
155155 fonts : Optional [List [BrandFont ]] = None
156- """An array of fonts used by the brand's website"""
156+ """An array of fonts used by the brand's website.
157+
158+ NOTE: This is deprecated and will be removed in the future. Please migrate to
159+ the styleguide API.
160+ """
157161
158162 logos : Optional [List [BrandLogo ]] = None
159163 """An array of logos associated with the brand"""
You can’t perform that action at this time.
0 commit comments