Skip to content

Commit 79d3f11

Browse files
authored
Update minimum frequenz-channels version to v1.0.0-rc1 (#26)
2 parents 117d1d4 + ee1ef4f commit 79d3f11

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release updates the minimum required `frequenz-channels` version is updated
6+
to v1.0.0-rc1. This is a breaking change, because the channels API has changed.
67

78
## Upgrading
89

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
15-
## Bug Fixes
16-
17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
10+
Follow the upgrading instructions from the new channel release: [v1.0.0-rc1](https://github.com/frequenz-floss/frequenz-channels-python/releases/tag/v1.0.0-rc.1).

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ classifiers = [
3737
requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"frequenz-api-microgrid >= 0.15.3, < 0.16.0",
40-
"frequenz-channels == 1.0.0b2",
41-
"frequenz-client-base >= 0.2.1, < 0.3.0",
40+
"frequenz-channels == 1.0.0-rc1",
41+
"frequenz-client-base >= 0.3.0, < 0.4.0",
4242
"grpcio >= 1.54.2, < 2",
4343
"protobuf >= 4.21.6, < 5",
4444
"timezonefinder >= 6.2.0, < 7",

0 commit comments

Comments
 (0)