Skip to content

Commit 5eea2e9

Browse files
release: 2.0.0-alpha.23
1 parent 696d2c1 commit 5eea2e9

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
* add get_path_url() function support for migration compatibility ([#61](https://github.com/replicate/replicate-python-stainless/issues/61)) ([951d9c5](https://github.com/replicate/replicate-python-stainless/commit/951d9c5cf4c72bb9346e4bde0d545abb1ab84741))
10+
* improve future compat with pydantic v3 ([06dfa6b](https://github.com/replicate/replicate-python-stainless/commit/06dfa6b2adf4cd5cfcb18f2602ca7d67182296a8))
11+
* **types:** replace List[str] with SequenceNotStr in params ([56dc0f2](https://github.com/replicate/replicate-python-stainless/commit/56dc0f2a68e6eb989574e9053f09161096c86eb3))
12+
13+
14+
### Chores
15+
16+
* add agents files ([#59](https://github.com/replicate/replicate-python-stainless/issues/59)) ([b726483](https://github.com/replicate/replicate-python-stainless/commit/b726483034244776bf9b9c45504eb1eb1b2f3085))
17+
* **internal:** add Sequence related utils ([5a8f513](https://github.com/replicate/replicate-python-stainless/commit/5a8f513755a94211fa35b59527cf57965105ff6a))
18+
* **internal:** move mypy configurations to `pyproject.toml` file ([696d2c1](https://github.com/replicate/replicate-python-stainless/commit/696d2c18ebf0a38213371eb4fa1898fc85fc2581))
19+
320
## 2.0.0-alpha.22 (2025-08-28)
421

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