From 381b60251ed19dfac0d4f39ecd4e6c04091cf8ae Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 15:46:36 +0100
Subject: [PATCH 1/4] fix(deps): Update dependency grpcio-tools to v1.75.1
(#331)
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-tools](https://grpc.io) | patch | `==1.75.0` -> `==1.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://github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index d9f2f6e..3e70135 100644
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,7 @@
"exceptiongroup==1.3.0",
"black==25.9.0",
"grpcio==1.75.1",
- "grpcio-tools==1.75.0",
+ "grpcio-tools==1.75.1",
"iniconfig==2.1.0",
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
From 408ab940b037510ff97dfb77d02bc167d5a900d4 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 16:09:10 +0100
Subject: [PATCH 2/4] fix(deps): Update dependency cloudquery-plugin-pb to
v0.0.49 (#341)
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://github.com/cloudquery/plugin-pb-python) | patch | `==0.0.48` -> `==0.0.49` |
---
### Release Notes
cloudquery/plugin-pb-python (cloudquery-plugin-pb)
### [`v0.0.49`](https://github.com/cloudquery/plugin-pb-python/blob/HEAD/CHANGELOG.md#0049-2025-10-01)
[Compare Source](https://github.com/cloudquery/plugin-pb-python/compare/v0.0.48...v0.0.49)
##### Bug Fixes
- **deps:** Update dependency grpcio to v1.75.1 ([#188](https://github.com/cloudquery/plugin-pb-python/issues/188)) ([5b14511](https://github.com/cloudquery/plugin-pb-python/commit/5b145111632a44c71e33db3886c3ffbbd20b51f7))
- **deps:** Update dependency grpcio-tools to v1.75.1 ([#189](https://github.com/cloudquery/plugin-pb-python/issues/189)) ([30e7046](https://github.com/cloudquery/plugin-pb-python/commit/30e704699d92b20dcc92e338ad87b5dd413e493e))
---
### 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://github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 3e70135..388e661 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
description = "CloudQuery Plugin SDK for Python"
dependencies = [
- "cloudquery-plugin-pb==0.0.48",
+ "cloudquery-plugin-pb==0.0.49",
"exceptiongroup==1.3.0",
"black==25.9.0",
"grpcio==1.75.1",
From 5083c663160510837fe0289f4ecfe700267c66f2 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 16:31:29 +0100
Subject: [PATCH 3/4] fix(deps): Update dependency packaging to v25 (#338)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [packaging](https://github.com/pypa/packaging) | major | `==24.2` -> `==25.0` |
---
### Release Notes
pypa/packaging (packaging)
### [`v25.0`](https://github.com/pypa/packaging/releases/tag/25.0)
[Compare Source](https://github.com/pypa/packaging/compare/24.2...25.0)
#### What's Changed
- Re-add a test for Unicode file name parsing by [@Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) in [https://github.com/pypa/packaging/pull/863](https://github.com/pypa/packaging/pull/863)
- Upgrade to ruff 0.9.1 by [@DimitriPapadopoulos](https://github.com/DimitriPapadopoulos) in [https://github.com/pypa/packaging/pull/865](https://github.com/pypa/packaging/pull/865)
- Add support for PEP 738 Android tags by [@mhsmith](https://github.com/mhsmith) in [https://github.com/pypa/packaging/pull/880](https://github.com/pypa/packaging/pull/880)
- feat(markers): support 'extras' and 'dependency_groups' markers by [@frostming](https://github.com/frostming) in [https://github.com/pypa/packaging/pull/888](https://github.com/pypa/packaging/pull/888)
#### New Contributors
- [@Siddhesh-Agarwal](https://github.com/Siddhesh-Agarwal) made their first contribution in [https://github.com/pypa/packaging/pull/863](https://github.com/pypa/packaging/pull/863)
- [@mhsmith](https://github.com/mhsmith) made their first contribution in [https://github.com/pypa/packaging/pull/880](https://github.com/pypa/packaging/pull/880)
- [@frostming](https://github.com/frostming) made their first contribution in [https://github.com/pypa/packaging/pull/888](https://github.com/pypa/packaging/pull/888)
**Full Changelog**: https://github.com/pypa/packaging/compare/24.2...25.0
---
### 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://github.com/renovatebot/renovate).
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index 388e661..08e1c98 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
"Jinja2==3.1.6",
"MarkupSafe==3.0.3",
"numpy==2.3.3",
- "packaging==24.2",
+ "packaging==25.0",
"pandas==2.3.3",
"pluggy==1.6.0",
"protobuf>=6.31.1",
From 90f03dd69c6fd3e712270a2c9fe18ccd812eacb1 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Wed, 1 Oct 2025 16:54:42 +0100
Subject: [PATCH 4/4] chore(main): Release v0.1.50 (#342)
:robot: I have created a release *beep* *boop*
---
## [0.1.50](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.49...v0.1.50) (2025-10-01)
### Bug Fixes
* **deps:** Update dependency cloudquery-plugin-pb to v0.0.49 ([#341](https://github.com/cloudquery/plugin-sdk-python/issues/341)) ([408ab94](https://github.com/cloudquery/plugin-sdk-python/commit/408ab940b037510ff97dfb77d02bc167d5a900d4))
* **deps:** Update dependency grpcio-tools to v1.75.1 ([#331](https://github.com/cloudquery/plugin-sdk-python/issues/331)) ([381b602](https://github.com/cloudquery/plugin-sdk-python/commit/381b60251ed19dfac0d4f39ecd4e6c04091cf8ae))
* **deps:** Update dependency packaging to v25 ([#338](https://github.com/cloudquery/plugin-sdk-python/issues/338)) ([5083c66](https://github.com/cloudquery/plugin-sdk-python/commit/5083c663160510837fe0289f4ecfe700267c66f2))
---
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 | 9 +++++++++
setup.py | 2 +-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index a802fbf..7e0a89f 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.1.49"
+ ".": "0.1.50"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b43df55..684dd5f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [0.1.50](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.49...v0.1.50) (2025-10-01)
+
+
+### Bug Fixes
+
+* **deps:** Update dependency cloudquery-plugin-pb to v0.0.49 ([#341](https://github.com/cloudquery/plugin-sdk-python/issues/341)) ([408ab94](https://github.com/cloudquery/plugin-sdk-python/commit/408ab940b037510ff97dfb77d02bc167d5a900d4))
+* **deps:** Update dependency grpcio-tools to v1.75.1 ([#331](https://github.com/cloudquery/plugin-sdk-python/issues/331)) ([381b602](https://github.com/cloudquery/plugin-sdk-python/commit/381b60251ed19dfac0d4f39ecd4e6c04091cf8ae))
+* **deps:** Update dependency packaging to v25 ([#338](https://github.com/cloudquery/plugin-sdk-python/issues/338)) ([5083c66](https://github.com/cloudquery/plugin-sdk-python/commit/5083c663160510837fe0289f4ecfe700267c66f2))
+
## [0.1.49](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.48...v0.1.49) (2025-10-01)
diff --git a/setup.py b/setup.py
index 08e1c98..b28b096 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
- version="0.1.49",
+ version="0.1.50",
description=description,
long_description=long_description,
author="CloudQuery LTD",