File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2.0.0-alpha.15 "
2+ "." : " 2.0.0-alpha.16 "
33}
Original file line number Diff line number Diff line change 11configured_endpoints : 35
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-f7593472a5efb976e51590137c8aed6bdbe8b305b3f3840ec85cec59437bfcdb .yml
3- openapi_spec_hash : 2f428b6bcb93a186a9c003a6ee976efa
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-e0e6031e9c2b95fb8048a3f641a975e9eda9dc3c1efa84174bbda31da2dd089d .yml
3+ openapi_spec_hash : 49f7758ff3e1894611407f703921fcaf
44config_hash : 218f95f3af761e55867d28b8d75464c8
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0-alpha.16 (2025-08-09)
4+
5+ Full Changelog: [ v2.0.0-alpha.15...v2.0.0-alpha.16] ( https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.15...v2.0.0-alpha.16 )
6+
7+ ### Chores
8+
9+ * update @stainless-api/prism-cli to v5.15.0 ([ 6fb0043] ( https://github.com/replicate/replicate-python-stainless/commit/6fb00432b7b91e8f8e0887e066b3cc5a55a4934b ) )
10+
311## 2.0.0-alpha.15 (2025-08-06)
412
513Full Changelog: [ v2.0.0-alpha.14...v2.0.0-alpha.15] ( https://github.com/replicate/replicate-python-stainless/compare/v2.0.0-alpha.14...v2.0.0-alpha.15 )
Original file line number Diff line number Diff line change 11[project ]
22name = " replicate"
3- version = " 2.0.0-alpha.15 "
3+ version = " 2.0.0-alpha.16 "
44description = " The official Python library for the replicate API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ echo "==> Starting mock server with URL ${URL}"
2121
2222# Run prism mock on the given spec
2323if [ " $1 " == " --daemon" ]; then
24- npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock " $URL " & > .prism.log &
24+ npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock " $URL " & > .prism.log &
2525
2626 # Wait for server to come online
2727 echo -n " Waiting for server"
@@ -37,5 +37,5 @@ if [ "$1" == "--daemon" ]; then
3737
3838 echo
3939else
40- npm exec --package=@stainless-api/prism-cli@5.8.5 -- prism mock " $URL "
40+ npm exec --package=@stainless-api/prism-cli@5.15.0 -- prism mock " $URL "
4141fi
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "replicate"
4- __version__ = "2.0.0-alpha.15 " # x-release-please-version
4+ __version__ = "2.0.0-alpha.16 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments