Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/alchemyst-ai-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
id-token: write
runs-on: ${{ github.repository == 'stainless-sdks/alchemyst-ai-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/alchemyst-ai-sdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'Alchemyst-ai/alchemyst-sdk-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Check release environment
run: |
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.9.0"
".": "0.10.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 11
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alchemyst-ai%2Falchemyst-ai-sdk-e8e44e0e972cd2e130110834826053d128e088f8c94fa824b4e8f0498cc3ff7a.yml
openapi_spec_hash: 23b2524dd290e587b543601546731842
config_hash: 5aa39dd4797ce0dacbe19c69fcf11be6
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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 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)

### Features

* **api:** api update ([938b01f](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/938b01ff0092d7ac349bf0c2978ac5feccd8bd68))
* **api:** api update ([04c852d](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/04c852da6d40f9b8ca4b157d978134cf4db180b5))
* **api:** api update ([6b3b044](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/6b3b0445a1d1920cc732b29155718f4c80a44b46))
* **api:** api update ([7d5b6e4](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/7d5b6e4828f2e010412e1a6947303d0282500fd6))
* **api:** manual updates ([a502f74](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/a502f74122c3183ff20d0146547349e9ecd062fc))
* **api:** manual updates ([628e068](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/628e068d6f4ced825a7d90a9a7730fecdfc8984a))
* **client:** add support for binary request streaming ([020ff9a](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/020ff9a9078ffa02c7407fe73e07d508ab1f7b5c))


### Bug Fixes

* **client:** loosen auth header validation ([3d175cb](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/3d175cb24d4ec289e8654eb2dcf4685ddb2a17af))


### Chores

* **internal:** update `actions/checkout` version ([11aa112](https://github.com/Alchemyst-ai/alchemyst-sdk-python/commit/11aa11229f32a79c7e061f805c64918b3cc409f5))

## 0.9.0 (2026-01-06)

Full Changelog: [v0.8.1...v0.9.0](https://github.com/Alchemyst-ai/alchemyst-sdk-python/compare/v0.8.1...v0.9.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/).

## Documentation

The REST API documentation can be found on [docs.getalchemystai.com](https://docs.getalchemystai.com). The full API of this library can be found in [api.md](api.md).
The REST API documentation can be found on [getalchemystai.com](https://getalchemystai.com/docs). The full API of this library can be found in [api.md](api.md).

## Installation

Expand Down
26 changes: 26 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,32 @@ Methods:
- <code title="post /api/v1/context/memory/delete">client.v1.context.memory.<a href="./src/alchemyst_ai/resources/v1/context/memory.py">delete</a>(\*\*<a href="src/alchemyst_ai/types/v1/context/memory_delete_params.py">params</a>) -> None</code>
- <code title="post /api/v1/context/memory/add">client.v1.context.memory.<a href="./src/alchemyst_ai/resources/v1/context/memory.py">add</a>(\*\*<a href="src/alchemyst_ai/types/v1/context/memory_add_params.py">params</a>) -> <a href="./src/alchemyst_ai/types/v1/context/memory_add_response.py">MemoryAddResponse</a></code>

### AddAsync

Types:

```python
from alchemyst_ai.types.v1.context import AddAsyncCreateResponse, AddAsyncCancelResponse
```

Methods:

- <code title="post /api/v1/context/add-async">client.v1.context.add_async.<a href="./src/alchemyst_ai/resources/v1/context/add_async/add_async.py">create</a>(\*\*<a href="src/alchemyst_ai/types/v1/context/add_async_create_params.py">params</a>) -> <a href="./src/alchemyst_ai/types/v1/context/add_async_create_response.py">AddAsyncCreateResponse</a></code>
- <code title="delete /api/v1/context/add-async/{id}/cancel">client.v1.context.add_async.<a href="./src/alchemyst_ai/resources/v1/context/add_async/add_async.py">cancel</a>(id) -> <a href="./src/alchemyst_ai/types/v1/context/add_async_cancel_response.py">AddAsyncCancelResponse</a></code>

#### Status

Types:

```python
from alchemyst_ai.types.v1.context.add_async import StatusRetrieveResponse, StatusListResponse
```

Methods:

- <code title="get /api/v1/context/add-async/{id}/status">client.v1.context.add_async.status.<a href="./src/alchemyst_ai/resources/v1/context/add_async/status.py">retrieve</a>(id) -> <a href="./src/alchemyst_ai/types/v1/context/add_async/status_retrieve_response.py">StatusRetrieveResponse</a></code>
- <code title="get /api/v1/context/add-async/status">client.v1.context.add_async.status.<a href="./src/alchemyst_ai/resources/v1/context/add_async/status.py">list</a>(\*\*<a href="src/alchemyst_ai/types/v1/context/add_async/status_list_params.py">params</a>) -> <a href="./src/alchemyst_ai/types/v1/context/add_async/status_list_response.py">StatusListResponse</a></code>

## Org

### Context
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.9.0"
version = "0.10.0"
description = "The official Python library for the alchemyst_ai API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
Loading