Skip to content

Commit 897f7fd

Browse files
authored
Widen frequenz-client-base dependency to allow v0.9.0 (#116)
This requires that the channels version is at least v1.6.1.
2 parents fe0422e + 6ad9ea7 commit 897f7fd

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Frequenz Microgrid API Client Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

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 -->
5+
- Widen `frequenz-client-base` dependency to allow `v0.9.0`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ requires-python = ">= 3.11, < 4"
3838
dependencies = [
3939
"frequenz-api-microgrid >= 0.15.3, < 0.16.0",
4040
"frequenz-channels >= 1.0.0-rc1, < 2.0.0",
41-
"frequenz-client-base >= 0.8.0, < 0.9",
41+
"frequenz-client-base >= 0.8.0, < 0.10.0",
4242
"grpcio >= 1.54.2, < 2",
4343
"protobuf >= 4.21.6, < 6",
4444
"timezonefinder >= 6.2.0, < 7",

0 commit comments

Comments
 (0)