Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0607a37
codegen metadata
stainless-app[bot] Oct 16, 2025
6fc03bc
chore: bump `httpx-aiohttp` version to 0.1.9
stainless-app[bot] Oct 17, 2025
f7eaf72
feat: add beta tag to stripe auto charge items
stainless-app[bot] Oct 17, 2025
f4ec768
codegen metadata
stainless-app[bot] Oct 17, 2025
2db9469
feat: internal: moving plans docs to deprecated section of new docs site
stainless-app[bot] Oct 20, 2025
36af1bf
feat: add exclude_zero_balances field behind a FF for anthropic
stainless-app[bot] Oct 21, 2025
d4c8c1e
codegen metadata
stainless-app[bot] Oct 21, 2025
6496de7
codegen metadata
stainless-app[bot] Oct 21, 2025
f74df85
feat: Relax requirement on customer level commits for invoice_contrac…
stainless-app[bot] Oct 21, 2025
f5f3f82
codegen metadata
stainless-app[bot] Oct 22, 2025
0d0d478
feat: not ready for review
stainless-app[bot] Oct 22, 2025
4025e58
feat: ignore_duplicates
stainless-app[bot] Oct 23, 2025
0d2c224
feat: docs(api) Documentation for seat-based subscription linked recu…
stainless-app[bot] Oct 23, 2025
ca07022
feat: not ready for review
stainless-app[bot] Oct 23, 2025
ac261c2
fix(api): Make id field required in /v2/notifications/edit
stainless-app[bot] Oct 23, 2025
a8c98bb
feat: [ORCH-282] plumb `payment_method_id` to the payment gateway object
stainless-app[bot] Oct 24, 2025
d1f8d43
docs: add migrate amendments to edits page
stainless-app[bot] Oct 24, 2025
a75c6fd
chore(api): Note SQL BM is not supported in previewCustomerEvents des…
stainless-app[bot] Oct 28, 2025
cef8c10
codegen metadata
stainless-app[bot] Oct 28, 2025
a9868ad
codegen metadata
stainless-app[bot] Oct 28, 2025
ed2abf0
fix(client): close streams without requiring full consumption
stainless-app[bot] Oct 29, 2025
f88624e
feat: Add avalara creds + billing provider APIs to SDK. Add avalara c…
stainless-app[bot] Oct 29, 2025
b64d7f6
feat: add METRONOME to BillingProvider type
stainless-app[bot] Oct 29, 2025
53f9064
chore(internal/tests): avoid race condition with implicit client cleanup
stainless-app[bot] Oct 30, 2025
1bf5eb0
codegen metadata
stainless-app[bot] Oct 30, 2025
9678520
codegen metadata
stainless-app[bot] Oct 31, 2025
25d584b
feat: [ORCH-797] add billing_provider_error to invoice.external_invoice
stainless-app[bot] Oct 31, 2025
60584c7
codegen metadata
stainless-app[bot] Oct 31, 2025
4bdaa73
feat: update get customer alerts api to include low seat balance type
stainless-app[bot] Oct 31, 2025
04303f8
release: 3.1.0
stainless-app[bot] Oct 31, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump httpx-aiohttp version to 0.1.9
  • Loading branch information
stainless-app[bot] committed Oct 17, 2025
commit 6fc03bcde0da509f5bc4e6a8e32c769d4d5d24a4
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Homepage = "https://github.com/Metronome-Industries/metronome-python"
Repository = "https://github.com/Metronome-Industries/metronome-python"

[project.optional-dependencies]
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]

[tool.rye]
managed = true
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ httpx==0.28.1
# via httpx-aiohttp
# via metronome-sdk
# via respx
httpx-aiohttp==0.1.8
httpx-aiohttp==0.1.9
# via metronome-sdk
idna==3.4
# via anyio
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ httpcore==1.0.9
httpx==0.28.1
# via httpx-aiohttp
# via metronome-sdk
httpx-aiohttp==0.1.8
httpx-aiohttp==0.1.9
# via metronome-sdk
idna==3.4
# via anyio
Expand Down