File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.1.43 "
2
+ "." : " 0.1.44 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.44] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.43...v0.1.44 ) (2025-05-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** Update dependency cloudquery-plugin-pb to v0.0.43 ([ #300 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/300 ) ) ([ addbf20] ( https://github.com/cloudquery/plugin-sdk-python/commit/addbf2043330e6e6d78a94b00e8605cf1de21039 ) )
9
+ * ** deps:** Update dependency grpcio to v1.71.0 ([ #299 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/299 ) ) ([ ffce9eb] ( https://github.com/cloudquery/plugin-sdk-python/commit/ffce9eba5c125db08a7e8ec46d33520e2991a27d ) )
10
+ * ** deps:** Update dependency numpy to v2.2.5 ([ #295 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/295 ) ) ([ 21a5637] ( https://github.com/cloudquery/plugin-sdk-python/commit/21a563717a7a1e652443225dc54574a4f24691a0 ) )
11
+ * ** deps:** Update dependency pytest to v8.3.5 ([ #296 ] ( https://github.com/cloudquery/plugin-sdk-python/issues/296 ) ) ([ 5cc3e5e] ( https://github.com/cloudquery/plugin-sdk-python/commit/5cc3e5e30e2786cbfee58b1488c75caa335a092e ) )
12
+
3
13
## [ 0.1.43] ( https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.42...v0.1.43 ) (2025-04-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.43 " ,
54
+ version = "0.1.44 " ,
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