Skip to content

Commit 6f58e8d

Browse files
release: 2.0.0-alpha.28
1 parent 1adc754 commit 6f58e8d

File tree

4 files changed

+14
-3
lines changed

4 files changed

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

CHANGELOG.md

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

3+
## 2.0.0-alpha.28 (2025-10-06)
4+
5+
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)
6+
7+
### Chores
8+
9+
* do not install brew dependencies in ./scripts/bootstrap by default ([f712b62](https://github.com/replicate/replicate-python-stainless/commit/f712b62e6464ee26020c6bc03f68002c6a2d1d32))
10+
* **types:** change optional parameter type from NotGiven to Omit ([306b63c](https://github.com/replicate/replicate-python-stainless/commit/306b63c7d41f67426fdc4298b09eab6febe2dfff))
11+
* update OpenAPI spec and rebuild SDKs ([1adc754](https://github.com/replicate/replicate-python-stainless/commit/1adc754bffdae327eba9d8237caa8475b4f15e0b))
12+
* update OpenAPI spec and rebuild SDKs ([5203577](https://github.com/replicate/replicate-python-stainless/commit/5203577df43da664f9e0fa651bc9a12011134531))
13+
314
## 2.0.0-alpha.27 (2025-09-29)
415

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

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.27"
3+
version = "2.0.0-alpha.28"
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.27" # x-release-please-version
4+
__version__ = "2.0.0-alpha.28" # x-release-please-version

0 commit comments

Comments
 (0)