File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.6 "
2+ "." : " 0.1.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.0 (2025-07-23)
4+
5+ Full Changelog: [ v0.1.0-alpha.6...v0.1.0] ( https://github.com/scaleapi/agentex-python/compare/v0.1.0-alpha.6...v0.1.0 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ 84010e4] ( https://github.com/scaleapi/agentex-python/commit/84010e4adecf7c779abd9a828000a3b50d9d3ac3 ) )
10+
311## 0.1.0-alpha.6 (2025-07-23)
412
513Full Changelog: [ v0.1.0-alpha.5...v0.1.0-alpha.6] ( https://github.com/scaleapi/agentex-python/compare/v0.1.0-alpha.5...v0.1.0-alpha.6 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The full API of this library can be found in [api.md](api.md).
1717
1818``` sh
1919# install from PyPI
20- pip install --pre agentex-sdk
20+ pip install agentex-sdk
2121```
2222
2323## Usage
@@ -75,7 +75,7 @@ You can enable this by installing `aiohttp`:
7575
7676``` sh
7777# install from PyPI
78- pip install --pre agentex-sdk[aiohttp]
78+ pip install agentex-sdk[aiohttp]
7979```
8080
8181Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
22name = " agentex-sdk"
3- version = " 0.1.0-alpha.6 "
3+ version = " 0.1.0"
44description = " The official Python library for the agentex 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__ = "agentex"
4- __version__ = "0.1.0-alpha.6 " # x-release-please-version
4+ __version__ = "0.1.0" # x-release-please-version
You can’t perform that action at this time.
0 commit comments