Skip to content

Commit c331e7e

Browse files
chore: update SDK settings
1 parent 7ff81a7 commit c331e7e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 29
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/vitable%2Fvitable-connect-da7778e69a30f55bdfb58bc3df94cefe7b13a37eee9640eac1aaf43f57a8d149.yml
33
openapi_spec_hash: 031c9c1d1a6be156666b3230e0b9fb44
4-
config_hash: fa36b1842a2b9294de85f3d96db70945
4+
config_hash: aa9edfd81799414fedb563398104da4e

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ The REST API documentation can be found on [vitablehealth.com](https://vitablehe
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/Vitable-Inc/vitable-connect-python.git
19+
# install from PyPI
20+
pip install vitable_connect
2121
```
2222

23-
> [!NOTE]
24-
> Once this package is [published to PyPI](https://www.stainless.com/docs/guides/publish), this will become: `pip install vitable_connect`
25-
2623
## Usage
2724

2825
The full API of this library can be found in [api.md](api.md).
@@ -83,8 +80,8 @@ By default, the async client uses `httpx` for HTTP requests. However, for improv
8380
You can enable this by installing `aiohttp`:
8481

8582
```sh
86-
# install from the production repo
87-
pip install 'vitable_connect[aiohttp] @ git+ssh://git@github.com/Vitable-Inc/vitable-connect-python.git'
83+
# install from PyPI
84+
pip install vitable_connect[aiohttp]
8885
```
8986

9087
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

0 commit comments

Comments
 (0)