File tree Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Expand file tree Collapse file tree 6 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.18.0 "
2+ "." : " 1.18.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.18.1 (2025-10-18)
4+
5+ Full Changelog: [ v1.18.0...v1.18.1] ( https://github.com/lumalabs/lumaai-python/compare/v1.18.0...v1.18.1 )
6+
7+ ### Chores
8+
9+ * bump ` httpx-aiohttp ` version to 0.1.9 ([ d5510ae] ( https://github.com/lumalabs/lumaai-python/commit/d5510ae0bee832e619c93db9a4c43ee8fade791c ) )
10+ * ** internal:** detect missing future annotations with ruff ([ b7f9ede] ( https://github.com/lumalabs/lumaai-python/commit/b7f9ede6d3ad8f6d42b6d726ee4cf7608c9133c5 ) )
11+
312## 1.18.0 (2025-09-20)
413
514Full Changelog: [ v1.17.2...v1.18.0] ( https://github.com/lumalabs/lumaai-python/compare/v1.17.2...v1.18.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " lumaai"
3- version = " 1.18.0 "
3+ version = " 1.18.1 "
44description = " The official Python library for the lumaai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/lumalabs/lumaai-python"
3939Repository = " https://github.com/lumalabs/lumaai-python"
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 httpx-aiohttp
5757 # via lumaai
5858 # via respx
59- httpx-aiohttp==0.1.8
59+ httpx-aiohttp==0.1.9
6060 # via lumaai
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 httpx-aiohttp
4545 # via lumaai
46- httpx-aiohttp==0.1.8
46+ httpx-aiohttp==0.1.9
4747 # via lumaai
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__ = "lumaai"
4- __version__ = "1.18.0 " # x-release-please-version
4+ __version__ = "1.18.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments