File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 77 - ' integrated/**'
88 - ' stl-preview-head/**'
99 - ' stl-preview-base/**'
10+ pull_request :
11+ branches-ignore :
12+ - ' stl-preview-head/**'
13+ - ' stl-preview-base/**'
1014
1115jobs :
1216 lint :
Original file line number Diff line number Diff line change 11# Replicate Python API library
22
3- [ ![ PyPI version] ( https://img.shields.io/pypi/v/replicate.svg )] ( https://pypi.org/project/replicate/ )
3+ [ ![ PyPI version] ( < https://img.shields.io/pypi/v/replicate.svg?label=pypi%20(stable) > )] ( https://pypi.org/project/replicate/ )
44
55The Replicate Python library provides convenient access to the Replicate REST API from any Python 3.8+
66application. The library includes type definitions for all request params and response fields,
Original file line number Diff line number Diff line change 1+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2+
13from __future__ import annotations
24
35import os
You can’t perform that action at this time.
0 commit comments