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/.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 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