Skip to content

Commit 27b5f18

Browse files
chore: update SDK settings (#3)
1 parent bd9a84a commit 27b5f18

4 files changed

Lines changed: 16 additions & 19 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Replicate Client 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-zeke-test-stainless.svg)](https://pypi.org/project/replicate-zeke-test-stainless/)
44

55
The Replicate Client Python library provides convenient access to the Replicate Client REST API from any Python 3.8+
66
application. The library includes type definitions for all request params and response fields,
@@ -15,13 +15,10 @@ The REST API documentation can be found on [replicate.com](https://replicate.com
1515
## Installation
1616

1717
```sh
18-
# install from the production repo
19-
pip install git+ssh://git@github.com/zeke/replicate-client-python-prod-for-fun.git
18+
# install from PyPI
19+
pip install --pre replicate-zeke-test-stainless
2020
```
2121

22-
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre replicate`
24-
2522
## Usage
2623

2724
The full API of this library can be found in [api.md](api.md).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "replicate"
2+
name = "replicate-zeke-test-stainless"
33
version = "0.0.1-alpha.0"
44
description = "The official Python library for the replicate-client API"
55
dynamic = ["readme"]

requirements-dev.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ annotated-types==0.6.0
1313
# via pydantic
1414
anyio==4.4.0
1515
# via httpx
16-
# via replicate
16+
# via replicate-zeke-test-stainless
1717
argcomplete==3.1.2
1818
# via nox
1919
certifi==2023.7.22
@@ -25,7 +25,7 @@ dirty-equals==0.6.0
2525
distlib==0.3.7
2626
# via virtualenv
2727
distro==1.8.0
28-
# via replicate
28+
# via replicate-zeke-test-stainless
2929
exceptiongroup==1.2.2
3030
# via anyio
3131
# via pytest
@@ -36,7 +36,7 @@ h11==0.14.0
3636
httpcore==1.0.2
3737
# via httpx
3838
httpx==0.28.1
39-
# via replicate
39+
# via replicate-zeke-test-stainless
4040
# via respx
4141
idna==3.4
4242
# via anyio
@@ -63,7 +63,7 @@ platformdirs==3.11.0
6363
pluggy==1.5.0
6464
# via pytest
6565
pydantic==2.10.3
66-
# via replicate
66+
# via replicate-zeke-test-stainless
6767
pydantic-core==2.27.1
6868
# via pydantic
6969
pygments==2.18.0
@@ -85,7 +85,7 @@ six==1.16.0
8585
# via python-dateutil
8686
sniffio==1.3.0
8787
# via anyio
88-
# via replicate
88+
# via replicate-zeke-test-stainless
8989
time-machine==2.9.0
9090
tomli==2.0.2
9191
# via mypy
@@ -96,7 +96,7 @@ typing-extensions==4.12.2
9696
# via pydantic
9797
# via pydantic-core
9898
# via pyright
99-
# via replicate
99+
# via replicate-zeke-test-stainless
100100
virtualenv==20.24.5
101101
# via nox
102102
zipp==3.17.0

requirements.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,32 @@ annotated-types==0.6.0
1313
# via pydantic
1414
anyio==4.4.0
1515
# via httpx
16-
# via replicate
16+
# via replicate-zeke-test-stainless
1717
certifi==2023.7.22
1818
# via httpcore
1919
# via httpx
2020
distro==1.8.0
21-
# via replicate
21+
# via replicate-zeke-test-stainless
2222
exceptiongroup==1.2.2
2323
# via anyio
2424
h11==0.14.0
2525
# via httpcore
2626
httpcore==1.0.2
2727
# via httpx
2828
httpx==0.28.1
29-
# via replicate
29+
# via replicate-zeke-test-stainless
3030
idna==3.4
3131
# via anyio
3232
# via httpx
3333
pydantic==2.10.3
34-
# via replicate
34+
# via replicate-zeke-test-stainless
3535
pydantic-core==2.27.1
3636
# via pydantic
3737
sniffio==1.3.0
3838
# via anyio
39-
# via replicate
39+
# via replicate-zeke-test-stainless
4040
typing-extensions==4.12.2
4141
# via anyio
4242
# via pydantic
4343
# via pydantic-core
44-
# via replicate
44+
# via replicate-zeke-test-stainless

0 commit comments

Comments
 (0)