Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Get GitHub OIDC Token
if: github.repository == 'stainless-sdks/alchemyst-ai-sdk-python'
id: github-oidc
uses: actions/github-script@v6
uses: actions/github-script@v8
with:
script: core.setOutput('github_token', await core.getIDToken());

Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.0"
".": "0.10.1"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 15
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alchemyst-ai%2Falchemyst-ai-sdk-af43a0360c784fd31239bbacd7343fefe06847df4706d18ddf0d1778ef597e80.yml
openapi_spec_hash: 3e6daacc7aa9b60ca68fdb7b6f76fbf9
config_hash: 32e700129a8eaba38674e583e3d39e2b
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alchemyst-ai%2Falchemyst-ai-sdk-2f45ad752bad791b73a3ceab084c0a3482ab2f4557e6a8654f3d9d72d34a1255.yml
openapi_spec_hash: 40c8e2e8d23537e555dc3156e7d14738
config_hash: 81ab41dc504ce7093b3a81c7e0b5ad9b
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.10.1 (2026-01-27)

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

### Chores

* **ci:** upgrade `actions/github-script` ([a150bcd](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/a150bcd7c925517e649f6229932b7a03b67e78d8))

## 0.10.0 (2026-01-17)

Full Changelog: [v0.9.0...v0.10.0](https://github.com/Alchemyst-ai/alchemyst-sdk-python/compare/v0.9.0...v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "alchemystai"
version = "0.10.0"
version = "0.10.1"
description = "The official Python library for the alchemyst_ai API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/alchemyst_ai/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "alchemyst_ai"
__version__ = "0.10.0" # x-release-please-version
__version__ = "0.10.1" # x-release-please-version