Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c8afe02
feat(api): api update
stainless-app[bot] Jan 9, 2026
a52f4a5
feat(api): api update
stainless-app[bot] Jan 10, 2026
63c9d28
feat(api): api update
stainless-app[bot] Jan 12, 2026
26e9984
feat(api): api update
stainless-app[bot] Jan 13, 2026
2370069
feat(api): api update
stainless-app[bot] Jan 13, 2026
0cf5376
feat(client): add support for binary request streaming
stainless-app[bot] Jan 13, 2026
49d5794
feat(api): api update
stainless-app[bot] Jan 13, 2026
10170f5
feat(api): api update
stainless-app[bot] Jan 15, 2026
3e1e44b
feat(api): api update
stainless-app[bot] Jan 16, 2026
3228988
feat(api): api update
stainless-app[bot] Jan 16, 2026
66cabf4
chore(internal): update `actions/checkout` version
stainless-app[bot] Jan 16, 2026
66fdb3b
feat(api): api update
stainless-app[bot] Jan 16, 2026
ec3efe2
feat(api): api update
stainless-app[bot] Jan 17, 2026
78da3f2
feat(api): api update
stainless-app[bot] Jan 19, 2026
9f6735d
feat(api): api update
stainless-app[bot] Jan 19, 2026
57de7ee
feat(api): api update
stainless-app[bot] Jan 20, 2026
3443622
feat(api): api update
stainless-app[bot] Jan 20, 2026
d897270
feat(api): api update
stainless-app[bot] Jan 21, 2026
d4ad504
feat(api): api update
stainless-app[bot] Jan 21, 2026
e8534dd
feat(api): api update
stainless-app[bot] Jan 21, 2026
cce5997
feat(api): api update
stainless-app[bot] Jan 21, 2026
c7eb889
codegen metadata
stainless-app[bot] Jan 22, 2026
674f3d8
feat(api): api update
stainless-app[bot] Jan 22, 2026
357f388
feat(api): api update
stainless-app[bot] Jan 23, 2026
92f21d5
release: 0.1.0
stainless-app[bot] Jan 23, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/whopsdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand All @@ -44,7 +44,7 @@ jobs:
id-token: write
runs-on: ${{ github.repository == 'stainless-sdks/whopsdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ${{ github.repository == 'stainless-sdks/whopsdk-python' && 'depot-ubuntu-24.04' || 'ubuntu-latest' }}
if: github.event_name == 'push' || github.event.pull_request.head.repo.fork
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Install Rye
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-doctor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'whopio/whopsdk-python' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Check release environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.23"
".": "0.1.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 149
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/frostedinc%2Fwhopsdk-54c90c246d009f9f497b45992768d2a85ad7213629fa4910f25acd54fe226559.yml
openapi_spec_hash: 4b8eac0f1a57239c285b065fa2397a51
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/frostedinc%2Fwhopsdk-c2ec7a86a71bec3d7b44bd29c8fd46b809794df3e92a39e20e4d43aed65c7725.yml
openapi_spec_hash: c1729209a70aa843c9100053913fe2a0
config_hash: d4f8c855179a930e9297fbd41adfb4f1
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.1.0 (2026-01-23)

Full Changelog: [v0.0.23...v0.1.0](https://github.com/whopio/whopsdk-python/compare/v0.0.23...v0.1.0)

### Features

* **api:** api update ([357f388](https://github.com/whopio/whopsdk-python/commit/357f3888026ce75af8ffe992a475f215adf9f1a1))
* **api:** api update ([674f3d8](https://github.com/whopio/whopsdk-python/commit/674f3d8b57de4b3c4ad0acff5b10ceaac25f496d))
* **api:** api update ([cce5997](https://github.com/whopio/whopsdk-python/commit/cce5997a68898f0f092eacdbc1a0a0992061cfe4))
* **api:** api update ([e8534dd](https://github.com/whopio/whopsdk-python/commit/e8534ddb4153d1b92af8749abdb1236d8ed48fab))
* **api:** api update ([d4ad504](https://github.com/whopio/whopsdk-python/commit/d4ad50414615e424f6d8bb580a9424872d0d4c22))
* **api:** api update ([d897270](https://github.com/whopio/whopsdk-python/commit/d897270c715c88e37b70973e7c01d0a5981dd351))
* **api:** api update ([3443622](https://github.com/whopio/whopsdk-python/commit/3443622036fccaf7dcba2e34d401fb3a256cded2))
* **api:** api update ([57de7ee](https://github.com/whopio/whopsdk-python/commit/57de7eed7757ebb9d61521381a9469c46504754c))
* **api:** api update ([9f6735d](https://github.com/whopio/whopsdk-python/commit/9f6735d3062eac581f80211d48f2f34a14aece4e))
* **api:** api update ([78da3f2](https://github.com/whopio/whopsdk-python/commit/78da3f26588c299da76dce5868511b9146f17607))
* **api:** api update ([ec3efe2](https://github.com/whopio/whopsdk-python/commit/ec3efe25e4e43e19ce03399c67e4afea1efc0028))
* **api:** api update ([66fdb3b](https://github.com/whopio/whopsdk-python/commit/66fdb3b57cd29227a0b70f85c4a9fd092f572aa2))
* **api:** api update ([3228988](https://github.com/whopio/whopsdk-python/commit/3228988ccc9c47cfc2e643ec7d546b03ccb5f3d7))
* **api:** api update ([3e1e44b](https://github.com/whopio/whopsdk-python/commit/3e1e44bd9dcd40765bd3dd429ba4c8905370f0e0))
* **api:** api update ([10170f5](https://github.com/whopio/whopsdk-python/commit/10170f57379561b95f4d9500c1dbe485c3048abe))
* **api:** api update ([49d5794](https://github.com/whopio/whopsdk-python/commit/49d57942ab4dec302afb89fed5f6fa77f2b40e5d))
* **api:** api update ([2370069](https://github.com/whopio/whopsdk-python/commit/23700699801a68e1e364420003aa55163d2c7917))
* **api:** api update ([26e9984](https://github.com/whopio/whopsdk-python/commit/26e9984a3bf8cb77b6ff98fd1a5718e7d0734f4a))
* **api:** api update ([63c9d28](https://github.com/whopio/whopsdk-python/commit/63c9d284fcb841598a93d85c1561e6a0cba73361))
* **api:** api update ([a52f4a5](https://github.com/whopio/whopsdk-python/commit/a52f4a5504b7175c3938102449204088b606fe38))
* **api:** api update ([c8afe02](https://github.com/whopio/whopsdk-python/commit/c8afe023d41bead426a76a593b244ec8b19db2d0))
* **client:** add support for binary request streaming ([0cf5376](https://github.com/whopio/whopsdk-python/commit/0cf53763bf59ab21991ed5b5ccf57b1296261fb0))


### Chores

* **internal:** update `actions/checkout` version ([66cabf4](https://github.com/whopio/whopsdk-python/commit/66cabf4a519d11d82c45d446fb0bc404d8f8dd1a))

## 0.0.23 (2026-01-09)

Full Changelog: [v0.0.22...v0.0.23](https://github.com/whopio/whopsdk-python/compare/v0.0.22...v0.0.23)
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ for payment in first_page.data:
# Remove `await` for non-async usage.
```

from datetime import datetime

## Nested params

Nested parameters are dictionaries, typed using `TypedDict`, for example:
Expand All @@ -203,15 +201,12 @@ from whop_sdk import Whop

client = Whop()

invoice = client.invoices.create(
collection_method="send_invoice",
app = client.apps.create(
company_id="biz_xxxxxxxxxxxxxx",
due_date=datetime.fromisoformat("2023-12-01T05:00:00.401"),
member_id="mber_xxxxxxxxxxxxx",
plan={},
product={"title": "title"},
name="name",
icon={"id": "id"},
)
print(invoice.plan)
print(app.icon)
```

## Handling errors
Expand Down
1 change: 0 additions & 1 deletion api.md
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,6 @@ from whop_sdk.types import (
WithdrawalFeeTypes,
WithdrawalSpeeds,
WithdrawalStatus,
WithdrawalTypes,
WithdrawalCreateResponse,
WithdrawalRetrieveResponse,
WithdrawalListResponse,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "whop-sdk"
version = "0.0.23"
version = "0.1.0"
description = "The official Python library for the Whop API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
Loading