Skip to content

Commit 9c8d81a

Browse files
release: 0.6.1
1 parent 46f4d22 commit 9c8d81a

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.6.1 (2025-10-31)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Alchemyst-ai/alchemyst-sdk-python/compare/v0.6.0...v0.6.1)
6+
7+
### Bug Fixes
8+
9+
* **client:** close streams without requiring full consumption ([338aad1](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/338aad1501c8d322cf7f4bc9609e57ab7f06f03d))
10+
11+
12+
### Chores
13+
14+
* bump `httpx-aiohttp` version to 0.1.9 ([9421012](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/94210125a9c4d6a333d720d751a9c9d242b70ab5))
15+
* **internal/tests:** avoid race condition with implicit client cleanup ([46f4d22](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/46f4d2289bb353f0a76e02852dfc8fcdae171108))
16+
* **internal:** codegen related update ([efa3043](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/efa30430779a0557f3b87c2196146a0ba89b56a9))
17+
318
## 0.6.0 (2025-10-29)
419

520
Full Changelog: [v0.5.0...v0.6.0](https://github.com/Alchemyst-ai/alchemyst-sdk-python/compare/v0.5.0...v0.6.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alchemystai"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
description = "The official Python library for the alchemyst_ai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/alchemyst_ai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "alchemyst_ai"
4-
__version__ = "0.6.0" # x-release-please-version
4+
__version__ = "0.6.1" # x-release-please-version

0 commit comments

Comments
 (0)