File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1818 * ` resampler_config ` is the configuration of the resampler calling the resampling function.
1919 * ` source_properties ` is the properties of the source being resampled.
2020
21+ * Update frequenz-channel-python dependency to the latest release v0.12.0
22+
2123## New Features
2224
2325* The resampler and resampling actor can now take a few new options via the new ` ResamplerConfig ` object:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
2626requires-python = " >= 3.8, < 4"
2727dependencies = [
2828 " frequenz-api-microgrid >= 0.11.0, < 0.12.0" ,
29- " frequenz-channels >= 0.11 .0, < 0.12 .0" ,
29+ " frequenz-channels >= 0.12 .0, < 0.13 .0" ,
3030 " google-api-python-client >= 2.71, < 3" ,
3131 " grpcio >= 1.51.1, < 2" ,
3232 " grpcio-tools >= 1.51.1, < 2" ,
You can’t perform that action at this time.
0 commit comments