Skip to content

Commit e6747ee

Browse files
authored
Merge pull request #7 from aymara-ai/release-please--branches--main--changes--next
release: 1.0.0-alpha.6
2 parents d9cd6a3 + 89accae commit e6747ee

16 files changed

+303
-1338
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-
".": "1.0.0-alpha.5"
2+
".": "1.0.0-alpha.6"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 19
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/aymara%2Faymara-sdk-93b4cf42cd91c70caeee15d96387aa911e13d43f9f8122b777b4fb37221816b8.yml
33
openapi_spec_hash: 61b4a9b1d77173ee878449e2327e8b37
4-
config_hash: 083defdb8bde6a14d4b24a9d086f2443
4+
config_hash: 9c3dab83de4e817866091a0cc1c41031

CHANGELOG.md

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

3+
## 1.0.0-alpha.6 (2025-04-30)
4+
5+
Full Changelog: [v1.0.0-alpha.5...v1.0.0-alpha.6](https://github.com/aymara-ai/aymara-sdk-python/compare/v1.0.0-alpha.5...v1.0.0-alpha.6)
6+
7+
### Features
8+
9+
* **api:** api update ([93a6df0](https://github.com/aymara-ai/aymara-sdk-python/commit/93a6df0fb0a07a8b2dbfeb046822768b9b901b51))
10+
* **api:** api update ([d5481e6](https://github.com/aymara-ai/aymara-sdk-python/commit/d5481e68d1f8818407e5663fb6b8a11f810d157e))
11+
312
## 1.0.0-alpha.5 (2025-04-29)
413

514
Full Changelog: [v1.0.0-alpha.4...v1.0.0-alpha.5](https://github.com/aymara-ai/aymara-sdk-python/compare/v1.0.0-alpha.4...v1.0.0-alpha.5)

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.aymara.ai](https://docs.aymara.
1515
## Installation
1616

1717
```sh
18-
# install from the production repo
19-
pip install git+ssh://git@github.com/aymara-ai/aymara-sdk-python.git
18+
# install from PyPI
19+
pip install --pre aymara-ai-sdk
2020
```
2121

22-
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre aymara-ai-sdk`
24-
2522
## Usage
2623

2724
The full API of this library can be found in [api.md](api.md).

examples/image_safety_eval.ipynb

Lines changed: 29 additions & 325 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)