From 8f911a42ec8aefbffe7cbc67ab48694a7b66c4f3 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 11:57:07 +0100
Subject: [PATCH 01/10] fix(deps): Update dependency cloudquery-plugin-pb to
v0.0.48 (#329)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cloudquery-plugin-pb](https://redirect.github.com/cloudquery/plugin-pb-python) | patch | `==0.0.47` -> `==0.0.48` |
---
### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb)
### [`v0.0.48`](https://redirect.github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0048-2025-10-01)
[Compare Source](https://redirect.github.com/cloudquery/plugin-pb-python/compare/v0.0.47...v0.0.48)
##### Bug Fixes
- **deps:** Update dependency black to v25.9.0 ([#182](https://redirect.github.com/cloudquery/plugin-pb-python/issues/182)) ([d14d469](https://redirect.github.com/cloudquery/plugin-pb-python/commit/d14d469d9963b54889fb7fe436afd9e4fcafefd5))
- **deps:** Update dependency grpcio to v1.75.0 ([#184](https://redirect.github.com/cloudquery/plugin-pb-python/issues/184)) ([0f86305](https://redirect.github.com/cloudquery/plugin-pb-python/commit/0f86305f8c008a2367477be7bdcc0e60f875759a))
- **deps:** Update dependency grpcio-tools to v1.75.0 ([#185](https://redirect.github.com/cloudquery/plugin-pb-python/issues/185)) ([72a8929](https://redirect.github.com/cloudquery/plugin-pb-python/commit/72a892963422b099fe9c83aa01337cf4e5c20e2b))
- **deps:** Update dependency pytest to v8.4.2 ([#181](https://redirect.github.com/cloudquery/plugin-pb-python/issues/181)) ([dba629c](https://redirect.github.com/cloudquery/plugin-pb-python/commit/dba629cfc5cef8a69f0760f60e9bfff015c3dc87))
- Generate Python Code from `plugin-pb` ([#187](https://redirect.github.com/cloudquery/plugin-pb-python/issues/187)) ([85223aa](https://redirect.github.com/cloudquery/plugin-pb-python/commit/85223aab25b4f6d500a844669c36043c0c717371))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 05bb7e9..ffe98e7 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"
dependencies = [
- "cloudquery-plugin-pb==0.0.47",
+ "cloudquery-plugin-pb==0.0.48",
"exceptiongroup==1.3.0",
"black==25.9.0",
"grpcio==1.75.0",
From 990bf23f71a763cd2162fb56473b0bdb87d82fe6 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 12:19:12 +0100
Subject: [PATCH 02/10] fix(deps): Update dependency grpcio to v1.75.1 (#330)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [grpcio](https://grpc.io) ([source](https://redirect.github.com/grpc/grpc)) | patch | `==1.75.0` -> `==1.75.1` |
---
### Release Notes
grpc/grpc (grpcio)
### [`v1.75.1`](https://redirect.github.com/grpc/grpc/releases/tag/v1.75.1)
[Compare Source](https://redirect.github.com/grpc/grpc/compare/v1.75.0...v1.75.1)
This is release gRPC Core 1.75.1 (gemini).
For gRPC documentation, see [grpc.io](https://grpc.io/). For previous releases, see [Releases](https://redirect.github.com/grpc/grpc/releases).
This release contains refinements, improvements, and bug fixes.
#### What's Changed
##### Python
- Release grpcio wheels with Python 3.14 support ([#40403](https://redirect.github.com/grpc/grpc/issues/40403))
- Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations. ([#40447](https://redirect.github.com/grpc/grpc/issues/40447))
- This also addresses previously reported issues with empty error message on Python interpreter exit (`Error in sys.excepthook:`/`Original exception was:` empty): [#36655](https://redirect.github.com/grpc/grpc/issues/36655), [#38679](https://redirect.github.com/grpc/grpc/issues/38679), [#33342](https://redirect.github.com/grpc/grpc/issues/33342)
- Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop. ([#40750](https://redirect.github.com/grpc/grpc/issues/40750))
- Note: using async methods outside of a running event loop is [discouraged](https://docs.python.org/3.14/library/asyncio-policy.html#asyncio-policies) by Python, and **will be deprecated in future gRPC releases**. Please use the [asyncio.run()](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.run) function (or [asyncio.Runner](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.Runner) for custom loop factories). For interactive mode, use dedicated [asyncio REPL](https://docs.python.org/3/library/asyncio.html#asyncio-cli): `python -m asyncio`.
**Full Changelog**: https://github.com/grpc/grpc/compare/v1.75.0...v1.75.1
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index ffe98e7..2868ea4 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
"cloudquery-plugin-pb==0.0.48",
"exceptiongroup==1.3.0",
"black==25.9.0",
- "grpcio==1.75.0",
+ "grpcio==1.75.1",
"grpcio-tools==1.75.0",
"iniconfig==2.1.0",
"Jinja2==3.1.6",
From b07bff38b9af88f020ba1f732c816b34f30f7172 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 12:41:26 +0100
Subject: [PATCH 03/10] fix(deps): Update dependency MarkupSafe to v3.0.3
(#332)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [MarkupSafe](https://redirect.github.com/pallets/markupsafe) ([changelog](https://markupsafe.palletsprojects.com/page/changes/)) | patch | `==3.0.2` -> `==3.0.3` |
---
### Release Notes
pallets/markupsafe (MarkupSafe)
### [`v3.0.3`](https://redirect.github.com/pallets/markupsafe/blob/HEAD/CHANGES.rst#Version-303)
[Compare Source](https://redirect.github.com/pallets/markupsafe/compare/3.0.2...3.0.3)
Released 2025-09-27
- `__version__` raises `DeprecationWarning` instead of `UserWarning`.
:issue:`487`
- Adopt multi-phase initialisation (:pep:`489`) for the C extension.
:issue:`494`
- Build Windows ARM64 wheels. :issue:`485`
- Build Python 3.14 wheels. :issue:`503`
- Build riscv64 wheels. :issue:`505`
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 2868ea4..b98a31d 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
"grpcio-tools==1.75.0",
"iniconfig==2.1.0",
"Jinja2==3.1.6",
- "MarkupSafe==3.0.2",
+ "MarkupSafe==3.0.3",
"numpy==2.3.3",
"packaging==24.2",
"pandas==2.3.2",
From 39877e7a8dcc1052bb0f5f80368ed252b1e959ac Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 13:03:35 +0100
Subject: [PATCH 04/10] fix(deps): Update dependency pandas to v2.3.3 (#333)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pandas](https://redirect.github.com/pandas-dev/pandas) | patch | `==2.3.2` -> `==2.3.3` |
---
### Release Notes
pandas-dev/pandas (pandas)
### [`v2.3.3`](https://redirect.github.com/pandas-dev/pandas/releases/tag/v2.3.3): Pandas 2.3.3
[Compare Source](https://redirect.github.com/pandas-dev/pandas/compare/v2.3.2...v2.3.3)
We are pleased to announce the release of pandas 2.3.3.
This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the [full whatsnew](https://pandas.pydata.org/pandas-docs/version/2.3/whatsnew/v2.3.3.html) for a list of all the changes.
Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.
The release will be available on the conda-forge channel:
conda install pandas --channel conda-forge
Or via PyPI:
python3 -m pip install --upgrade pandas
Please report any issues with the release on the [pandas issue tracker](https://redirect.github.com/pandas-dev/pandas/issues).
Thanks to all the contributors who made this release possible.
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index b98a31d..b10d88e 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
"MarkupSafe==3.0.3",
"numpy==2.3.3",
"packaging==24.2",
- "pandas==2.3.2",
+ "pandas==2.3.3",
"pluggy==1.6.0",
"protobuf>=6.31.1",
"pyarrow==19.0.1",
From 93f5a9edaf11ae82bb0b74ab6de56bbf7002fdb9 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 13:25:28 +0100
Subject: [PATCH 05/10] fix(deps): Update dependency tzdata to v2025.2 (#334)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [tzdata](https://redirect.github.com/python/tzdata) | minor | `==2025.1` -> `==2025.2` |
---
### Release Notes
python/tzdata (tzdata)
### [`v2025.2`](https://redirect.github.com/python/tzdata/releases/tag/2025.2): : Release of upstream tzdata 2025b
[Compare Source](https://redirect.github.com/python/tzdata/compare/2025.1...2025.2)
### Version 2025.2
Upstream version 2025b released 2025-03-22T20:40:46+00:00
#### Briefly:
New zone for Aysén Region in Chile which moves from -04/-03 to -03.
#### Changes to future timestamps
Chile's Aysén Region moves from -04/-03 to -03 year-round, joining Magallanes
Region. The region will not change its clocks on 2025-04-05 at 24:00, diverging
from America/Santiago and creating a new zone America/Coyhaique. (Thanks to
Yonathan Dossow.) Model this as a change to standard offset effective
2025-03-20.
#### Changes to past timestamps
Iran switched from +04 to +0330 on 1978-11-10 at 24:00, not at year end.
(Thanks to Roozbeh Pournader.)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index b10d88e..5ac7b7a 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@
"six==1.17.0",
"structlog==25.4.0",
"tomli==2.2.1",
- "tzdata==2025.1",
+ "tzdata==2025.2",
]
url = "https://github.com/cloudquery/plugin-sdk-python"
From ac859677ad15a43370b014e124f660e5bd413587 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 13:47:28 +0100
Subject: [PATCH 06/10] chore(deps): Update actions/checkout action to v5
(#335)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v5` |
---
### Release Notes
actions/checkout (actions/checkout)
### [`v5`](https://redirect.github.com/actions/checkout/compare/v4...v5)
[Compare Source](https://redirect.github.com/actions/checkout/compare/v4...v5)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
.github/workflows/lint.yml | 2 +-
.github/workflows/publish.yml | 2 +-
.github/workflows/unittests.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index ccfa990..1fdff8a 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3bc8748..2182176 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
id-token: write
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml
index f3e9089..4156403 100644
--- a/.github/workflows/unittests.yml
+++ b/.github/workflows/unittests.yml
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- # Required for the package command tests to work
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
From 398ca656f1f2086d15da839b970544e254d53c92 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 14:09:37 +0100
Subject: [PATCH 07/10] chore(deps): Update actions/setup-python action to v6
(#336)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v5` -> `v6` |
---
### Release Notes
actions/setup-python (actions/setup-python)
### [`v6`](https://redirect.github.com/actions/setup-python/compare/v5...v6)
[Compare Source](https://redirect.github.com/actions/setup-python/compare/v5...v6)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
.github/workflows/lint.yml | 2 +-
.github/workflows/publish.yml | 2 +-
.github/workflows/unittests.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 1fdff8a..1e3853f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 2182176..55c4068 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml
index 4156403..826a1ab 100644
--- a/.github/workflows/unittests.yml
+++ b/.github/workflows/unittests.yml
@@ -19,7 +19,7 @@ jobs:
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Python
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
with:
python-version: "3.13"
- name: Install dependencies
From 05e15f9e3a403a9fab6887e24407c61fc9123445 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 14:31:36 +0100
Subject: [PATCH 08/10] chore(deps): Update amannn/action-semantic-pull-request
action to v6 (#337)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | major | `v5` -> `v6` |
---
### Release Notes
amannn/action-semantic-pull-request (amannn/action-semantic-pull-request)
### [`v6`](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v5...v6)
[Compare Source](https://redirect.github.com/amannn/action-semantic-pull-request/compare/v5...v6)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
---
.github/workflows/pr_title.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml
index d234e31..8a6f52a 100644
--- a/.github/workflows/pr_title.yml
+++ b/.github/workflows/pr_title.yml
@@ -17,7 +17,7 @@ jobs:
steps:
# Please look up the latest version from
# https://github.com/amannn/action-semantic-pull-request/releases
- - uses: amannn/action-semantic-pull-request@v5
+ - uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
From ff1a04ee9b5eadcbd2784380e2879a7f49854397 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 15:01:57 +0100
Subject: [PATCH 09/10] fix(deps): Update dependency pyarrow to v21 (#339)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 5ac7b7a..f2081ac 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@
"pandas==2.3.3",
"pluggy==1.6.0",
"protobuf>=6.31.1",
- "pyarrow==19.0.1",
+ "pyarrow==21.0.0",
"pytest==8.4.2",
"python-dateutil>=2.8.1",
"pytz==2025.2",
From c237db0fbe59c696f2c111f26b784dc29e0e5c05 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 15:24:24 +0100
Subject: [PATCH 10/10] chore(main): Release v0.1.49 (#340)
:robot: I have created a release *beep* *boop*
---
## [0.1.49](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.48...v0.1.49) (2025-10-01)
### Bug Fixes
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.48 ([#329](https://github.com/cloudquery/plugin-sdk-python/issues/329)) ([8f911a4](https://github.com/cloudquery/plugin-sdk-python/commit/8f911a42ec8aefbffe7cbc67ab48694a7b66c4f3))
* **deps:** Update dependency grpcio to v1.75.1 ([#330](https://github.com/cloudquery/plugin-sdk-python/issues/330)) ([990bf23](https://github.com/cloudquery/plugin-sdk-python/commit/990bf23f71a763cd2162fb56473b0bdb87d82fe6))
* **deps:** Update dependency MarkupSafe to v3.0.3 ([#332](https://github.com/cloudquery/plugin-sdk-python/issues/332)) ([b07bff3](https://github.com/cloudquery/plugin-sdk-python/commit/b07bff38b9af88f020ba1f732c816b34f30f7172))
* **deps:** Update dependency pandas to v2.3.3 ([#333](https://github.com/cloudquery/plugin-sdk-python/issues/333)) ([39877e7](https://github.com/cloudquery/plugin-sdk-python/commit/39877e7a8dcc1052bb0f5f80368ed252b1e959ac))
* **deps:** Update dependency pyarrow to v21 ([#339](https://github.com/cloudquery/plugin-sdk-python/issues/339)) ([ff1a04e](https://github.com/cloudquery/plugin-sdk-python/commit/ff1a04ee9b5eadcbd2784380e2879a7f49854397))
* **deps:** Update dependency tzdata to v2025.2 ([#334](https://github.com/cloudquery/plugin-sdk-python/issues/334)) ([93f5a9e](https://github.com/cloudquery/plugin-sdk-python/commit/93f5a9edaf11ae82bb0b74ab6de56bbf7002fdb9))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 12 ++++++++++++
setup.py | 2 +-
3 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 831e66e..a802fbf 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.48"
+ ".": "0.1.49"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b91ab4..b43df55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.1.49](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.48...v0.1.49) (2025-10-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency cloudquery-plugin-pb to v0.0.48 ([#329](https://github.com/cloudquery/plugin-sdk-python/issues/329)) ([8f911a4](https://github.com/cloudquery/plugin-sdk-python/commit/8f911a42ec8aefbffe7cbc67ab48694a7b66c4f3))
+* **deps:** Update dependency grpcio to v1.75.1 ([#330](https://github.com/cloudquery/plugin-sdk-python/issues/330)) ([990bf23](https://github.com/cloudquery/plugin-sdk-python/commit/990bf23f71a763cd2162fb56473b0bdb87d82fe6))
+* **deps:** Update dependency MarkupSafe to v3.0.3 ([#332](https://github.com/cloudquery/plugin-sdk-python/issues/332)) ([b07bff3](https://github.com/cloudquery/plugin-sdk-python/commit/b07bff38b9af88f020ba1f732c816b34f30f7172))
+* **deps:** Update dependency pandas to v2.3.3 ([#333](https://github.com/cloudquery/plugin-sdk-python/issues/333)) ([39877e7](https://github.com/cloudquery/plugin-sdk-python/commit/39877e7a8dcc1052bb0f5f80368ed252b1e959ac))
+* **deps:** Update dependency pyarrow to v21 ([#339](https://github.com/cloudquery/plugin-sdk-python/issues/339)) ([ff1a04e](https://github.com/cloudquery/plugin-sdk-python/commit/ff1a04ee9b5eadcbd2784380e2879a7f49854397))
+* **deps:** Update dependency tzdata to v2025.2 ([#334](https://github.com/cloudquery/plugin-sdk-python/issues/334)) ([93f5a9e](https://github.com/cloudquery/plugin-sdk-python/commit/93f5a9edaf11ae82bb0b74ab6de56bbf7002fdb9))
+
## [0.1.48](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.47...v0.1.48) (2025-10-01)
diff --git a/setup.py b/setup.py
index f2081ac..d9f2f6e 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
- version="0.1.48",
+ version="0.1.49",
description=description,
long_description=long_description,
author="CloudQuery LTD",