Skip to content

Commit ea63a67

Browse files
release: 4.18.0
1 parent dbf6aa2 commit ea63a67

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.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.17.0"
2+
".": "4.18.0"
33
}

CHANGELOG.md

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

3+
## 4.18.0 (2025-09-19)
4+
5+
Full Changelog: [v4.17.0...v4.18.0](https://github.com/orbcorp/orb-python/compare/v4.17.0...v4.18.0)
6+
7+
### Features
8+
9+
* **api:** api update ([dbf6aa2](https://github.com/orbcorp/orb-python/commit/dbf6aa2d3ce26ed36f06ff498852fb7a24bcd961))
10+
11+
12+
### Chores
13+
14+
* do not install brew dependencies in ./scripts/bootstrap by default ([1e5179b](https://github.com/orbcorp/orb-python/commit/1e5179b2b1e4ecb99133c5b29906f4b93881330b))
15+
* **internal:** update pydantic dependency ([87c1a17](https://github.com/orbcorp/orb-python/commit/87c1a17cffa15cd5b5ba8b4b4c664293ac8621d4))
16+
* **types:** change optional parameter type from NotGiven to Omit ([a15b380](https://github.com/orbcorp/orb-python/commit/a15b380ba6a89174a979373c53c982c23653c3a2))
17+
318
## 4.17.0 (2025-09-16)
419

520
Full Changelog: [v4.16.0...v4.17.0](https://github.com/orbcorp/orb-python/compare/v4.16.0...v4.17.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.17.0"
3+
version = "4.18.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.17.0" # x-release-please-version
4+
__version__ = "4.18.0" # x-release-please-version

0 commit comments

Comments
 (0)