Skip to content

Commit b431d67

Browse files
chore: update SDK settings
1 parent c99b98a commit b431d67

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: 6
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/civo%2Frelaxai-test-b7d3d2b3571acdc4812c03a46138498f75f16c56c8da2bca158c87ed6c436968.yml
33
openapi_spec_hash: bb058ba6043f962bcd4438dede611f7c
4-
config_hash: c2db192488bc05a28b5068004461286b
4+
config_hash: e375c5f4305dec2e76ddaec0134e3b5d

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 [www.relax.ai](https://www.relax.ai).
1616
## Installation
1717

1818
```sh
19-
# install from the production repo
20-
pip install git+ssh://git@github.com/bennorris123/python-sdk-test.git
19+
# install from PyPI
20+
pip install relaxai_test
2121
```
2222

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

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

9390
```sh
94-
# install from the production repo
95-
pip install 'relaxai_test[aiohttp] @ git+ssh://git@github.com/bennorris123/python-sdk-test.git'
91+
# install from PyPI
92+
pip install relaxai_test[aiohttp]
9693
```
9794

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

0 commit comments

Comments
 (0)