File tree Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Expand file tree Collapse file tree 7 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.9.0 "
2+ "." : " 0.9.1 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 4
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-ee884a4336559147aacf9a927a540f21e9760f00d2d5588af00fa8a25e2707d9 .yml
3- openapi_spec_hash : 2ba78bd360942c63a7d08dba791f00d2
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-6705b8e0baa0e4aad69a1c04e9876b352e40e0e5caf21e87e7b2c355e70c4e66 .yml
3+ openapi_spec_hash : 87d3cc80f5ddc5275e8a47d35f1a484e
44config_hash : a85580968a69d8d6fadf96e5e2d6870e
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.1 (2025-10-19)
4+
5+ Full Changelog: [ v0.9.0...v0.9.1] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.9.0...v0.9.1 )
6+
7+ ### Chores
8+
9+ * bump ` httpx-aiohttp ` version to 0.1.9 ([ 7a85243] ( https://github.com/isaacus-dev/isaacus-python/commit/7a85243fcfb9d5b78d522d336310dcd1f009e904 ) )
10+
311## 0.9.0 (2025-10-14)
412
513Full Changelog: [ v0.8.0...v0.9.0] ( https://github.com/isaacus-dev/isaacus-python/compare/v0.8.0...v0.9.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " isaacus"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44description = " The official Python library for the isaacus API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
@@ -39,7 +39,7 @@ Homepage = "https://github.com/isaacus-dev/isaacus-python"
3939Repository = " https://github.com/isaacus-dev/isaacus-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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ httpx==0.28.1
5656 # via httpx-aiohttp
5757 # via isaacus
5858 # via respx
59- httpx-aiohttp==0.1.8
59+ httpx-aiohttp==0.1.9
6060 # via isaacus
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 isaacus
46- httpx-aiohttp==0.1.8
46+ httpx-aiohttp==0.1.9
4747 # via isaacus
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__ = "isaacus"
4- __version__ = "0.9.0 " # x-release-please-version
4+ __version__ = "0.9.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments