Skip to content

Commit b8dfc86

Browse files
release: 2.0.0-alpha.23
1 parent 7e5c32e commit b8dfc86

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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.22"
2+
".": "2.0.0-alpha.23"
33
}

CHANGELOG.md

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

3+
## 2.0.0-alpha.23 (2025-09-03)
4+
5+
Full Changelog: [v2.0.0-alpha.22...v2.0.0-alpha.23](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.22...v2.0.0-alpha.23)
6+
7+
### Features
8+
9+
* improve future compat with pydantic v3 ([7e5c32e](https://github.com/replicate/replicate-python-stainless/commit/7e5c32e07ee8baf8768adf47a727068e015dbc7e))
10+
* **types:** replace List[str] with SequenceNotStr in params ([4c37955](https://github.com/replicate/replicate-python-stainless/commit/4c379552b16651461da9bc161a5f90c36be2ce5d))
11+
12+
13+
### Chores
14+
15+
* add agents files ([#59](https://github.com/replicate/replicate-python-stainless/issues/59)) ([b726483](https://github.com/replicate/replicate-python-stainless/commit/b726483034244776bf9b9c45504eb1eb1b2f3085))
16+
* **internal:** add Sequence related utils ([a530707](https://github.com/replicate/replicate-python-stainless/commit/a530707283ebceaf98f36d6d2f0daccb7d3e211a))
17+
318
## 2.0.0-alpha.22 (2025-08-28)
419

520
Full Changelog: [v2.0.0-alpha.21...v2.0.0-alpha.22](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.21...v2.0.0-alpha.22)

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

0 commit comments

Comments
 (0)