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.17.0 "
2+ "." : " 1.17.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.17.1 (2025-10-18)
4+
5+ Full Changelog: [ v1.17.0...v1.17.1] ( https://github.com/brand-dot-dev/python-sdk/compare/v1.17.0...v1.17.1 )
6+
7+ ### Chores
8+
9+ * bump ` httpx-aiohttp ` version to 0.1.9 ([ ceb1df0] ( https://github.com/brand-dot-dev/python-sdk/commit/ceb1df09dd39451859697ff35836cfa278ba420a ) )
10+ * ** internal:** detect missing future annotations with ruff ([ 2d0454e] ( https://github.com/brand-dot-dev/python-sdk/commit/2d0454e6f67dd4700753139aa49c7c774ead033a ) )
11+
312## 1.17.0 (2025-10-08)
413
514Full Changelog: [ v1.16.0...v1.17.0] ( https://github.com/brand-dot-dev/python-sdk/compare/v1.16.0...v1.17.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " brand.dev"
3- version = " 1.17.0 "
3+ version = " 1.17.1 "
44description = " The official Python library for the brand.dev API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/brand-dot-dev/python-sdk"
3939Repository = " https://github.com/brand-dot-dev/python-sdk"
4040
4141[project .optional-dependencies ]
42- aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.8 " ]
42+ aiohttp = [" aiohttp" , " httpx_aiohttp>=0.1.9 " ]
4343
4444[tool .rye ]
4545managed = true
@@ -224,6 +224,8 @@ select = [
224224 " B" ,
225225 # remove unused imports
226226 " F401" ,
227+ # check for missing future annotations
228+ " FA102" ,
227229 # bare except statements
228230 " E722" ,
229231 # unused arguments
@@ -246,6 +248,8 @@ unfixable = [
246248 " T203" ,
247249]
248250
251+ extend-safe-fixes = [" FA102" ]
252+
249253[tool .ruff .lint .flake8-tidy-imports .banned-api ]
250254"functools.lru_cache".msg = " This function does not retain type information for the wrapped function's arguments; The `lru_cache` function from `_utils` should be used instead"
251255
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ httpx==0.28.1
5656 # via brand-dev
5757 # via httpx-aiohttp
5858 # via respx
59- httpx-aiohttp==0.1.8
59+ httpx-aiohttp==0.1.9
6060 # via brand-dev
6161idna==3.4
6262 # via anyio
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ httpcore==1.0.9
4343httpx==0.28.1
4444 # via brand-dev
4545 # via httpx-aiohttp
46- httpx-aiohttp==0.1.8
46+ httpx-aiohttp==0.1.9
4747 # via brand-dev
4848idna==3.4
4949 # via anyio
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.17.0 " # x-release-please-version
4+ __version__ = "1.17.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments