From 8c57768d0f81829120e30c6c071cd88ecb4b4198 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 23:39:44 +0000 Subject: [PATCH 1/2] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index b70f804..48ea11b 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 35 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-e0e6031e9c2b95fb8048a3f641a975e9eda9dc3c1efa84174bbda31da2dd089d.yml openapi_spec_hash: 49f7758ff3e1894611407f703921fcaf -config_hash: 218f95f3af761e55867d28b8d75464c8 +config_hash: b1b4f5d24ba07b4667ffe7b9dec081e3 From 6a3ba6155ee2febb62fa6bf0faf644748d05b502 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 22:02:18 +0000 Subject: [PATCH 2/2] release: 2.0.0-alpha.18 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/replicate/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4d79ad4..2fd4c54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0-alpha.17" + ".": "2.0.0-alpha.18" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a32d9..4b8aaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.0-alpha.18 (2025-08-19) + +Full Changelog: [v2.0.0-alpha.17...v2.0.0-alpha.18](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) + +### Features + +* **pipelines:** get API token from cog's current_scope, if available ([#48](https://github.com/replicate/replicate-python-stainless/issues/48)) ([7f60d30](https://github.com/replicate/replicate-python-stainless/commit/7f60d30644bce710fbcb35c247d87452b79ba058)) + ## 2.0.0-alpha.17 (2025-08-12) Full Changelog: [v2.0.0-alpha.16...v2.0.0-alpha.17](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.16...v2.0.0-alpha.17) diff --git a/pyproject.toml b/pyproject.toml index acd744e..582ce84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "replicate" -version = "2.0.0-alpha.17" +version = "2.0.0-alpha.18" description = "The official Python library for the replicate API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/replicate/_version.py b/src/replicate/_version.py index c8026f2..7f966b5 100644 --- a/src/replicate/_version.py +++ b/src/replicate/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "replicate" -__version__ = "2.0.0-alpha.17" # x-release-please-version +__version__ = "2.0.0-alpha.18" # x-release-please-version