Skip to content

Commit b94b199

Browse files
release: 4.56.0
1 parent b14d505 commit b94b199

4 files changed

Lines changed: 74 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.55.0"
2+
".": "4.56.0"
33
}

CHANGELOG.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,76 @@
11
# Changelog
22

3+
## 4.56.0 (2026-04-28)
4+
5+
Full Changelog: [v4.55.0...v4.56.0](https://github.com/orbcorp/orb-python/compare/v4.55.0...v4.56.0)
6+
7+
### Features
8+
9+
* **api:** api update ([71340f6](https://github.com/orbcorp/orb-python/commit/71340f6025d41322701c9aa59ae9ff52d783428e))
10+
* **api:** api update ([6450ca8](https://github.com/orbcorp/orb-python/commit/6450ca894f18893714bde57ed1b2841deef556ab))
11+
* **api:** api update ([d11987d](https://github.com/orbcorp/orb-python/commit/d11987d6a51e91b50bbd1a5b551fed1747bd42b6))
12+
* **api:** api update ([f5bfd3c](https://github.com/orbcorp/orb-python/commit/f5bfd3c2c346af87b457b62726d8e117ba3e0f23))
13+
* **api:** api update ([3b0e75f](https://github.com/orbcorp/orb-python/commit/3b0e75fcfff160299f9229116ed1a267f2d0b44c))
14+
* **api:** api update ([de414ba](https://github.com/orbcorp/orb-python/commit/de414ba5ad025dd149eb8fde15767aca928b289d))
15+
* **api:** api update ([5a1e185](https://github.com/orbcorp/orb-python/commit/5a1e185f488ee90547d11f4178d25e6382447823))
16+
* **api:** api update ([3c67098](https://github.com/orbcorp/orb-python/commit/3c67098dbbfb806a14bfe65f83930b1f594d873a))
17+
* **api:** api update ([4e3652d](https://github.com/orbcorp/orb-python/commit/4e3652dfaec77221b4907179784aaf88e1ff2d67))
18+
* **api:** api update ([931c0f4](https://github.com/orbcorp/orb-python/commit/931c0f421c553981b7c0326a0c721e7cc5fa53f3))
19+
* **api:** api update ([8c1ffda](https://github.com/orbcorp/orb-python/commit/8c1ffda41e28f9f3dad2b64363dc3e6d8b8e57b2))
20+
* **api:** api update ([deda5e1](https://github.com/orbcorp/orb-python/commit/deda5e1a4c4412e91ad61f038b5c9e17d3072a22))
21+
* **api:** api update ([425bac4](https://github.com/orbcorp/orb-python/commit/425bac4cc3a9df0085fad215bf5c66d108008d67))
22+
* **api:** api update ([cd1cd23](https://github.com/orbcorp/orb-python/commit/cd1cd2396264bbc01c71c6ba7e2dc937ee1b5928))
23+
* **api:** api update ([6b4583e](https://github.com/orbcorp/orb-python/commit/6b4583ede27c6245a828b670301e1bf37cf708a7))
24+
* **api:** api update ([b676980](https://github.com/orbcorp/orb-python/commit/b6769806d684451bd19d037fd80132e4a0de5930))
25+
* **api:** api update ([19af3f7](https://github.com/orbcorp/orb-python/commit/19af3f7d6238fb95b66cf2229e5095a0f2bb0df1))
26+
* **api:** api update ([3686dc6](https://github.com/orbcorp/orb-python/commit/3686dc6ec326e564578f5ab13c7d258d41de8def))
27+
* **api:** api update ([2fbc2b1](https://github.com/orbcorp/orb-python/commit/2fbc2b14d46648f4ef4ea57ead9cd08b444211b1))
28+
* **internal:** implement indices array format for query and form serialization ([b78355c](https://github.com/orbcorp/orb-python/commit/b78355cef870adb25c8c6995362c1bef24ca78d1))
29+
* support setting headers via env ([2366135](https://github.com/orbcorp/orb-python/commit/2366135b23351d39f2da94f68e2649436ab6c4b7))
30+
31+
32+
### Bug Fixes
33+
34+
* **client:** preserve hardcoded query params when merging with user params ([a87a1f8](https://github.com/orbcorp/orb-python/commit/a87a1f812952e2aaf62d34539abe40d3fe3b8778))
35+
* **deps:** bump minimum typing-extensions version ([93f9afe](https://github.com/orbcorp/orb-python/commit/93f9afed7c1b6c5aa432e78bac43107a4b7f2df1))
36+
* ensure file data are only sent as 1 parameter ([e478a4e](https://github.com/orbcorp/orb-python/commit/e478a4e612a3cf3f4ac6162cb0f965938fe06856))
37+
* **pydantic:** do not pass `by_alias` unless set ([06cedae](https://github.com/orbcorp/orb-python/commit/06cedaebd513685daa42d203346112a8ac4c792a))
38+
* sanitize endpoint path params ([a7e8834](https://github.com/orbcorp/orb-python/commit/a7e88347c865c3daa237efaedbb824cf04a5d3b2))
39+
* use correct field name format for multipart file arrays ([62c31ad](https://github.com/orbcorp/orb-python/commit/62c31ad3426daf3df4ac7c1af8813f6ac4b30103))
40+
41+
42+
### Performance Improvements
43+
44+
* **client:** optimize file structure copying in multipart requests ([b9feeba](https://github.com/orbcorp/orb-python/commit/b9feeba9110ee8bc347368a1f277b2f2c75f5955))
45+
46+
47+
### Chores
48+
49+
* **ci:** skip lint on metadata-only changes ([16d7746](https://github.com/orbcorp/orb-python/commit/16d77465cdd71d193002e3d977f926a856b8a693))
50+
* **ci:** skip uploading artifacts on stainless-internal branches ([a2813c8](https://github.com/orbcorp/orb-python/commit/a2813c8575727ecbd2582b251095ed70a9b75613))
51+
* **docs:** add missing descriptions ([1bb4db8](https://github.com/orbcorp/orb-python/commit/1bb4db815a18a056aa19366c6622a66935d59577))
52+
* **internal:** add request options to SSE classes ([9110978](https://github.com/orbcorp/orb-python/commit/9110978adab2229b2eff3f3dfeb3ce6df2f5305e))
53+
* **internal:** make `test_proxy_environment_variables` more resilient ([e567054](https://github.com/orbcorp/orb-python/commit/e56705443f6920ad4b6eb750a5cd0488d8a119f3))
54+
* **internal:** make `test_proxy_environment_variables` more resilient to env ([a2da977](https://github.com/orbcorp/orb-python/commit/a2da97718dd34551d38475738e3fd701cc8e2fbe))
55+
* **internal:** more robust bootstrap script ([eaaf738](https://github.com/orbcorp/orb-python/commit/eaaf7380236110ea5ddacd9bc49eaaff895b3fab))
56+
* **internal:** tweak CI branches ([c5ab3b4](https://github.com/orbcorp/orb-python/commit/c5ab3b47348d6b75866c9e3e3ff6cc185e3cd1c8))
57+
* **internal:** update gitignore ([e2316ae](https://github.com/orbcorp/orb-python/commit/e2316aee6077ef333f4ae35fd759e3ef0a8d4343))
58+
* **test:** do not count install time for mock server timeout ([888e2ca](https://github.com/orbcorp/orb-python/commit/888e2ca02a4fd7cb2294bf0ce1af4b8cee014809))
59+
* **tests:** bump steady to v0.19.4 ([dba860e](https://github.com/orbcorp/orb-python/commit/dba860e1955d0964daee83d2f4eae6030df1e802))
60+
* **tests:** bump steady to v0.19.5 ([0918804](https://github.com/orbcorp/orb-python/commit/09188043849d27914198fd370b525ab9353cb174))
61+
* **tests:** bump steady to v0.19.6 ([f37e5be](https://github.com/orbcorp/orb-python/commit/f37e5be1bdad7d3f627f2a5f1a7e97fa590dc3c3))
62+
* **tests:** bump steady to v0.19.7 ([403afe2](https://github.com/orbcorp/orb-python/commit/403afe25fbed8a923ec2bbcf5b7ab4deb16bfaef))
63+
* **tests:** bump steady to v0.20.1 ([a15890c](https://github.com/orbcorp/orb-python/commit/a15890cea8a677e9f3fa1d63cb13411ec39896d4))
64+
* **tests:** bump steady to v0.20.2 ([1b0c906](https://github.com/orbcorp/orb-python/commit/1b0c906c63dd56858f8c45293e6089abcb6f0060))
65+
* **tests:** bump steady to v0.22.1 ([cbbf427](https://github.com/orbcorp/orb-python/commit/cbbf42715e0f53d2e9fd5f720b11c0333738ae3e))
66+
* **tests:** update mock server to steady ([97a3d8f](https://github.com/orbcorp/orb-python/commit/97a3d8ff2b9ffe7810864b7146fbe9dab0909aa5))
67+
* update mock server docs ([0f016de](https://github.com/orbcorp/orb-python/commit/0f016de052ebb429752c7ffdc4ca061c19562469))
68+
69+
70+
### Documentation
71+
72+
* improve examples ([de8f18b](https://github.com/orbcorp/orb-python/commit/de8f18b0efd5c11bb5a62078ada084dc8b81bd46))
73+
374
## 4.55.0 (2026-02-12)
475

576
Full Changelog: [v4.54.0...v4.55.0](https://github.com/orbcorp/orb-python/compare/v4.54.0...v4.55.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "orb-billing"
3-
version = "4.55.0"
3+
version = "4.56.0"
44
description = "The official Python library for the orb API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/orb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "orb"
4-
__version__ = "4.55.0" # x-release-please-version
4+
__version__ = "4.56.0" # x-release-please-version

0 commit comments

Comments
 (0)