Skip to content

Commit 1d47393

Browse files
Update frequenz-channel-python to the latest release v0.12.0 (#173)
Signed-off-by: ela-kotulska-frequenz <[email protected]>
2 parents 9cc781a + 398e1f9 commit 1d47393

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
requires-python = ">= 3.8, < 4"
2727
dependencies = [
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",

0 commit comments

Comments
 (0)