File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.45 "
2
+ "." : " 0.1.46 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.46] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.45...v0.1.46 ) (2025-08-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Update dependency cloudquery-plugin-pb to v0.0.46 ([ #313 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/313 ) ) ([ a7a8125] ( https://github.com/cloudquery/plugin-sdk-python/commit/a7a8125c0d51f76e0003d762bdc8e765ca19272b ) )
9
+ * ** deps:** Update dependency grpcio to v1.74.0 ([ #308 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/308 ) ) ([ 767ec9c] ( https://github.com/cloudquery/plugin-sdk-python/commit/767ec9c9e8c052243b0dffb3757957748cdfeaec ) )
10
+ * ** deps:** Update dependency grpcio-tools to v1.74.0 ([ #309 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/309 ) ) ([ 3fd3082] ( https://github.com/cloudquery/plugin-sdk-python/commit/3fd3082000bd2ba6f7a72ebafd87bf761c149a99 ) )
11
+ * ** deps:** Update dependency iniconfig to v2.1.0 ([ #311 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/311 ) ) ([ 3de934d] ( https://github.com/cloudquery/plugin-sdk-python/commit/3de934d6cd65596a2c16a92cfcda1ce844c6e88e ) )
12
+ * ** deps:** Update dependency numpy to v2.3.2 ([ #312 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/312 ) ) ([ f131e4d] ( https://github.com/cloudquery/plugin-sdk-python/commit/f131e4d9d988953f2695149416b0e5f4a6b03897 ) )
13
+
3
14
## [ 0.1.45] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.44...v0.1.45 ) (2025-07-01)
4
15
5
16
Original file line number Diff line number Diff line change 51
51
]
52
52
setuptools .setup (
53
53
name = name ,
54
- version = "0.1.45 " ,
54
+ version = "0.1.46 " ,
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