Skip to content

Commit 58b43ba

Browse files
authored
Upgrade dependency to frequenz-channels v0.11.0 (#77)
2 parents daadcee + 48c875d commit 58b43ba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

RELEASE_NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ time.
1919

2020
* `ComponentCategory.LOAD` has been added
2121

22+
* The
23+
[`frequenz-channels`](https://github.com/frequenz-floss/frequenz-channels-python/)
24+
was upgraded to
25+
[v0.11.0](https://github.com/frequenz-floss/frequenz-channels-python/releases/tag/v0.11.0)
26+
which includes a bunch of [breaking
27+
changes](https://github.com/frequenz-floss/frequenz-channels-python/blob/v0.11.0/RELEASE_NOTES.md#upgrading-breaking-changes)
28+
you should be aware of.
29+
2230
## New Features
2331

2432
<!-- Here goes the main new features and examples or instructions on how to use them -->

minimum-requirements-ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI must ensure these dependency versions are supported
22
frequenz-api-microgrid==0.11.0
3-
frequenz-channels@git+https://github.com/frequenz-floss/[email protected]
3+
frequenz-channels==0.11.0
44
google-api-python-client==2.15
55
grpcio==1.47
66
grpcio-tools==1.47

pyproject.toml

+1-1
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 @ git+https://github.com/frequenz-floss/[email protected]",
29+
"frequenz-channels >= 0.11.0, < 0.12.0",
3030
"google-api-python-client >= 2.15, < 3",
3131
"grpcio >= 1.47, < 2",
3232
"grpcio-tools >= 1.47, < 2",

0 commit comments

Comments
 (0)