Skip to content

Commit eb673c9

Browse files
release: 1.34.1
1 parent 26e32a5 commit eb673c9

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.34.0"
2+
".": "1.34.1"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.34.1 (2025-04-24)
4+
5+
Full Changelog: [v1.34.0...v1.34.1](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.34.0...v1.34.1)
6+
7+
### Bug Fixes
8+
9+
* **pydantic v1:** more robust ModelField.annotation check ([024926b](https://github.com/conductor-is/quickbooks-desktop-python/commit/024926b582330cc9a75435f89c250988fe7158f4))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([5757fae](https://github.com/conductor-is/quickbooks-desktop-python/commit/5757fae231a11728d1e9278153dc4bd5ab2b098a))
15+
* **internal:** codegen related update ([26e32a5](https://github.com/conductor-is/quickbooks-desktop-python/commit/26e32a5475b5299b1db70f50d8c842e24fda2e96))
16+
* **internal:** fix list file params ([be07999](https://github.com/conductor-is/quickbooks-desktop-python/commit/be079990b68669ea54cdab53966feb8f563eef42))
17+
* **internal:** import reformatting ([ee7884c](https://github.com/conductor-is/quickbooks-desktop-python/commit/ee7884c22c3ea949591f0f612e9efcfc9c3f5c1b))
18+
* **internal:** refactor retries to not use recursion ([32f6ed4](https://github.com/conductor-is/quickbooks-desktop-python/commit/32f6ed4adfd21a863c80b4d0e2c125a72b4e28ac))
19+
320
## 1.34.0 (2025-04-23)
421

522
Full Changelog: [v1.33.0...v1.34.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.33.0...v1.34.0)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "conductor-py"
3-
version = "1.34.0"
3+
version = "1.34.1"
44
description = "The official Python library for the conductor API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/conductor/_version.py

+1-1
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.34.0" # x-release-please-version
4+
__version__ = "1.34.1" # x-release-please-version

0 commit comments

Comments
 (0)