Skip to content

Commit 5c279c5

Browse files
release: 2.0.0-alpha.23
1 parent 51af2e5 commit 5c279c5

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.22"
2+
".": "2.0.0-alpha.23"
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.23 (2025-09-04)
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+
* **internal:** move mypy configurations to `pyproject.toml` file ([51af2e5](https://github.com/replicate/replicate-python-stainless/commit/51af2e502a0c4912678b4b128ff761c222286a47))
18+
319
## 2.0.0-alpha.22 (2025-08-28)
420

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