File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 22
33## Summary
44
5- <!-- Here goes a general summary of what this release is about -->
6-
7- ## Upgrading
8-
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+ - Relaxed dependency on ` frequenz-api-common ` to allow up to version 1.0.0.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ classifiers = [
2727requires-python = " >= 3.11, < 4"
2828dependencies = [
2929 " typing-extensions >= 4.13.0, < 5" ,
30- " frequenz-api-common >= 0.6.1, < 7 " ,
30+ " frequenz-api-common >= 0.6.1, < 1 " ,
3131 " frequenz-core >= 1.0.2, < 2" ,
3232]
3333dynamic = [" version" ]
You can’t perform that action at this time.
0 commit comments