File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 35
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/replicate%2Freplicate-client-37cd8ea847eb57706035f766ca549d5b4e2111053af0656a2df9a8150421428e.yml
33openapi_spec_hash : a3e4d6fd9aff6de0e4b6d8ad28cbbe05
4- config_hash : b8d572a5c40a5a2d2765ed9d1ae93317
4+ config_hash : da444f7a7ac6238fa0bdecaa01ffa4c3
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-stainless .svg )] ( https://pypi.org/project/replicate-stainless / )
3+ [ ![ PyPI version] ( https://img.shields.io/pypi/v/replicate.svg )] ( 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,
@@ -16,7 +16,7 @@ The REST API documentation can be found on [replicate.com](https://replicate.com
1616
1717``` sh
1818# install from PyPI
19- pip install replicate-stainless
19+ pip install replicate
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 11[project ]
2- name = " replicate-stainless "
2+ name = " replicate"
33version = " 0.6.0"
44description = " The official Python library for the replicate API"
55dynamic = [" readme" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ annotated-types==0.6.0
1414 # via pydantic
1515anyio==4.4.0
1616 # via httpx
17- # via replicate-stainless
17+ # via replicate
1818argcomplete==3.1.2
1919 # via nox
2020certifi==2023.7.22
@@ -26,7 +26,7 @@ dirty-equals==0.6.0
2626distlib==0.3.7
2727 # via virtualenv
2828distro==1.8.0
29- # via replicate-stainless
29+ # via replicate
3030exceptiongroup==1.2.2
3131 # via anyio
3232 # via pytest
@@ -37,7 +37,7 @@ h11==0.14.0
3737httpcore==1.0.2
3838 # via httpx
3939httpx==0.28.1
40- # via replicate-stainless
40+ # via replicate
4141 # via respx
4242idna==3.4
4343 # via anyio
@@ -64,7 +64,7 @@ platformdirs==3.11.0
6464pluggy==1.5.0
6565 # via pytest
6666pydantic==2.10.3
67- # via replicate-stainless
67+ # via replicate
6868pydantic-core==2.27.1
6969 # via pydantic
7070pygments==2.18.0
@@ -86,7 +86,7 @@ six==1.16.0
8686 # via python-dateutil
8787sniffio==1.3.0
8888 # via anyio
89- # via replicate-stainless
89+ # via replicate
9090time-machine==2.9.0
9191tomli==2.0.2
9292 # via mypy
@@ -97,7 +97,7 @@ typing-extensions==4.12.2
9797 # via pydantic
9898 # via pydantic-core
9999 # via pyright
100- # via replicate-stainless
100+ # via replicate
101101virtualenv==20.24.5
102102 # via nox
103103zipp==3.17.0
Original file line number Diff line number Diff line change @@ -14,32 +14,32 @@ annotated-types==0.6.0
1414 # via pydantic
1515anyio==4.4.0
1616 # via httpx
17- # via replicate-stainless
17+ # via replicate
1818certifi==2023.7.22
1919 # via httpcore
2020 # via httpx
2121distro==1.8.0
22- # via replicate-stainless
22+ # via replicate
2323exceptiongroup==1.2.2
2424 # via anyio
2525h11==0.14.0
2626 # via httpcore
2727httpcore==1.0.2
2828 # via httpx
2929httpx==0.28.1
30- # via replicate-stainless
30+ # via replicate
3131idna==3.4
3232 # via anyio
3333 # via httpx
3434pydantic==2.10.3
35- # via replicate-stainless
35+ # via replicate
3636pydantic-core==2.27.1
3737 # via pydantic
3838sniffio==1.3.0
3939 # via anyio
40- # via replicate-stainless
40+ # via replicate
4141typing-extensions==4.12.2
4242 # via anyio
4343 # via pydantic
4444 # via pydantic-core
45- # via replicate-stainless
45+ # via replicate
You can’t perform that action at this time.
0 commit comments