From 5870ea53567ad2b3485dd9d5437253422587f1d4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 07:14:45 +0000 Subject: [PATCH 1/3] chore(ci): upgrade `actions/github-script` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80ab1617..fe1cbd85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: - name: Get GitHub OIDC Token if: github.repository == 'stainless-sdks/conductor-python' id: github-oidc - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: core.setOutput('github_token', await core.getIDToken()); From decad634dcf88c9a2585248b92a48ada857946e0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:16:33 +0000 Subject: [PATCH 2/3] codegen metadata --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index e8ff6962..afe8273e 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 220 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/conductor%2Fconductor-b87c037f09f06e8ed3a5a796fdd27904cf03b01b79ff74c9130b08c226cf87d5.yml openapi_spec_hash: 259597af546eac68f761df4635d39926 -config_hash: 8635f96859745653b70a34b6fe3c2310 +config_hash: 89303a38c78d93021ba8a584462375bd From 31bfcde9ac9ef936f10ed33ffc70f6c250d295f5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 02:16:53 +0000 Subject: [PATCH 3/3] release: 1.71.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/conductor/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7704ce9..ad120569 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.71.0" + ".": "1.71.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a76fe7c..2dfbfb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.71.1 (2026-01-25) + +Full Changelog: [v1.71.0...v1.71.1](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.71.0...v1.71.1) + +### Chores + +* **ci:** upgrade `actions/github-script` ([5870ea5](https://github.com/conductor-is/quickbooks-desktop-python/commit/5870ea53567ad2b3485dd9d5437253422587f1d4)) + ## 1.71.0 (2026-01-24) Full Changelog: [v1.70.0...v1.71.0](https://github.com/conductor-is/quickbooks-desktop-python/compare/v1.70.0...v1.71.0) diff --git a/pyproject.toml b/pyproject.toml index f5b168e6..29530ebf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "conductor-py" -version = "1.71.0" +version = "1.71.1" description = "The official Python library for the conductor API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/conductor/_version.py b/src/conductor/_version.py index fec34aa1..aa3f4c84 100644 --- a/src/conductor/_version.py +++ b/src/conductor/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "conductor" -__version__ = "1.71.0" # x-release-please-version +__version__ = "1.71.1" # x-release-please-version