Skip to content

Releases: conductor-is/quickbooks-desktop-python

v1.64.1

17 Nov 17:30

Choose a tag to compare

1.64.1 (2025-11-17)

Full Changelog: v1.64.0...v1.64.1

Bug Fixes

  • client: close streams without requiring full consumption (25f061f)
  • compat with Python 3.14 (dc06a1c)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (b67cc2e)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (aca514b)
  • internal: grammar fix (it's -> its) (f454485)
  • package: drop Python 3.8 support (9e43537)

v1.64.0

20 Oct 17:44

Choose a tag to compare

1.64.0 (2025-10-20)

Full Changelog: v1.63.0...v1.64.0

Features

v1.63.0

18 Oct 21:54

Choose a tag to compare

1.63.0 (2025-10-18)

Full Changelog: v1.62.0...v1.63.0

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (f266557)
  • internal: detect missing future annotations with ruff (aad6657)

v1.62.0

06 Oct 23:23

Choose a tag to compare

1.62.0 (2025-10-06)

Full Changelog: v1.61.1...v1.62.0

Features

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (d816d45)

v1.61.1

19 Sep 17:12

Choose a tag to compare

1.61.1 (2025-09-19)

Full Changelog: v1.61.0...v1.61.1

Chores

  • types: change optional parameter type from NotGiven to Omit (d35ccbc)

v1.61.0

18 Sep 22:30

Choose a tag to compare

1.61.0 (2025-09-17)

Full Changelog: v1.60.0...v1.61.0

Features

v1.60.0

17 Sep 19:44

Choose a tag to compare

1.60.0 (2025-09-17)

Full Changelog: v1.59.0...v1.60.0

Features

Chores

  • internal: update pydantic dependency (4079543)

v1.59.0

17 Sep 01:24

Choose a tag to compare

1.59.0 (2025-09-16)

Full Changelog: v1.58.1...v1.59.0

Features

v1.58.1

06 Sep 19:55

Choose a tag to compare

1.58.1 (2025-09-05)

Full Changelog: v1.58.0...v1.58.1

Chores

  • internal: move mypy configurations to pyproject.toml file (616d4d4)
  • tests: simplify get_platform test (2fa8c59)

v1.58.0

05 Sep 00:42

Choose a tag to compare

1.58.0 (2025-09-04)

Full Changelog: v1.57.0...v1.58.0

Features

  • api: api update (b725b5b)
  • improve future compat with pydantic v3 (8c2a3e0)
  • types: replace List[str] with SequenceNotStr in params (1e9040a)

Chores

  • internal: add Sequence related utils (8247e7a)