File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.48 "
2
+ "." : " 0.1.49 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.49] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.48...v0.1.49 ) (2025-10-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** 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 ) )
9
+ * ** 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 ) )
10
+ * ** 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 ) )
11
+ * ** 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 ) )
12
+
3
13
## [ 0.1.48] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.47...v0.1.48 ) (2025-10-01)
4
14
5
15
Original file line number Diff line number Diff line change 51
51
]
52
52
setuptools .setup (
53
53
name = name ,
54
- version = "0.1.48 " ,
54
+ version = "0.1.49 " ,
55
55
description = description ,
56
56
long_description = long_description ,
57
57
author = "CloudQuery LTD" ,
You can’t perform that action at this time.
0 commit comments