Skip to content

release: 2.23.1 #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.23.0"
".": "2.23.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.23.1 (2025-01-20)

Full Changelog: [v2.23.0...v2.23.1](https://github.com/orbcorp/orb-python/compare/v2.23.0...v2.23.1)

### Bug Fixes

* **tests:** make test_get_platform less flaky ([#500](https://github.com/orbcorp/orb-python/issues/500)) ([1eebaeb](https://github.com/orbcorp/orb-python/commit/1eebaeb04d0b84b36c517b8f64f8fe2e9409dd42))


### Chores

* **internal:** avoid pytest-asyncio deprecation warning ([#501](https://github.com/orbcorp/orb-python/issues/501)) ([13c0146](https://github.com/orbcorp/orb-python/commit/13c01468044209c5a17321cc7e766dcd3521906c))
* **internal:** version bump ([#497](https://github.com/orbcorp/orb-python/issues/497)) ([4fdc09b](https://github.com/orbcorp/orb-python/commit/4fdc09bb2d71f1a7a4445c589242f11cbb564414))


### Documentation

* **raw responses:** fix duplicate `the` ([#499](https://github.com/orbcorp/orb-python/issues/499)) ([27ae2b2](https://github.com/orbcorp/orb-python/commit/27ae2b2b0cd4609a12e553fb588e72bc7e6f84a5))

## 2.23.0 (2025-01-18)

Full Changelog: [v2.22.0...v2.23.0](https://github.com/orbcorp/orb-python/compare/v2.22.0...v2.23.0)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "orb-billing"
version = "2.23.0"
version = "2.23.1"
description = "The official Python library for the orb API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down Expand Up @@ -129,6 +129,7 @@ testpaths = ["tests"]
addopts = "--tb=short"
xfail_strict = true
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "session"
filterwarnings = [
"error"
]
Expand Down
2 changes: 1 addition & 1 deletion src/orb/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "orb"
__version__ = "2.23.0" # x-release-please-version
__version__ = "2.23.1" # x-release-please-version
4 changes: 2 additions & 2 deletions src/orb/resources/alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Alerts(SyncAPIResource):
@cached_property
def with_raw_response(self) -> AlertsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -530,7 +530,7 @@ class AsyncAlerts(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncAlertsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/coupons/coupons.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def subscriptions(self) -> Subscriptions:
@cached_property
def with_raw_response(self) -> CouponsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -264,7 +264,7 @@ def subscriptions(self) -> AsyncSubscriptions:
@cached_property
def with_raw_response(self) -> AsyncCouponsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/coupons/subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Subscriptions(SyncAPIResource):
@cached_property
def with_raw_response(self) -> SubscriptionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -99,7 +99,7 @@ class AsyncSubscriptions(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncSubscriptionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/credit_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CreditNotes(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CreditNotesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -188,7 +188,7 @@ class AsyncCreditNotes(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCreditNotesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/balance_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BalanceTransactions(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BalanceTransactionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -191,7 +191,7 @@ class AsyncBalanceTransactions(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBalanceTransactionsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Costs(SyncAPIResource):
@cached_property
def with_raw_response(self) -> CostsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -404,7 +404,7 @@ class AsyncCosts(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncCostsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/credits.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def top_ups(self) -> TopUps:
@cached_property
def with_raw_response(self) -> CreditsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -212,7 +212,7 @@ def top_ups(self) -> AsyncTopUps:
@cached_property
def with_raw_response(self) -> AsyncCreditsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/ledger.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Ledger(SyncAPIResource):
@cached_property
def with_raw_response(self) -> LedgerWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -2179,7 +2179,7 @@ class AsyncLedger(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncLedgerWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/credits/top_ups.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class TopUps(SyncAPIResource):
@cached_property
def with_raw_response(self) -> TopUpsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -419,7 +419,7 @@ class AsyncTopUps(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncTopUpsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/customers/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def balance_transactions(self) -> BalanceTransactions:
@cached_property
def with_raw_response(self) -> CustomersWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -968,7 +968,7 @@ def balance_transactions(self) -> AsyncBalanceTransactions:
@cached_property
def with_raw_response(self) -> AsyncCustomersWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def external_dimensional_price_group_id(self) -> ExternalDimensionalPriceGroupID
@cached_property
def with_raw_response(self) -> DimensionalPriceGroupsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -213,7 +213,7 @@ def external_dimensional_price_group_id(self) -> AsyncExternalDimensionalPriceGr
@cached_property
def with_raw_response(self) -> AsyncDimensionalPriceGroupsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ExternalDimensionalPriceGroupID(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ExternalDimensionalPriceGroupIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -75,7 +75,7 @@ class AsyncExternalDimensionalPriceGroupID(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncExternalDimensionalPriceGroupIDWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/backfills.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Backfills(SyncAPIResource):
@cached_property
def with_raw_response(self) -> BackfillsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -344,7 +344,7 @@ class AsyncBackfills(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncBackfillsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def volume(self) -> Volume:
@cached_property
def with_raw_response(self) -> EventsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -603,7 +603,7 @@ def volume(self) -> AsyncVolume:
@cached_property
def with_raw_response(self) -> AsyncEventsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/events/volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Volume(SyncAPIResource):
@cached_property
def with_raw_response(self) -> VolumeWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -121,7 +121,7 @@ class AsyncVolume(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncVolumeWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/invoice_line_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class InvoiceLineItems(SyncAPIResource):
@cached_property
def with_raw_response(self) -> InvoiceLineItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -117,7 +117,7 @@ class AsyncInvoiceLineItems(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncInvoiceLineItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/invoices.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Invoices(SyncAPIResource):
@cached_property
def with_raw_response(self) -> InvoicesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -573,7 +573,7 @@ class AsyncInvoices(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncInvoicesWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
4 changes: 2 additions & 2 deletions src/orb/resources/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Items(SyncAPIResource):
@cached_property
def with_raw_response(self) -> ItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down Expand Up @@ -220,7 +220,7 @@ class AsyncItems(AsyncAPIResource):
@cached_property
def with_raw_response(self) -> AsyncItemsWithRawResponse:
"""
This property can be used as a prefix for any HTTP method call to return the
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/orbcorp/orb-python#accessing-raw-response-data-eg-headers
Expand Down
Loading
Loading