Skip to content

Commit db29efb

Browse files
release: 3.19.2
1 parent 6d63b8d commit db29efb

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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-
".": "3.19.1"
2+
".": "3.19.2"
33
}

CHANGELOG.md

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

3+
## 3.19.2 (2025-04-22)
4+
5+
Full Changelog: [v3.19.1...v3.19.2](https://github.com/orbcorp/orb-python/compare/v3.19.1...v3.19.2)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([57796bf](https://github.com/orbcorp/orb-python/commit/57796bf80e447c8ef5687bbfe0c60a2d0038f981))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([c1a4723](https://github.com/orbcorp/orb-python/commit/c1a472380f49e766d1ea3adaa8f621112687e93d))
15+
* **internal:** fix list file params ([4281d11](https://github.com/orbcorp/orb-python/commit/4281d1153244369d4424731fffb29a52d55d91a8))
16+
* **internal:** import reformatting ([3912d52](https://github.com/orbcorp/orb-python/commit/3912d5225dce95e20ae41f51342f2dde1f960aca))
17+
* **internal:** refactor retries to not use recursion ([dd2a4b7](https://github.com/orbcorp/orb-python/commit/dd2a4b7e48c890763c1fddbd4285713f6658ce49))
18+
* **internal:** update models test ([28df611](https://github.com/orbcorp/orb-python/commit/28df611e6d0c3948cefb2ed95f5b931c4da01d7a))
19+
320
## 3.19.1 (2025-04-16)
421

522
Full Changelog: [v3.19.0...v3.19.1](https://github.com/orbcorp/orb-python/compare/v3.19.0...v3.19.1)

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 = "3.19.1"
3+
version = "3.19.2"
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__ = "3.19.1" # x-release-please-version
4+
__version__ = "3.19.2" # x-release-please-version

0 commit comments

Comments
 (0)