File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.42 "
2
+ "." : " 0.1.43 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.43] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.42...v0.1.43 ) (2025-04-01)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Update dependency cloudquery-plugin-pb to v0.0.42 ([ #294 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/294 ) ) ([ 5220174] ( https://github.com/cloudquery/plugin-sdk-python/commit/5220174beb1459de4bf5458b7c94b12d55371529 ) )
9
+ * ** deps:** Update dependency numpy to v2.2.4 ([ #291 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/291 ) ) ([ 45a9f5b] ( https://github.com/cloudquery/plugin-sdk-python/commit/45a9f5b18a9531973e7e6c7f8909109e9b3a719a ) )
10
+ * ** deps:** Update dependency protobuf to v5.29.4 ([ #292 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/292 ) ) ([ 8480317] ( https://github.com/cloudquery/plugin-sdk-python/commit/84803177b9d3a164d9e47c30659ff8a1a0a4b36d ) )
11
+
3
12
## [ 0.1.42] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.41...v0.1.42 ) (2025-03-06)
4
13
5
14
Original file line number Diff line number Diff line change 51
51
]
52
52
setuptools .setup (
53
53
name = name ,
54
- version = "0.1.42 " ,
54
+ version = "0.1.43 " ,
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