Skip to content

Commit 9d8eec8

Browse files
release: 2.0.0-alpha.29
1 parent 3e807ea commit 9d8eec8

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-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-
".": "2.0.0-alpha.28"
2+
".": "2.0.0-alpha.29"
33
}

CHANGELOG.md

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

3+
## 2.0.0-alpha.29 (2025-10-09)
4+
5+
Full Changelog: [v2.0.0-alpha.28...v2.0.0-alpha.29](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.28...v2.0.0-alpha.29)
6+
7+
### Features
8+
9+
* **api:** add models.update() operation ([3e807ea](https://github.com/replicate/replicate-python-stainless/commit/3e807eaf4c3a351d48889cc9bdb581818c008088))
10+
11+
12+
### Chores
13+
14+
* update OpenAPI spec and rebuild SDKs ([1c5a2f3](https://github.com/replicate/replicate-python-stainless/commit/1c5a2f3fdafec6e1c33489484541213666433c80))
15+
* update OpenAPI spec and rebuild SDKs ([56480c7](https://github.com/replicate/replicate-python-stainless/commit/56480c7953bd0263f62bf421c70ecdb26c34023b))
16+
* update OpenAPI spec and rebuild SDKs ([04731d3](https://github.com/replicate/replicate-python-stainless/commit/04731d39ca6c67d7f5f82fed42605189ece06786))
17+
* update OpenAPI spec and rebuild SDKs ([6e5778a](https://github.com/replicate/replicate-python-stainless/commit/6e5778ad1c1dba1688674e9c63067ddcd84544f6))
18+
319
## 2.0.0-alpha.28 (2025-10-07)
420

521
Full Changelog: [v2.0.0-alpha.27...v2.0.0-alpha.28](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.27...v2.0.0-alpha.28)

pyproject.toml

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

src/replicate/_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__ = "replicate"
4-
__version__ = "2.0.0-alpha.28" # x-release-please-version
4+
__version__ = "2.0.0-alpha.29" # x-release-please-version

0 commit comments

Comments
 (0)