File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed
Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 3.19.0 "
2+ "." : " 3.19.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.19.1 (2025-04-16)
4+
5+ Full Changelog: [ v3.19.0...v3.19.1] ( https://github.com/orbcorp/orb-python/compare/v3.19.0...v3.19.1 )
6+
7+ ### Bug Fixes
8+
9+ * ** client:** correctly reuse idempotency key ([ 0cdec4a] ( https://github.com/orbcorp/orb-python/commit/0cdec4a9188032b28280671e1a07839207f32265 ) )
10+ * ** perf:** optimize some hot paths ([ a5f8e2b] ( https://github.com/orbcorp/orb-python/commit/a5f8e2b0e5a1069c23864821e6d07c3b314a89bd ) )
11+ * ** perf:** skip traversing types for NotGiven values ([ 1416a8e] ( https://github.com/orbcorp/orb-python/commit/1416a8e2345aed3f03d5e2e0f144a3f100e0383b ) )
12+
13+
14+ ### Chores
15+
16+ * ** internal:** base client updates ([ d2a8b98] ( https://github.com/orbcorp/orb-python/commit/d2a8b98bfe31a91f12f8ef7a5e6d648755967d1b ) )
17+ * ** internal:** bump pyright version ([ 35933d9] ( https://github.com/orbcorp/orb-python/commit/35933d9adaacef7d1603c294ff334433919506c7 ) )
18+ * ** internal:** expand CI branch coverage ([ #619 ] ( https://github.com/orbcorp/orb-python/issues/619 ) ) ([ c1d283c] ( https://github.com/orbcorp/orb-python/commit/c1d283c07516a7df63dbde00d762afac5877f50c ) )
19+ * ** internal:** reduce CI branch coverage ([ 45f5613] ( https://github.com/orbcorp/orb-python/commit/45f56132576369cc18c94075b3b963ce080ce1f3 ) )
20+ * ** internal:** update pyright settings ([ e528807] ( https://github.com/orbcorp/orb-python/commit/e52880726bdbb63354c0163871756b3a809fef7f ) )
21+
322## 3.19.0 (2025-04-08)
423
524Full Changelog: [ v3.18.2...v3.19.0] ( https://github.com/orbcorp/orb-python/compare/v3.18.2...v3.19.0 )
Original file line number Diff line number Diff line change 11[project ]
22name = " orb-billing"
3- version = " 3.19.0 "
3+ version = " 3.19.1 "
44description = " The official Python library for the orb API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "orb"
4- __version__ = "3.19.0 " # x-release-please-version
4+ __version__ = "3.19.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments