We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c698f1 commit c976affCopy full SHA for c976aff
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./scripts/lint
37
38
build:
39
- if: github.repository == 'stainless-sdks/replicate-client-python' && (github.event_name == 'push' || github.event.pull_request.head.repo.fork)
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
40
timeout-minutes: 10
41
name: build
42
permissions:
@@ -61,12 +61,14 @@ jobs:
61
run: rye build
62
63
- name: Get GitHub OIDC Token
64
+ if: github.repository == 'stainless-sdks/replicate-client-python'
65
id: github-oidc
66
uses: actions/github-script@v6
67
with:
68
script: core.setOutput('github_token', await core.getIDToken());
69
70
- name: Upload tarball
71
72
env:
73
URL: https://pkg.stainless.com/s
74
AUTH: ${{ steps.github-oidc.outputs.github_token }}
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "2.0.0-alpha.19"
+ ".": "2.0.0-alpha.20"
3
}
.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
+openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-866189e1aee643ae0367afba800d0e16239121deb5693a90ede9240b4053e9b3.yml
+openapi_spec_hash: 66b891957e455776e5bec76b033ec8e8
4
config_hash: b1b4f5d24ba07b4667ffe7b9dec081e3
CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## 2.0.0-alpha.20 (2025年08月25日)
+
5
+Full Changelog: [v2.0.0-alpha.19...v2.0.0-alpha.20](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.19...v2.0.0-alpha.20)
6
7
+### Bug Fixes
8
9
+* add missing packaging dependency ([#54](https://github.com/replicate/replicate-python-stainless/issues/54)) ([8c698f1](https://github.com/replicate/replicate-python-stainless/commit/8c698f1a63266cb86b59bbc0a9e5258f7c25394a))
10
11
12
+### Chores
13
14
+* update github action ([1c61a40](https://github.com/replicate/replicate-python-stainless/commit/1c61a40782062544ef5cb54994c5cf51d8747a76))
15
+* update OpenAPI spec and rebuild SDKs ([0179eac](https://github.com/replicate/replicate-python-stainless/commit/0179eacd9bc862a47f0c468fbf16a8b493852f8b))
16
17
## 2.0.0-alpha.19 (2025年08月20日)
18
19
Full Changelog: [v2.0.0-alpha.18...v2.0.0-alpha.19](https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.18...v2.0.0-alpha.19)
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "replicate"
-version = "2.0.0-alpha.19"
+version = "2.0.0-alpha.20"
description = "The official Python library for the replicate API"
dynamic = ["readme"]
license = "Apache-2.0"
src/replicate/_version.py
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "replicate"
-__version__ = "2.0.0-alpha.19" # x-release-please-version
+__version__ = "2.0.0-alpha.20" # x-release-please-version
src/replicate/resources/deployments/predictions.py
@@ -76,7 +76,7 @@ def create(
76
77
The request will wait up to 60 seconds for the model to run. If this time is
78
exceeded the prediction will be returned in a `"starting"` state and need to be
79
- retrieved using the `predictions.get` endpiont.
+ retrieved using the `predictions.get` endpoint.
80
81
For a complete overview of the `deployments.predictions.create` API check out
82
our documentation on
@@ -233,7 +233,7 @@ async def create(
233
234
235
236
237
238
239
src/replicate/resources/models/predictions.py
@@ -83,7 +83,7 @@ def create(
83
84
85
86
87
88
89
@@ -245,7 +245,7 @@ async def create(
245
246
247
248
249
250
251
src/replicate/resources/predictions.py
@@ -90,7 +90,7 @@ def create(
90
91
92
93
94
95
For a complete overview of the `predictions.create` API check out our
96
documentation on
@@ -541,7 +541,7 @@ async def create(
541
542
543
544
545
546
547
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments