Skip to content

Commit 71dc986

Browse files
chore: update SDK settings
1 parent be70621 commit 71dc986

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 23
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/beeper%2Fbeeper-desktop-api-5a8ac7b545c48dc892e5c680303e305254921554dabee848e40a808659dbcf1e.yml
33
openapi_spec_hash: 0103975601aac1445d3a4ef418c5d17a
4-
config_hash: ca148af6be59ec54295b2c5f852a38d1
4+
config_hash: e342a96262eaf44c54e8bbb93cc8d7a7

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ CREATE EXTENSION beeper_desktop_api;
3939
And install the Python SDK dependency:
4040

4141
```sh
42-
# install from the production repo
43-
pip install git+ssh://git@github.com/beeper/desktop-api-python.git
42+
# install from PyPI
43+
pip install beeper_desktop_api
4444
```
4545

4646
See [`./scripts/test`](./scripts/test) how to use a [Python virtual environment](https://docs.python.org/3/library/sys_path_init.html#sys-path-init-virtual-environments) if you prefer that instead.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name = "beeper_desktop_api-sql"
33
version = "0.0.0"
44
requires-python = ">=3.9.18"
55
dependencies = [
6-
"beeper_desktop_api @ https://github.com/beeper/desktop-api-python.git",
6+
"beeper_desktop_api",
77
]

0 commit comments

Comments
 (0)