Skip to content

Commit c52a11c

Browse files
stainless-app[bot]DannyNemer
authored andcommitted
release: 1.58.0
1 parent 7e5f7e9 commit c52a11c

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-
".": "1.57.0"
2+
".": "1.58.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+
## 1.58.0 (2025-09-04)
4+
5+
Full Changelog: [v1.57.0...v1.58.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.57.0...v1.58.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b725b5b](https://github.com/conductor-is/quickbooks-desktop-python/commit/b725b5b4b295ee3d2557ab9d5b0b1147829ef03e))
10+
* improve future compat with pydantic v3 ([8c2a3e0](https://github.com/conductor-is/quickbooks-desktop-python/commit/8c2a3e04da4ad630d1d2c18c943b48562c26adae))
11+
* **types:** replace List[str] with SequenceNotStr in params ([1e9040a](https://github.com/conductor-is/quickbooks-desktop-python/commit/1e9040a18f9d9ee9338fdff9e26175b0c879b55f))
12+
13+
14+
### Chores
15+
16+
* **internal:** add Sequence related utils ([8247e7a](https://github.com/conductor-is/quickbooks-desktop-python/commit/8247e7ab2dc265aa8a1d258ee2a8d2c0603f27fa))
17+
318
## 1.57.0 (2025-08-27)
419

520
Full Changelog: [v1.56.1...v1.57.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.56.1...v1.57.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 = "conductor-py"
3-
version = "1.57.0"
3+
version = "1.58.0"
44
description = "The official Python library for the conductor API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/conductor/_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__ = "conductor"
4-
__version__ = "1.57.0" # x-release-please-version
4+
__version__ = "1.58.0" # x-release-please-version

0 commit comments

Comments
 (0)